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)
Contents:
- Content taxonomy terms
- Content API: Legal Problems List
- Content API: Legal Problem
- Content API: Solutions List
- Content API: Legal Solution
- Content API: Legal Questions List
- Content API: Legal Question
- Content API: How To List
- Content API: Solution How-To
- Content API: Legal Step
- Content API: Legal Form
- Content API: Legal Solution Helpful Organization
Authentication
An authorization token will be required to access the API.