Get Connector Resource
Get Connector Resource
Path parameters
ID of the record you are acting upon.
ID of the resource you are acting upon.
Query parameters
Name of Apideck Unified API
Specify unified API for the connector resource. This is useful when a resource appears in multiple APIs
Headers
The ID of your Unify application
Response
ConnectorResources
Example response
{
"status_code": 200,
"status": "OK",
"data": {
"id": "companies",
"name": "Companies",
"downstream_id": "accounts",
"downstream_name": "Accounts",
"pagination": {
"mode": "native"
},
"supported_operations": [
"all",
"one",
"add",
"update",
"delete"
],
"downstream_unsupported_operations": [
"upload"
],
"supported_filters": [
"name",
"email"
],
"supported_sort_by": [
"updated_at",
"created_at",
"name"
],
"supported_fields": [
{
"unified_property": "owner_id"
}
],
"supported_list_fields": [
{
"unified_property": "owner_id"
}
]
},
"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"
}
]
},
"links": {
"previous": "https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjE%3D",
"current": "https://unify.apideck.com/crm/companies",
"next": "https://unify.apideck.com/crm/companies?cursor=em9oby1jcm06OnBhZ2U6OjM"
}
}Changes
Changed in 4 of the 65 revisions of this API.123
- ○
added the optional property
meta/warningsto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
meta/total_countto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new enum value
subscription-analyticsto thequeryrequest parameterunified_apirequest-parameter-enum-value-added
- ○
- ▲
removed the enum value
subscription-analyticsfrom thequeryrequest parameterunified_apirequest-parameter-enum-value-removed
- ●
removed the optional property
meta/total_countfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
meta/warningsfrom the response with the200statusresponse-optional-property-removed
- ▲