Get Custom Entity Type Tenants

Get Custom Entity Type Tenants

Retrieves list of item for whom the custom entity type is explicitly published

Request
URI
GET
https://{api_host}/cloudapi/customEntityTypes/{customEntityTypeId}/tenants
COPY
Path Parameters
string
customEntityTypeId
Required

customEntityTypeId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "name": "string",
        "id": "string"
    }
]

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/customEntityTypes/{customEntityTypeId}/tenants