Workday Prism Analytics
The Workday Public API enables you to programmatically create and manage external data into a Workday Prism Analytics table. You can load data into a table once or on a regular basis. You can load data into a table you just created, or an existing table.
For general concepts regarding Workday REST APIs see: Workday REST API
See later sections for an overview of tables and buckets.
CHANGELOG:
New Resources
| V3 Resource | Operations |
|---|---|
| dataChanges/{dataChangeID}/validate | GET Validate data change |
| dataChanges/{dataChangeID}/cancel/{activityID} | POST Cancel data change |
Operations
Get the buckets permitted by the security profile of the current user
Commit data contained in a bucket into the associated table or dataset
Get bucket error file by ID
Upload a single file to a bucket for a table or dataset
Get bucket by ID
Edit an existing bucket with the specified name
Create a new bucket for a table or dataset
Get details of the activity specified by activityID
Execute data change by ID
Cancel data change specified by dataChangeID and activityID
Gets data change associated with ID
Validate data change specified by dataChangeID
Get data changes accessible by a user
Get all files for a file container
Load file into file container
Create new fileContainer
Get tables that the current user has permission on
Get the description of a table by ID
Edit the specified attributes of an existing table with the specified id. If an attribute is not provided in the request, it will not be changed.
Edit an existing table with the specified name
Create a new table with the specified name