Get dataform template information: GET /DataFormTemplates
Get templates and template information used to create data objects and forms.
VERB | Header | Resource/Id/Selector | Description | Parameters | Return data |
GET | Ticket | /DataFormTemplates | Lists available dataform templates used to create new form objects | (Start (int)) (Max (int)) | Totalcount (int) Data (array): Id (string) ReferenceId (string) ObjectClass (string) Name (string) Description (string) TypeNamespace (string) CreatedDate (date) ChangedDate (date) |
GET | Ticket | /DataFormTemplates/{Id} | Gets metadata for a specific template | Id (string) (VersionId (string)) | Object: Id (string) ReferenceId (string) ObjectClass (string) Name (string) Description (string) TypeNamespace (string) CreatedDate (date) ChangedDate (date) |
GET | Ticket | /DataFormTemplates/{Id}/Fields | Lists all fields in an object template | Id (string) (VersionId (string)) | Array of field objects: Id (string) Name (string) DataType (string) FieldType (string) FieldTypeNamespace (string) ReadOnly (bool) Index (int) |