Get Entity Types

Get Entity Types
Request
URI
GET
https://{api_host}/api/entity-types
COPY
Responses
200
Returns consoleListEntityTypesResponse of type(s) */*
{
    "entityTypes": [
        "string"
    ]
}
array of string
entityTypes
Optional

entityTypes


404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/entity-types