Get Custom Entity As Sdk Object

Get Custom Entity As Sdk Object

Get specified custom entity represented as on Sdk-Object

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

customEntityId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SdkObject of type(s) application/json;version=39.1
This response body class contains all of the following: InlineSdkObject0 , InlineSdkObject1
{
    "inputType": "string",
    "type": "string",
    "href": "string",
    "id": "string",
    "displayValue": "string"
}

404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/customEntities/{customEntityId}/sdkObject