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
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
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
{
"entityType": {
"entityTypeId": "string",
"namespace": "PRESET",
"name": "string",
"insertedDate": "string"
}
}
Loading...