List all attention points

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

Expandable Properties

This endpoint supports relations expansion on:

  • owner
  • project
  • workspace_program

Read more in our section about expandable properties.

Query Params
string

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

string

Which field to use when ordering the results. Available options: status, severity, urgency, 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 attention points by Owner. Use the ID of a workspace user to only include attention points 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 attention points by Severity. Use the code of an attention point severity to only include attention points with that severity.

string

Filter attention points by Status. Use the code of an attention point status to only include attention points with that status.

boolean

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

string

Filter attention points by Type. Use the code of an attention point type to only include attention points with that type.

string

Filter attention points by Urgency. Use the code of an attention point urgency to only include attention points with that urgency.

Response

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