Get Custom Entity

Get Custom Entity

Get specified custom entity

Request
URI
GET
https://{api_host}/cloudapi/customEntities/{customEntityId}
COPY
Path Parameters
string
customEntityId
Required

customEntityId

string
customEntityId
Required

customEntityId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

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

UUID of custom entity

string
name
Required

name

string
customEntityTypeId
Optional

This refers to UUID of custom entity type


404

Not Found

Operation doesn't return any data structure