ProjectTriggers
Get a list of Project Triggers.
Gets all the Project Triggers in the supplied Octopus Deploy Space, sorted by Id
get/projecttriggers
Query parameters
runbooksstring[]
A list of Runbook IDs, to limit the matching of Project Triggers to those with a particular Runbook ID. Example: ["Runbooks-1", "Runbooks-2"]
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 30
Response
The requested list of Project Triggers
Example response
{
"Items": [
{
"SpaceId": "Spaces-1"
}
]
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.