v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBCourses
List all custom field values for a course
🔑
Required OAuth scope: courses:read.
Lists all custom field values in a given course.
get/api/v2/courses/{courseId}/custom-fields/values
Path parameters
courseIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the course.
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns all custom field values for the given course.
Example response
[
{
"customFieldId": "507f1f77bcf86cd799439011",
"value": "US"
}
]