Get EntityTypes
GET/entityTypes
Returns a list of entity types
Request
Query Parameters
siteId string
Site Identifier
namespace string
Possible values: [PRESET, CUSTOM]
Namespace Identifier
next string
Next page of results token
limit string
Limit Results
Default value:
10Responses
- 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
Array [
]
next string
Next page of results token
entityTypes
object[]
List of Entity Types
entityTypeId string
Entity Type identifier
namespace EntityTypeNamespace (string)
Entity Type namespace
Possible values: [PRESET, CUSTOM]
name string
Entity Type Name
insertedDate string
Inserted Timestamp
{
"next": "string",
"entityTypes": [
{
"entityTypeId": "string",
"namespace": "PRESET",
"name": "string",
"insertedDate": "string"
}
]
}
Loading...