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)