Get Custom Entities

Get Custom Entities

Get list of custom entities

Request
URI
GET
https://{api_host}/cloudapi/customEntities
COPY
Query Parameters
string
filter
Optional

Filter for a query. FIQL format.

string
sortAsc
Optional

Field to use for ascending sort

string
sortDesc
Optional

Field to use for descending sort


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CustomEntities of type(s) application/json;version=37.0
{
    "entities": [
        {
            "id": "string",
            "name": "string",
            "customEntityTypeId": "string"
        }
    ]
}
entities
Optional

entities


401

The user is not authorized

Operation doesn't return any data structure

403

The user does not have 'read' access rights for custom entity

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure