Retreives a list of all available custom fields for your organization.
OK Response
Indicates the status of the API request.
0 = Success
10 = Error
20 = Not found
30 = Invalid integration key
Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).
See CourseAssignment
The custom field's unique identifier
The name of the custom field
The description of the custom field
The data type id of the custom field
- 0 = Textbox
- 10 = Dropdown List
- 20 = Checkbox
- 30 = Number
- 60 = User Selector
- 70 = Checkbox List
An array of type String representing the available selectable options in the case of Dropdown List and Checkbox List, for all other data types it will be an empty array ([])
An integer representing the order in which it will be displayed on the class create/edit pages.