Subject types are the skeletons of your subject forms. Subject types primarily consist of custom fields.
Listing Subject Types
Returns a collection of case type records, optionally filtered by the available request parameters.
GET /api/v1/subject_types
Available Request Parameters:
Name | Type | Required | Description |
id | integer | no | ID of the subject type. |
name | string | no | Name of the subject. |
Getting a Subject Type
Returns a single subject type record, based on the numeric ID.
GET /api/v1/subject_types/{subject_type_id}