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

string
customEntityId
Required

customEntityId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

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

404

Not Found

Operation doesn't return any data structure