GET /tables
The Tables resource represents a collection of tables created by the Workday REST API. You can only view the tables or datasets permitted by the security profile of the current user.
This resource exposes the tables or datasets 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}
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit |
Integer | No |
The maximum number of object data entries included in the response.
|
name |
String | No |
The API name of the table to retrieve a single table. |
type |
String | No |
How much information to be returned in response JSON. The value for type dictates the response fields that are excluded.
Valid values:
Default value: "summary" |
offset |
Integer | No |
The offset to the first object in a collection to include in the response. default: 0 |
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.