Publishing
Use this resource to make a query or set of queries visible to the public, or to set a password on a query or set of queries.
The table below summarizes the available endpoints supported by the publishing
resource along with their HTTP methods and responses.
Resource | Functions | Method | Response |
---|---|---|---|
/publishing | Publish one or a list of queries with a request body containing one or more query IDs | POST | 200 OK with a response object containing one or more query IDs |
Publish one or a list of password-protected queries with a request body containing one or more query IDs and passwords | POST | 200 OK with a response object containing one or more query IDs |
Request Parameters
The table below documents the mandatory request parameters required by this resource.
Parameter | Datatype | Description |
---|---|---|
app_id | String | A 20-byte Base64 URL-safe encoded string used for the authentication of the client application |
app_code | String | A 20-byte Base64 URL-safe encoded string used for the authentication of the client application |
access_token | String | A temporary string used for authentication. Tokens are valid for one hour. We recommend that the token be included in the HTTP Header when sending requests. For more information on setting up the |