Using Course Custom Data in an API Request

In the following example, we have a course which has a single custom field of myfield set to true.

To bring back a list of courses with just this field set, use

https://[api-url]/bright/api/v2/course.json?realm_guid=[realm-guid]&realm_secret_key=[realm-secret-key]&custom={%22myfield%22:true}

This can be quite useful when you have a lot of course in your SCORMCloud application!