API-LEANMOTE Endpoints¶
Source: lambda/API-LEANMOTE/lambda_function.py route table.
| Method | Path |
|---|---|
| GET | /admin/users/{user_id}/api-credentials |
| POST | /admin/users/{user_id}/api-credentials |
| GET | /apps |
| GET | /apps/{app_id} |
| GET | /boards |
| GET | /boards/{board_id}/tasks |
| GET | /calendar-events |
| GET | /calendar-events/{event_id} |
| GET | /calendars |
| GET | /calendars/{calendar_id} |
| GET | /dashboard-views |
| GET | /dashboard-views/{view_id} |
| GET | /dashboard-views/catalog |
| GET | /dashboard-views/custom-filters |
| GET | /git/apps |
| GET | /health |
| GET | /interactions |
| GET | /interactions/{interaction_id} |
| GET | /organizations |
| GET | /organizations/{organization_id} |
| GET | /organizations/{organization_id}/apps |
| GET | /organizations/{organization_id}/members |
| GET | /organizations/{organization_id}/teams |
| GET | /tasks |
| GET | /tasks/{task_id} |
| GET | /teams |
| GET | /teams/{team_id} |
| GET | /teams/{team_id}/interactions |
| GET | /teams/{team_id}/managers |
| GET | /teams/{team_id}/members |
| GET | /teams/{team_id}/members/{user_id} |
| GET | /teams/{team_id}/tasks |
| GET | /users |
| GET | /users/{user_id} |
| GET | /users/{user_id}/apps |
| GET | /users/{user_id}/apps/{app_id} |
| GET | /users/{user_id}/dashboard-views |
| GET | /users/{user_id}/dashboard-views/{view_id} |
| GET | /users/{user_id}/git/apps |
| GET | /users/{user_id}/interactions |
| GET | /users/{user_id}/organizations |
| GET | /users/{user_id}/teams |
| GET | /users/{user_id}/teams/{team_id} |
Total endpoints: 43