Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 747 Bytes

api_notes.md

File metadata and controls

20 lines (14 loc) · 747 Bytes

API Notes

API Endpoints

Documentation Generation

  • Generated using Swagger js referencing public/postman folder.

Usage

  • Currently requires a basic auth username and password to access the API.
  • You can also request a user token to access the API.

Filtering Lists

You can apply filters to routes using the following:

  • To filter by a specific field, use the field name as the key and the value as the value.
    • Example: GET /api/events?filters[name]=Event Name
  • To order by a specific field, use the field name as the key and the value as the value.
    • Example: GET /api/events?sort=model.property&direction=asc