Details of form field
Show details of a form field including all instances the field it is used in.
Page size is 100 by default, 500 maximum. To paginate, follow the standard usage of limit and page parameters.
We strongly recommend using filters with this endpoint and limiting the number of results, especially when requests are frequent. Otherwise, performance might degrade.
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
organization
process
lead_user
progress
id
Ordering
name
, -name
, started_time
, -started_time
, last_updated_time
, -last_updated_time
, status
, -status
, priority
, -priority
, progress
, -progress
, deadline
, -deadline
, ended_time
, -ended_time
, total_runtime
, -total_runtime
status
running
, completed
, aborted
name
query
priority
V
, H
started_time
last_updated_time
deadline
step_deadline
aborted_time
completed_time
ended_time
total_runtime_min
total_runtime_max
active_step_id
tags
instance_ids
A page number within the paginated result set.
Number of results to return per page.
Response
The response is of type object
.