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 summarize 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: Manage API tokens for your Atlassian account | Atlassian Support
Log in to https://id.atlassian.com/manage-profile/security/api-tokens.
Click Create API token.
From the dialog that appears, enter a memorable and concise Label for your token and click Create.
Click Copy to clipboard, then paste the token to your script, or elsewhere to save
Validate your authentication using your Atlassian site REST APIs to be authenticated, see the Authorization part here in this documentation.
You can use this Postman collection to experiment with . 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.
Start to request data from your grid using our REST APIs endpoints
Contents
Postman Collection
Table Grid Cloud.postman_collection.json
Firstly, make sure to follow our Excerpt above to generate an Atlassian API token and validate your authentication.
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.