collections retrieve
GET {{baseUrl}}/collections/:id
Returns a Collection
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | |
include_remote_data | string | Whether to include the original data Merge fetched from the third-party to produce these models. | |
remote_fields | string | Deprecated. Use show_enum_origins. | |
show_enum_origins | string | A 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
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
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}}]}