Description
Exports an octet stream of entities.
Parameters
Name | Description |
---|---|
selectCriteria |
Location: query Type: string A JSON string that defines which entities will be
exported. For an example of the JSON string, refer to
Export entities.
|
count |
Location: query Type: integer (int32) Indicates the maximum of entities that this method will
return. This parameter is optional. If not provided, the
default value is 1000.
|
start |
Location: query Type: integer (int32) Indicates where in the list of objects to start
returning objects. The list begins at an index of 0.
This parameter is optional. If not provided, the default
value is 0.
|
Responses
Code | Description |
---|---|
200 |
Type: file Exported entities as an octet stream, to be transformed
into JSON by an API client, saved as a file, or exported
to a different system. For large responses, in order to
save memory it is recommended to save results to a file,
or export to a different system.
|