GET applications/{appName}/config/entity_types
Get the complete set of entity types for the named application.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appName |
Name of the application. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Example URI: http://[domain]/iv2/apis/v2/app/applications/{appName}/config/entity_types
EntityTypesData| Name | Description | Type | Additional 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.