API Reference
Introduction The MyWorkPal platform provides a RESTful API which can enable external applications to interface with the platform. A RESTful API is buil...
Tue, 13 Feb, 2024 at 2:50 PM
The MyWorkPal platform provides a RESTful API which can enable external applications to interface with the platform. To be able to make use of the API, an ...
Fri, 15 Dec, 2023 at 12:50 PM
All API end points are protected and you will need a bearer token to send to the end point before you will be permitted access. To obtain a bearer token yo...
Fri, 15 Dec, 2023 at 12:51 PM
1) Uploading data via a predefined Data Transfer Template (DTT) The easiest way to insert data into MyWorkPal is via a DTT. Each MyWorkPal te...
Tue, 13 Feb, 2024 at 2:52 PM
Call this endpoint to start a download request for a DTT POST /api/admin/tenant/datatransfer/template/json/requestdownload Request The fol...
Fri, 15 Dec, 2023 at 12:51 PM
Call this endpoint to retrieve the data output of a DTT. You will need to have initiated the download request (see here) to obtain a scheduled task id ...
Fri, 15 Dec, 2023 at 12:51 PM
Call this endpoint to send data to MyWorkPal. A background task will be created to upload the data. The id of the task will be returned which you can use ...
Mon, 9 Dec, 2024 at 1:09 PM
Call this endpoint to retrieve the status of a DTT upload or download GET /api/admin/tenant/datatransfer/template/status/{tenantId}/{scheduledTaskId}...
Fri, 15 Dec, 2023 at 12:51 PM
User data can now be transferred into the MyWorkPal platform using JSON data once a Data Transfer Template is defined. The mechanism/approach for using M...
Fri, 15 Dec, 2023 at 12:51 PM
This endpoint returns a list of tenants on a platform. The returned tenants will be determined by the permissions/access of the API client. GET /api...
Fri, 15 Dec, 2023 at 12:49 PM