Note: This endpoint is cached for 15 seconds. If you make the exact same call within these 15 seconds, you will receive cached data
Get types: GET /Types
Gets types that are used as select fields and multi select fields in forms.
VERB | Header | Resource/Id/Selector | Description | Parameters | Return data |
GET | Ticket | /types | Gets a list of available types. | (Start (int)) (Max (int)) | Total Count (int): Data (array): TypeNamespace (string) Name (string) Description (string) |
GET | Ticket | /Types/{TypeNamespace} | Gets metadata for the specific type | TypeNamespace (string) | Object: TypeNamespace (string) Name (string) Description (string) |
GET | Ticket | /Types/{TypeNamespace}/TypeInstances | Gets a list of values for the type | TypeNamespace (string) | Array of TypeInstances for the Type: Id (string) ParentId (string) KeyValue (string) Name (string) Description (string) |