Maria

  • Total activity 41
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 27

Activity overview

Latest activity by Maria
  • Maria created an article,

    Listing Groups - Guru

    Listing Groups - test API Endpoint GET /v1/groups Responses  The response will include an array of groups for the Team and will include the Group's id and name [ { "id" : "xxxxxxxx-xxxx-xxxx-...

  • Maria created an article,

    Team Stats

    The Team Stats endpoint provides raw summary information on total cards counts and counts of cards in various verification states. API Endpoint GET /v1/teams/{teamId}/stats URL Parameters teamId t...

  • Maria created an article,

    Analytics Data

    The raw data that powers Guru's Analytics Dashboard is available for export. API Endpoint GET /v1/teams/{teamId}/analytics?fromDate=&toDate= URL Parameters teamId the ID of the Team Query Paramet...

  • Maria created an article,

    Tags

    Creating a Tag API Endpoint POST /v1/collections/{collectionId}/tagcategories/tags URL Parameters collectionId the ID of the Collection which will be of the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx...

  • Maria created an article,

    Tag Categories

    Listing Tag Categories API Endpoint GET /v1/collections/{collectionId}/tagcategories URL Parameters collectionId the ID of the Collection which will be of the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx...

  • Maria created an article,

    Guru Query Language

    Guru's query language allows for complex queries to be constructed to filter card queries in a manner similar WHERE clauses found in SQL. There are two types of expression; simple expressions and g...

  • Maria created an article,

    Listing Cards

    API Endpoint GET /v1/search/query Query Parameters All query parameters are optional q a Guru Query Language query string specifying the filters to apply to the query. See the Guru Query Language ...

  • Maria created an article,

    API Call When Deleting a Card

    API Endpoint DELETE /v1/cards/{cardId} URL Parameters cardId the ID of the Card which will be of the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Request Body There is no request body for this call....

  • Maria created an article,

    Updating Cards

    API Endpoint PUT /v1/cards/{cardId}/extended URL Parameters cardId the ID of the card, which will be of the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Request Headers Along with a appropriate auth...

  • Maria created an article,

    Creating Cards

    API Endpoint POST /v1/cards/extended Request Headers Along with a appropriate authentication headers, you must provide a Content-Type header with a value of application/json Request Body Required F...