GET /tables/{id}

This resource exposes the description of a table or dataset that the current user has permission on.

There's no request body required or available for this method. When retrieving a collection, use these optional query parameters to page the results: | Secured by | | ---------- |

Servers

Path parameters

Name Type Required Description
id String Yes

A reference to a Prism Analytics table. Example: The ID of the table.

Query parameters

Name Type Required Description
type String No

How much information to be returned in response JSON. The value for type dictates the response fields that are excluded.

  • default: full
  • full : Returns tableResponse, excluding user permissions
  • permissions : Returns tableResponse with user permissions. Schema fields are excluded
  • summary : Returns summarized tableResponse, excluding schema fields and user permissions Note: The HTTP 200 response below is for "type" full

Default value: "full"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.