Skip to main content

field_values

Overview

Namefield_values
TypeResource
Idpagerduty.incidents.field_values

Fields

NameDatatypeDescription
idstringId of the field.
namestringThe name of the field. May include ASCII characters, specifically lowercase letters, digits, and underescores. The name for a Field must be unique.
descriptionstringA description of the data this field contains.
datatypestringThe kind of data the custom field is allowed to contain.
display_namestringThe human-readable name of the field. This must be unique across an account.
fixed_optionsbooleanIf true, restricts the values allowed to be stored in the custom field to a limited set of options (configured via the Field Option sub-resource). Must be false if datatype is "boolean", "url", or "datetime"
multi_valuebooleanIf true, allows the custom field to store a set of multiple values. Must be false if datatype is not "string" or "url"
typestringDetermines the type of the reference.
value``

Methods

NameAccessible byRequired ParamsDescription
get_incident_field_valuesSELECTX-EARLY-ACCESS, idGet field values for an incident

<!-- 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.
_get_incident_field_valuesEXECX-EARLY-ACCESS, idGet field values for an incident

<!-- 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.
set_incident_field_valuesEXECid, data__field_valuesSet field values for an incident

<!-- 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.