v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Controls

Get Related Control Entity Types

Use this API to retrieve a list of related control entity types.

get/api/controls/v2/related/control-entity-types

Response

OK

idstring required

ID of the entity type. This can be Assets, Entities, Custom Object GUID in the form of String.

labelstring

Name of the EntityType.

translationKeystring

Translation Key of EntityType ID.

moduleNamestring

Module Name of EntityType.

seededboolean

The parameter is true for Base Entity Type and false for Custom Object/Entity Types by default.

Example response

[
  {
    "id": "1a2b3c4e-5f6g-7h8i-9j0k-1l2m3n4o5p6q",
    "label": "Assets",
    "translationKey": "Assets",
    "moduleName": "DataMapping",
    "seeded": true
  }
]