structure_list
Retrieve Tempo Structure boards accessible to the current user. Optionally filter by name substring or include archived, owner, and permission details.
Instructions
List Tempo Structure boards visible to the user (GET /rest/structure/2.0/structure). Optional name substring filter. structureId from StructureBoard.jspa?s=ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive substring filter on structure name | |
| limit | No | Max structures to return | |
| archived | No | Include archived structures (default false) | |
| withOwner | No | Include owner (default false) | |
| withPermissions | No | Include permission rules (default false) |