Skip to content

v2.0.1 Release

Latest

Choose a tag to compare

@dkelleybrew dkelleybrew released this 17 Mar 00:31
· 2 commits to master since this release
2a00324

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.

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: