Skip to main content

Get EntityType

GET 

/entityTypes/:entityTypeId

Returns a entity type

Request

Path Parameters

    entityTypeId stringrequired

    EntityType Identifier

Query Parameters

    siteId string

    Site Identifier

    namespace string

    Possible values: [PRESET, CUSTOM]

    Namespace Identifier

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    entityType

    object

    entityTypeId string

    Entity Type identifier

    namespace EntityTypeNamespace (string)

    Entity Type namespace

    Possible values: [PRESET, CUSTOM]

    name string

    Entity Type Name

    insertedDate string

    Inserted Timestamp

Loading...