Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Outcomes

Desc: Get all outcomes

url: /outcomes

params: default params

response example: default response example (multiple records)

Get a single outcome

  • Endpoint: GET /api/v2/outcomes/:id

  • Authentication: Requires valid authentication token

  • Response Format: JSON

  • Query Parameter

    • id (integer): The unique identifier for the outcome

Response Attributes

  • id: (Integer) The unique identifier for the outcome.

  • title: (String) The title of the outcome, in this case, "Youth star scales."

  • icon: (String) The URL for the icon associated with the outcome. The icon is stored at the specified path.

  • updated_at (string): Timestamp of last update.

  • created_at (string): Timestamp of creation.

...

Front-end documentation

...