REST API - exportResources
The table summarizes the REST API - exportResources.
Request
Response
JSON | Returns a JSON representation of the content of the exportResourcesResponse element. |
XML | Returns the content of the exportResourcesResponse element (from the ExporterService schema) |
Example
Request |
GET <baseurl>/resources/export/-1 |
Response |
{ "xml-fragment": { "@model-version": "1", "container": { "@id": "2", "@name": "easyAs", "@description": "", "@last-accessed": "2013-01-23T11:20:18.453Z", "@active": "true", "@entity-count": "0", "primary-ldap": { "@id": "2", "@guid": "EB54589D-D219-43AE-831B-354238AB288A", "@ldap-alias": "easyAs", "@ldap-search-string": "(cn=*)", "@display-name-attributes": "cn" } } } } |
Copyright © Cloud Software Group, Inc. All rights reserved.