I've tried `cardId` using the slug (works when doing a call to search by ID but not KCS), and also using the card id property we get in the objects when calling KCS (this also gives me ALL cards).
Here's an example test in curl
curl -u UNAME:TOKEN https://api.getguru.com/api/v1/kcs?cardId=CARDID
This works though
curl -u UNAME:TOKEN https://api.getguru.com/api/v1/cards/CARDID/extended
Am I doing something wrong?
We're trialing Guru for issues and feedback, but we need a way to get all ZD tickets linked to a card for it to be of any use. The Spreadsheet Guru provides is cool, but while trying to introduce the `cardId` query, it's just giving me 500 errors even if the call is properly formatted.
Has anyone built something similar? I appreciate any input!

Best answer by Rob Miller
View original