Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
workflow_form_field_condition found
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": "68561d49-3729-4898-bc69-7941ffadad0c",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "111a7af5-37d6-4de4-a5a5-ce26194af9e3",
"form_field_id": "6ef3c45c-8923-4d53-aefd-ec46ec19e6c0",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
workflow_form_field_condition found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/workflow_form_field_conditions/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "68561d49-3729-4898-bc69-7941ffadad0c",
"type": "workflow_form_field_conditions",
"attributes": {
"workflow_id": "111a7af5-37d6-4de4-a5a5-ce26194af9e3",
"form_field_id": "6ef3c45c-8923-4d53-aefd-ec46ec19e6c0",
"incident_condition": "ANY",
"values": [],
"selected_group_ids": [],
"selected_option_ids": [],
"selected_service_ids": [],
"selected_functionality_ids": [],
"selected_user_ids": [],
"selected_catalog_entity_ids": []
}
}
}