Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
workflow_custom_field_selection found
[DEPRECATED] Use form field endpoints instead. Retrieves a specific workflow custom field selection by id
curl --request GET \
--url https://api.rootly.com/v1/workflow_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1",
"type": "workflow_custom_field_selections",
"attributes": {
"custom_field_id": 167,
"workflow_id": "a6379756-4b4f-4d9b-9a17-0ad6a4bda1eb",
"incident_condition": "ANY",
"values": [],
"selected_option_ids": []
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
workflow_custom_field_selection found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1",
"type": "workflow_custom_field_selections",
"attributes": {
"custom_field_id": 167,
"workflow_id": "a6379756-4b4f-4d9b-9a17-0ad6a4bda1eb",
"incident_condition": "ANY",
"values": [],
"selected_option_ids": []
}
}
}