List all decisions

Returns a paginated list of all Decisions of the workspace, accessible by the authorization token used.

Expandable Properties

This endpoint supports relations expansion on:

  • owner
  • decision_maker
  • project
  • workspace_program

Read more in our section about expandable properties.

Query Params
string

Filter decisions by Decision Maker. Use the Id of a workspace user to only include decisions where the given user is the decision maker.

string

Which relations to expand. Available relations: owner, decision_maker, project, workspace_program.

string

Filter decisions by Importance. Use the code of a decision importance to only include decisions with that importance.

string

Which field to use when ordering the results. Available options: status, importance, title, created_at. Ascending order by default, use a - before the name of the field to have a descending order (ex: ordering=-status). Default to -created_at.

string

Filter decisions by Owner. Use the Id of a workspace user to only include decisions where the given user is the owner.

integer

A page number within the paginated result set.

integer

Number of results to return per page.

string

Filter decisions by Status. Use the code of a decision status to only include decisions with that status.

boolean

Filter decisions by Final Status. When used, include or exclude decisions for which the status is in a final state.

Response

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json