Skip to main content
GET
/
v1
/
custom_field_options
/
{id}
Show
curl --request GET \
  --url https://api.incident.io/v1/custom_field_options/{id}
{
  "custom_field_option": {
    "custom_field_id": "01FCNDV6P870EA6S7TK1DSYDG0",
    "id": "01FCNDV6P870EA6S7TK1DSYDG0",
    "sort_key": 10,
    "value": "Product"
  }
}

Path Parameters

id
string
required

Unique identifier for the custom field option

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

Response

200 - application/json

OK response.

custom_field_option
object
required
Example:
{
"custom_field_id": "01FCNDV6P870EA6S7TK1DSYDG0",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"sort_key": 10,
"value": "Product"
}