Skip to main content

customfields_fields_field_options

Overview

Namecustomfields_fields_field_options
TypeResource
Idpagerduty.custom_fields.customfields_fields_field_options

Fields

NameDatatypeDescription
idstringThe ID of the resource.
created_atstringThe date/time the object was created at.
data``
typestring
updated_atstringThe date/time the object was last updated.

Methods

NameAccessible byRequired ParamsDescription
get_custom_fields_field_optionSELECTX-EARLY-ACCESS, field_id, field_option_idGet a Field Option.

<!-- 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.
list_custom_fields_field_optionsSELECTX-EARLY-ACCESS, field_idList all enabled Field Options for a Field.

<!-- 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.
create_custom_fields_field_optionINSERTX-EARLY-ACCESS, field_id, data__field_optionCreate a new Field Option. Field Options may only be created for Fields where fixed_options is true. A Field may have no more than 10 enabled options.

<!-- 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.
delete_custom_fields_field_optionDELETEX-EARLY-ACCESS, field_id, field_option_idDelete a Field Option.

<!-- 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_custom_fields_field_optionEXECX-EARLY-ACCESS, field_id, field_option_idGet a Field Option.

<!-- 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.
_list_custom_fields_field_optionsEXECX-EARLY-ACCESS, field_idList all enabled Field Options for a Field.

<!-- 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.
update_custom_fields_field_optionEXECX-EARLY-ACCESS, field_id, field_option_id, data__field_optionUpdate Field Option for a Field.

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