collections retrieve

GET {{baseUrl}}/collections/:id

Returns a Collection object with the given id.

Request Params

KeyDatatypeRequiredDescription
expandstringWhich relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
include_remote_datastringWhether to include the original data Merge fetched from the third-party to produce these models.
remote_fieldsstringDeprecated. Use show_enum_origins.
show_enum_originsstringA comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. Learn more

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"id":"\u003cuuid\u003e","remote_id":"\u003cstring\u003e","created_at":"\u003cdateTime\u003e","modified_at":"\u003cdateTime\u003e","name":"\u003cstring\u003e","description":"\u003cstring\u003e","collection_type":"LIST","parent_collection":"\u003cuuid\u003e","remote_was_deleted":"\u003cboolean\u003e","access_level":"COMPANY","field_mappings":{"et_722":{},"culpa_b5":{}},"remote_data":[{"path":"\u003cstring\u003e","data":{"readOnly":true}},{"path":"\u003cstring\u003e","data":{"readOnly":true}}]}