Gerermesaffaires
Tool for the gerermesaffaires API.
- Base URL:
https://sandbox.gerermesaffaires.com/api/v1 - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
https://sandbox.gerermesaffaires.com/openid/v1/tokenusing yourclientId/clientSecret, then calls the API.
Operations
get_box_menus— GET /box/menus — Returns predefined folders and workbooks of the Box for all the spacesget_business_groups— GET /business-groups — Returns a list of groups custom ordered by nameget_business_groups_all— GET /business-groups/all — Returns list of groups custom for managersget_business_groups_id— GET /business-groups/{id} — Returns a groupget_business_groups_id_spaces— GET /business-groups/{id}/spaces — Returns spaces of the business group with idget_hub_business_groups_id_menus— GET /hub/business-groups/{Id}/menus — Returns predefined folders and workbooks of the Hub for all the spaces of the bu
Inputs
clientId/clientSecret— your gerermesaffaires OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_box_menus
clientId: <your client id>
clientSecret: <your client secret>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
clientId |
string | yes | — | OAuth client ID for gerermesaffaires. |
clientSecret |
string | yes | — | OAuth client secret for gerermesaffaires. |
operation |
string | yes | — | One of: get_box_menus, get_business_groups, get_business_groups_all, get_business_groups_id, get_business_groups_id_spaces, get_hub_business_groups_id_menus |
scope |
string | no | box hub robot |
OAuth scopes (space-separated); default from the spec. |
Id |
string | no | — | Path parameter Id (required by some operations). |
id |
string | no | — | Path parameter id (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |