Retrieve Limits on Objects
Retrieve the limit on the number of custom objects that can be created in the authenticated Vault.
GET
/api/{version}/limitsHeaders
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) or application/xml |
Request
Section link for Requestcurl -X GET -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v24.1/limitsResponse
Section link for Response{
"responseStatus": "SUCCESS",
"data": [
{
"name": "custom_objects",
"remaining": 7,
"max": 20
}
]
}