Interruptions
List interruptions for user attention. The results will be sorted by date from most recently to least recently created.
get/interruptions
Query parameters
idsstring[]
List of specific interruption IDs to load
pendingOnlyboolean
If true, lists only pending interruptions
regardingstring
Lists interruptions related to a specific other document, specified by its ID (e.g. a ServerTasks-, Projects- or Environments-* ID).
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
Holds a list of interruptions returned in response to ListInterruptionsRequest
Example response
{
"Items": [
{
"PullRequests": [
{
"Id": "InterruptionPullRequests-1"
}
],
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.