List extensions
List existing extensions.
Extensions are representations of Extension Schema objects that are attached to Services.
For more information see the API Concepts Document
Scoped OAuth requires: extensions.read
Authorization
api_key The API Key with format Token token=<API_KEY>
In: header
Query Parameters
The number of results per page.
Offset to start pagination search results.
By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated.
See our Pagination Docs for more information.
falseFilters the result, showing only the records whose name matches the query.
The id of the extension object you want to filter by.
Filter the extensions by extension vendor id.
Array of additional details to include.
Value in
- "extension_objects"
- "extension_schemas"
Header Parameters
The Accept header is used as a versioning header.
"application/vnd.pagerduty+json;version=2""application/json"Value in
- "application/json"
Response Body
application/json
application/json
application/json
application/json
Get an extension GET
Get details about an existing extension. Extensions are representations of Extension Schema objects that are attached to Services. For more information see the [API Concepts Document](https://developer.pagerduty.com/api-reference/a47605517c19a-api-concepts#extensions) Scoped OAuth requires: `extensions.read`
Update an extension PUT
Update an existing extension. Extensions are representations of Extension Schema objects that are attached to Services. For more information see the [API Concepts Document](https://developer.pagerduty.com/api-reference/a47605517c19a-api-concepts#extensions) Scoped OAuth requires: `extensions.write`