Question

membersWithCardView missing from API results

  • 29 October 2021
  • 0 replies
  • 22 views

Hello, I’ve been trying to use API to pull information about card usage. Unfortunately I only get “views”, I don’t seem to be able to get “membersWithCardView”.

With SDK it seems it’s straight up not there (https://github.com/guruhq/py-sdk/blob/master/guru/data_objects.py#L780). With API, the documentation shows in the example response section (https://developer.getguru.com/reference#getextendedcard) that it should be there under “cardInfo” object, but it seems it’s not there either:

>>> r = requests.get(url=url, headers=headers)
>>> r.json().keys()
dict_keys(['owner', 'lastModified', 'version', 'id', 'tags', 'content', 'verificationReasons', 'knowledgeAlerts', 'hasDrafts', 'teamId', 'verifiers', 'collection', 'dateCreated', 'lastVerified', 'lastVerifiedBy', 'lastModifiedBy', 'preferredPhrase', 'htmlContent', 'shareStatus', 'boards', 'verificationInterval', 'slug', 'guruSlateToolsVersion', 'originalOwner', 'verificationState', 'verificationType', 'verificationInitiationDate', 'cardType', 'nextVerificationDate'])

I’ve also seen another endpoint being brought up in 

but that one just gives me 405.


0 replies

Be the first to reply!

Reply