REST APIs
This page describes how to use REST APIs for Table Grid Next Generation for Jira Cloud. Our APIs endpoints are deployed outside of your Atlassian Site cause we are storing grid data using MongoDB, the root URL of all our endpoints is https://databuckets.net.
To summarise how to use our REST APIs:
Generate an Atlassian API token with your user account, here is the documentation to learn how to generate a token: https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/
Validate your authentication using your Atlassian site REST APIs to be authenticated, see the Authorization part here in this documentation.
Start to request data from your grid using our REST APIs endpoints.
Contents
Postman Collection
Table Grid Cloud.postman_collection.json
You can use this Postman collection to experiment with Table Grid Cloud API. To use it, import it in Postman, then set the appropriate values to collection variables (click on three dots → Edit → Variables). You can enter all values but accountId
, then run "Get account id" script which automatically fills accountId
variable for you.