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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter decisions by Deadline (ISO 8601). Exact match.

string

Filter decisions with Deadline on or after the given date (ISO 8601).

string

Filter decisions with Deadline on or before the given date (ISO 8601).

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). Defaults 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 Parent Type. Use project or program to include only decisions linked to that parent type.

string

Filter decisions by Program. Use a program ID to include only decisions linked to this program.

string

Filter decisions by Project. Use a project ID to include only decisions linked to this project.

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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json