Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 781 Bytes

ExportsListResponseBody.md

File metadata and controls

33 lines (17 loc) · 781 Bytes

ExportsListResponseBody

Response body schema for GET /exports.

Properties

Name Type Description Notes
_object ObjectEnum The type of the object represented by JSON. This object stores information about exports.
dataRef DataRefEnum Identifies the name of the attribute that contains the array of exports.
exports List<Export> An array of export objects.
total Integer Total number of exports.

Enum: ObjectEnum

Name Value
LIST "list"

Enum: DataRefEnum

Name Value
EXPORTS "exports"