Structured content API

The structured content API relies on Drupal’s JSONAPI. For information on interacting with that generally, see the Drupal Documentation.

JSONAPI results generally are formatted in JSON with the data stored in the response.data object:

  • type (entity type)

  • id (string of the uuid)

  • attributes (an object of field data)

  • relationships (an object of types, id, and links to referenced entities)

  • included (an optional object of full referenced entities. This requires an includes parameter be provided)

Authentication

An authorization token will be required to access the API.