English
Retrieves a specific form_field_placement_condition by id
curl --request GET \ --url https://api.rootly.com/v1/form_field_placement_conditions/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "bed99e4e-4ae5-4cbe-9b47-ce706752d26c", "type": "form_field_placement_conditions", "attributes": { "form_field_placement_id": "f76d337a-ba61-49c3-a914-952450d80801", "conditioned": "placement", "position": 1, "form_field_id": "0f75b8ee-f3a2-4e83-9c48-0096521323b4", "comparison": "equal", "values": [ "test" ] } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
form_field_placement_condition found
The response is of type object.
object
Was this page helpful?