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

Servers

Query parameters

Name Type Required Description
limit Integer No

The maximum number of object data entries included in the response.

  • default: 20
  • max: 100
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.

  • default: summary
  • 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"

Valid values:

  • "permissions"
  • "full"
  • "summary"

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

  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.