v4
latestSwagger 2.02026-08-0343714211.7 MBList Behaviors
List Behaviors
Query parameters
Used for pagination. When a list request has more records available, cursors are provided in the response headers X-Files-Cursor-Next and X-Files-Cursor-Prev. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
Number of records to show per page. (Max: 10000, 1,000 or less is recommended).
If set, sort records by the specified field in either asc or desc direction. Valid fields are behavior.
If set, return records where the specified field is equal to the supplied value. Valid fields are clickwrap_id, form_field_set_id, impacts_ui, remote_server_id or behavior. Valid field combinations are [ impacts_ui, behavior ] and [ behavior, remote_server_id ].
Response
A list of Behaviors objects.
Example response
[
{
"id": 1,
"path": "example",
"attachment_url": "example",
"behavior": "webhook",
"name": "example",
"description": "example",
"public_hosting_url": "example",
"disable_parent_folder_behavior": true,
"recursive": true,
"inherited": true,
"managed": true,
"root_behavior_site_admin_only": true
}
]