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 | | ---------- |
- Prism: Tables Manage domain in the Prism Analytics functional area.
- Prism: Tables Owner Manage domain in the Prism Analytics functional area.
- Prism: Tables Manage Schema domain in the Prism Analytics functional area.
Servers
- https://<tenantHostname>/api/prismAnalytics/v3/{tenant}
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 value: "full" |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.