Get Facilities In Group
garoon-get-facilities-in-groupRetrieve facilities belonging to a specific facility group, with optional limit and offset for pagination.
Instructions
Get facilities that belong to a specific facility group with optional limit and offset parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of facilities to return (1-1000, default: 100) | |
| offset | No | Number of facilities to skip from the beginning (default: 0) | |
| facilityGroupId | Yes | Facility group ID to list facilities for (numeric string) |
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 |