Get resource example
This endpoint returns a downstream example of a given resource.
Path parameters
Unified API
Service ID of the resource to return
Name of the resource (plural)
Headers
ID of the consumer which you want to get or push data from
The ID of your Unify application
Response
Resource Schema
Example response
{
"status_code": 200,
"status": "OK",
"data": {
"unified_api": "crm",
"service_id": "close",
"resource": {
"id": "companies",
"name": "Companies",
"downstream_id": "accounts",
"downstream_name": "Accounts"
}
},
"meta": {
"items_on_page": 50,
"cursors": {
"previous": "em9oby1jcm06OnBhZ2U6OjE=",
"current": "em9oby1jcm06OnBhZ2U6OjI=",
"next": "em9oby1jcm06OnBhZ2U6OjM="
},
"total_count": 1,
"warnings": [
{
"type": "downstream_request_failed",
"status_code": 429,
"operation": "getManager"
}
]
}
}Changes
Changed in 3 of the 66 revisions of this API.22
- ○
added the optional property
metato the response with the200statusresponse-optional-property-added
- ○
- ●
added the new
subscription-analyticsenum value to thedata/unified_apiresponse property for the response status200response-property-enum-value-added
- ●
- ●
removed the optional property
metafrom the response with the200statusresponse-optional-property-removed
- ○
removed the
subscription-analyticsenum value from thedata/unified_apiresponse property for the response status200response-property-enum-value-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●