PAGERDUTY_GET_AN_INCIDENT_TYPE_CUSTOM_FIELD
Get a custom field for an incident type. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. Scoped OAuth requires: `custom_fields.read`
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"include": {
"enum": [
"field_options"
],
"type": "string",
"title": "Include",
"description": "Array of additional details to include."
},
"field_id": {
"type": "string",
"title": "Field Id",
"description": "The ID of the field."
},
"type_id_or_name": {
"type": "string",
"title": "Type Id Or Name",
"description": "The ID or name of the Incident Type."
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty