FetchDynamicExport

Full path FetchDynamicExport?ClientID={ClientID}&Type={Type}
HTTP Verb GET
Description This endpoint expects an HTTP GET request with a ClientID and a export name (type).
Requires authentication with an OAuth2 token

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ClientID

The unique client id

string

Required

Type

The export name

string

Required

Body Parameters

None.

Response Information

Resource Description

a export

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
</ArrayOfanyType>