Interruptions
Get an Interruption by ID
get/{spaceId}/interruptions/{id}
Path parameters
spaceIdstring required
ID of the Space
idstring required
ID of the Interruption to load
Response
The requested Interruption
Example response
{
"PullRequests": [
{
"Id": "InterruptionPullRequests-1"
}
],
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.