Retrieves a specific workflow form field condition by id
curl --request GET \
--url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "013c9919-a6e0-4ed0-8518-91563c135cdc",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "e6e8ae82-0ad7-455d-9f64-6c68d941c2c2",
"form_field_id": "0358e88a-5213-49bc-af25-dbf03107dc4d",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "013c9919-a6e0-4ed0-8518-91563c135cdc",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "e6e8ae82-0ad7-455d-9f64-6c68d941c2c2",
"form_field_id": "0358e88a-5213-49bc-af25-dbf03107dc4d",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}