GET /templates
Get a list of all the template on an account
Scoped OAuth requires: templates.read
Servers
- https://api.pagerduty.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
template_type |
String | No |
Filters templates by type. Default value: "status_update" |
query |
String | No |
Template name or description to search |
limit |
Integer | No |
The number of results per page. |
sort_by |
String | No |
Used to specify both the field you wish to sort the results on (name/created_at), as well as the direction (asc/desc) of the results. The sort_by field and direction should be separated by a colon. Sort direction defaults to ascending. Possible values:
Default value: "created_at:asc" |
offset |
Integer | No |
Offset to start pagination search results. |
total |
Boolean | No |
By default the See our Pagination Docs for more information. Default value: false |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.