GET applications/{appName}/config/entity_types/{entityTypeId}

Get the requested entitytype along with any dependencies.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
appName

Name of the application.

string

Required

entityTypeId

ID of the entity type

string

Required

Body Parameters

None.

Response Information

Resource Description

Example URI: http://[domain]/iv2/apis/v2/app/applications/{appName}/config/entity_types/{entityTypeId}

EntityTypesData
NameDescriptionTypeAdditional information
file_version

string

None.

services

Collection of Service

None.

entityTypes

Collection of EntityType

None.

inBuildingTypes

InBuildingTypes

None.

Response Formats

application/json, text/json, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.