Retrieves the current values of a specific custom field for a class enrollment.
The ID of the custom field.
The ID of the class enrollment holding the custom field.
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).
The custom field's unique identifier
The name 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
The text value of a custom field, if any.
The integer value of a custom field, if any.
The boolean value of a custom field, if any.
A tab separated list of the selected values of a custom field.