API Docs | Gets the api openapi document | GET | https://api.getguru.com/api/v1/openapi.json |
API Docs | Gets the api swagger document | GET | https://api.getguru.com/api/v1/swagger.json |
Analytics | List events | GET | https://api.getguru.com/api/v1/teams/{teamId}/analytics |
Card Comments | List card comment | GET | https://api.getguru.com/api/v1/cards/{cardId}/comments |
Card Comments | Delete a card comment | DELETE | https://api.getguru.com/api/v1/cards/{cardId}/comments/{commentId} |
Card Verifiers | List card verifiers | GET | https://api.getguru.com/api/v1/cards/{cardId}/verifiers |
Card Verifiers | Replace card verifiers | POST | https://api.getguru.com/api/v1/cards/{cardId}/verifiers |
Card Verifiers | Get a card verifier | GET | https://api.getguru.com/api/v1/cards/{cardId}/verifiers/{verifierId} |
Cards | Get interesting unverified cards | GET | https://api.getguru.com/api/v1/cards/featuredunverified |
Cards | List unverified cards | GET | https://api.getguru.com/api/v1/cards/verificationmgr |
Cards | Update a card with additional details | PUT | https://api.getguru.com/api/v1/cards/{cardId}/extended |
Cards | List favorite lists including this card | GET | https://api.getguru.com/api/v1/cards/{cardId}/favoritelists |
Cards | Unverify a card | POST | https://api.getguru.com/api/v1/cards/{cardId}/unverify |
Cards | Verify a card | PUT | https://api.getguru.com/api/v1/cards/{cardId}/verify |
Knowledge Alerts | List knowledge alerts | GET | https://api.getguru.com/api/v1/alerts |
Knowledge Alerts | Create a knowledge alert | POST | https://api.getguru.com/api/v1/alerts |
Knowledge Alerts | Delete a knowledge alert | DELETE | https://api.getguru.com/api/v1/alerts/{alertId} |
Knowledge Alerts | Export knowledge alert user details | POST | https://api.getguru.com/api/v1/alerts/{alertId}/export |
Knowledge Alerts | Mark a knowledge alert as read | PUT | https://api.getguru.com/api/v1/alerts/{alertId}/read |
Knowledge Alerts | Send knowledge alert reminders | POST | https://api.getguru.com/api/v1/alerts/{alertId}/remind |
Knowledge-Centered Service | List ticket links | GET | https://api.getguru.com/api/v1/kcs |
Knowledge-Centered Service | Create a ticket link | POST | https://api.getguru.com/api/v1/kcs |
Knowledge-Centered Service | Disable a ticket linking platform | DELETE | https://api.getguru.com/api/v1/kcs/app/{appType} |
Knowledge-Centered Service | Enable a ticket linking platform | PUT | https://api.getguru.com/api/v1/kcs/app/{appType} |
Knowledge-Centered Service | Get enabled ticket linking platforms | GET | https://api.getguru.com/api/v1/kcs/apps |
Knowledge-Centered Service | Delete a ticket link | DELETE | https://api.getguru.com/api/v1/kcs/{cardId} |
Search | Search for cards | GET | https://api.getguru.com/api/v1/search/cardmgr |
Search | Search for cards using JSON query | POST | https://api.getguru.com/api/v1/search/cardmgr |
Tasks | List user mentions | GET | https://api.getguru.com/api/v1/tasks/mentions |
Team Members | List team members | GET | https://api.getguru.com/api/v1/members |
Templates | List card templates | GET | https://api.getguru.com/api/v1/templates/cards |
Templates | Create a card template | POST | https://api.getguru.com/api/v1/templates/cards |
Templates | Delete a card template | DELETE | https://api.getguru.com/api/v1/templates/cards/{templateId} |
Templates | Get a card template | GET | https://api.getguru.com/api/v1/templates/cards/{templateId} |
Templates | Update a card template | PUT | https://api.getguru.com/api/v1/templates/cards/{templateId} |
WhoAmI | Get user information | GET | https://api.getguru.com/api/v1/whoami |