New API Endpoints
about 2 years ago by Joseph
We're excited to publish 6 new API endpoints to our Developer Network documentation! You can view the list of new endpoints below - better yet, you can try these out in real-time through our Developer Network site!
As always, if you have any API or integration related questions, please don't hesitate to reach out in our Community!
Category | Description | Method | URL |
---|---|---|---|
Boards | List all boards | GET | https://api.getguru.com/api/v1/boards |
Cards | List the boards that a card is on | GET | https://api.getguru.com/api/v1/cards/{cardId}/boards |
Card Comments | Create a card comment | POST | https://api.getguru.com/api/v1/cards/{cardId}/comments |
Collections | List details of all groups with access to a collection | GET | https://api.getguru.com/api/v1/collections/{collectionId}/groups |
User Groups | List details of all collections that a group has access to | GET | https://api.getguru.com/api/v1/groups/{groupId}/collections |
User Groups | List group members | GET | https://api.getguru.com/api/v1/groups/{groupId}/members |