Get Facilities
garoon-get-facilitiesSearch for facilities in Garoon by name, with options to set result limit and offset for pagination.
Instructions
Get facilities data from Garoon by searching facility names with optional limit and offset parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the facilities to search for | |
| limit | No | Maximum number of facilities to return (1-1000, default: 100) | |
| offset | No | Number of facilities to skip from the beginning (default: 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message. Present on error | |
| result | No | Result of the operation. Present on success | |
| status | No | HTTP status code from the Garoon API. Present only when the error is an HTTP error response | |
| responseText | No | Raw response body from the Garoon API. Present only when the error is an HTTP error response |