get https://{hostname}/papi/v1/custom-overrides/
Get information for a single custom override. Use this operation if you want to examine the override's XML metadata.
Responses
Get information for a single custom override. Use this operation if you want to examine the override's XML metadata.
xxxxxxxxxx
curl --request GET \
--url https://hostname/papi/v1/custom-overrides/overrideId \
# Add Authorization header to this snippet
--header 'PAPI-Use-Prefixes: true' \
--header 'accept: application/json'
xxxxxxxxxx
17{
"accountId": "act_A-CCT5678",
"customOverrides": {
"items": [
{
"description": "Multiple Domain Configuration can be used to ...",
"displayName": "MDC Behavior",
"name": "mdc",
"overrideId": "cbo_12345",
"status": "ACTIVE",
"updatedByUser": "jsmith",
"updatedDate": "2017-04-24T12:34:56Z",
"xml": "<comment:info>This is where the XML goes</comment:info>"
}
]
}
}