Garoon Get Facility Groups
garoon-get-facility-groupsRetrieve facility groups from Garoon with optional limit and offset for paginated results.
Instructions
Get facility groups data from Garoon with optional limit and offset parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of facility groups to return (1-1000, default: 100) | |
| offset | No | Number of facility groups 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 |