Hello folks.
I’m trying to fetch guru cards from specific boards/collections/teams and was wondering whether there’s a specific endpoint to do this.
Best answer by Joe Duffy
View originalHello folks.
I’m trying to fetch guru cards from specific boards/collections/teams and was wondering whether there’s a specific endpoint to do this.
Best answer by Joe Duffy
View originalHi
Here are the API calls you’re looking for:
POST https://api.getguru.com/api/v1/search/cardmgr
{
"queryType": "cards",
"collectionIds": [
"{{collectionId}}"
]
}
POST https://api.getguru.com/api/v1/search/cardmgr
{
"queryType": "cards",
"query": {
"nestedExpressions": [
{
"type": "board-ids",
"ids": [
"{{boardId}}"
]
}
],
"op": "AND",
"type": "grouping"
}
}
Hope this is helpful - let me know if you need anything else!
Joe
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.