Skip to content

Releases: biodigital-inc/bdhuman-contentapi

v2.0.1 Release

17 Mar 00:31
2a00324

Choose a tag to compare

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:

v2.0 Release

29 Jul 21:51
b240b7f

Choose a tag to compare

Official release of Content API v2.0. Introducing new API endpoints for accessing the details and 3D models associated with team collections. This release also includes updates to the v2.0 /myhuman endpoint, as well as additions to the error response messages.

General Updates

  • All v2.0 API urls will require using /v2/ as the version number:

    • https://apis.biodigital.com/oauth2/v2/...
    • https://apis.biodigital.com/services/v2/content/collections/...
  • New response error messages when making authorized requests to v2.0 API endpoints. Error response parameter definitions can be found in the Error Response section of an endpoint's reference page:

    • collection_endpoint_not_found
    • collection_endpoint_invalid

Updates to v2.0 /myhuman endpoint

  • Response parameter content_url now uses /viewer/ as its url path. Url path /widget/ is no longer used for the content_url parameter.
  • Response parameter content_description is no longer available.
  • Response parameter content_group has been renamed to content_teams. The sub-parameters have also been renamed:
    group_id has been renamed to team_id.
    group_name has been renamed to team_name.
  • Response parameter content_accessibility now uses string "team" for content that is associated with a team account. The string "group" will no longer be an option.

New team collection endpoints

New demo code examples

Adding 2.0 versions of 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:

v1.0 feature updates

30 Nov 17:25

Choose a tag to compare

  • Changes to Content API collections /myhuman endpoint response parameters

    • Added new response parameters content_thumbnail_url and content_groups
    • Updated existing response content_accessibility to now return string array

Parameter definitions can be found at https://developer.biodigital.com/docs/content-api/collections/my-human

v1.0

22 Mar 22:45

Choose a tag to compare

  • Adding source code demos demonstrating:

    • making private application requests to the Content API oauth2 /token endpoint
    • making authorized requests to the Content API collections /myhuman endpoint