v4
latestSwagger 2.02026-08-0343714211.7 MBList Behaviors by Path
List Behaviors by Path
Path parameters
Path to operate on.
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 impacts_ui and behavior. Valid field combinations are [ impacts_ui, behavior ].
If true, behaviors above this path are shown.
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
}
]