<realspace_uri>/alldataconfigs[.<format>]
allDataConfigs resource is used for getting all of the data configuration files in current service.
Supported Methods:
Supported output formats:zip.
Implement the HTTP request on the following URI, where supermapiserver is the server name, with rjson being the output format.
http://supermapiserver:8090/iserver/services/3D-sample/rest/realspace/alldataconfigs
GET: Gets all of the data configuration files in current service.
None
Gets all of the data configuration files in current service with a zip compressed file.
Implement the GET request on the allDataConfigs resource http://localhost:8090/iserver/services/3D-sample/rest/realspace/alldataconfigs to return the result in a zip file:
Asks for the response identical to the one that would correspond to a GET request, but without the response body. This is useful for retrieving meta-information written in response headers, without having to transport the entire content. The meta-information includes the media-type, content-encoding, transfer-encoding, content-length, etc.
HEAD request can be used to check whether the allDataConfigs resource exists, or whether the client has the permission to access it. It can also determine if the allDataConfigs resource supports an output format <format> if performed on a URI with .<format> included.