API Reference

01. MyWorkPal Open API v0.3
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
02. How to create API Clients
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
03. Getting a bearer token
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
04. Transferring data via the Data Transfer Template API's
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
05. Data Transfer Template - request a download
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
06. Data Transfer Template - download data
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
07. Data Transfer Template - request an upload
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
08. Data Transfer Template - status of an upload/download request
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
09. Data Transfer Template - endpoint example
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
10. Getting a Tenants List
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