Authorizations
Authentication is API key based. As an admin, you can generate an API key in Next Matter by going to Company > Next Matter API keys.
When sending requests to the API, authenticate by passing the API key in the "Authorization" HTTP header, prepended with the string "Api-Key ".
For example:
Authorization: Api-Key xyzabc.12fsfe242ubdgakew ".
Query Parameters
Ordering
name- Name-name- Name (descending)started_time- Started time-started_time- Started time (descending)last_updated_time- Last updated time-last_updated_time- Last updated time (descending)status- Status-status- Status (descending)priority- Priority-priority- Priority (descending)progress- Progress-progress- Progress (descending)deadline- Deadline-deadline- Deadline (descending)ended_time- Ended time-ended_time- Ended time (descending)total_runtime- Total runtime-total_runtime- Total runtime (descending)
V- Very highH- High
Available options:
H, V Required range:
0 <= x <= 100Required range:
0 <= x <= 100running- Runningcompleted- Completedaborted- Aborted
Multiple values may be separated by commas.

