Convert Project XML to JSON
POST/org/:orgId/json
Convert Project XML to JSON
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
Responses
- 200
- 401
- 500
- 503
Success.
- application/xml
- Schema
- Example (from schema)
Schema
id string
name string
description string
version integer
created integer
createdBy string
<root>
<id>4e3280de-98bc-46d3-4079-e8eef5449b36</id>
<name>Clickstream Analytics</name>
<properties>
<aggregate-prediction/>
<caption>Clickstream Analytics</caption>
<visible>true</visible>
</properties>
<version>15</version>
<annotations>
<annotation>
<name>version</name>
<value>6</value>
</annotation>
<annotation>
<name>engineId</name>
<value>omniture</value>
</annotation>
<annotation>
<name>versionTag</name>
<value>Published on Mar 21, 2017 at 9:52am (PDT)</value>
</annotation>
</annotations>
<attributes>
<attribute-key>
<id>b267221c-ee91-49bf-933f-d21c08e7d91b</id>
<properties>
<visible>true</visible>
</properties>
</attribute-key>
<keyed-attribute>
<id>c28e2ef9-0522-4dbf-508d-d80b5f93df68</id>
<key-ref>b267221c-ee91-49bf-933f-d21c08e7d91b</key-ref>
<name>country</name>
<properties>
<caption>Country</caption>
<type>
<enum/>
</type>
<visible>true</visible>
</properties>
</keyed-attribute>
</attributes>
</root>
This error will occur if calling user does not have access right for the API.
A server error occurred. Check the logs for more details.
This error will occur if Design Center APIs are not enabled.
Loading...