List all program attention points

Returns a paginated list of all Attention Points linked to the given Program, with the same visibility rules as the workspace attention points list.

Expandable Properties

This endpoint supports relations expansion on:

  • owner
  • project
  • workspace_program

Read more in our section about expandable properties.

OAuth2

For OAuth2 bearer tokens, GET requires all of these read scopes: program:read, attention_point:read (resources: program, attention_point). Alternatively, the umbrella scope all:read (GET) or all:write (write methods) satisfies any endpoint.

Note

If the parent resource in the URL path cannot be accessed or does not exist, the response is 200 with an empty results list.

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

Id of the Program (UUID, e.g. 1c36656f-46f8-419f-bcc3-06a95538904a).

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). Defaults to -created_at.

string

Filter by Owner user id.

integer

A page number within the paginated result set.

integer

Number of results to return per page.

string
uuid
uuid
string

Filter by Severity code.

string

Filter by attention point Status code.

boolean

Filter by whether the status is a final status.

string

Filter by Type code.

string

Filter by Urgency code.

Response

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