Connections
Get resource schema
This endpoint returns an approximate JSONSchema of a given resource.
get/vault/connections/{unified_api}/{service_id}/{resource}/schema
Path parameters
unified_apistring required
Unified API
service_idstring required
Service ID of the resource to return
resourcestring required
Name of the resource (plural)
Headers
x-apideck-consumer-idstring required
ID of the consumer which you want to get or push data from
x-apideck-app-idstring required
The ID of your Unify application
Response
Resource Schema
Example response
{
"status_code": 200,
"status": "OK",
"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 2 of the 67 revisions of this API.11
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●