Updates to the /myhuman and /mycollections/{id}/content_list endpoint response parameters.
General Updates
- Updates to /myhuman and /mycollections/{id}/content_list endpoints
- New response parameter
content_flags{}is now returned within each content object.content_flags{}returns various boolean flags that can be used for content filtering. The flags include:is_animated- a boolean flag that returns true if the content contains animation.is_tour- a boolean flag that returns true if the content is a tour.is_quiz- a boolean flag that returns true if the content is a quiz.
- New response parameter
Updates to demo code examples
Various bug fixes and copy updates to our sample code applications.
You can download the source code and run these demos locally as examples of making requests to the various Content API v2.0 endpoints. The demo applications are currently available in the following programming languages: