Get Extension

Get Extension

View an object extension. Required right: "Object Extensions: View".

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/extensions/object-extensions/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ObjectExtension of type(s) application/json;version=9.1.0
{
    "id": "string",
    "channel": {
        "name": "string",
        "id": "string"
    },
    "enabled": false,
    "selectorTypes": [
        "string"
    ]
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/extensions/object-extensions/{id}