-
Created On: 05/31/2024
IP Address Restrictions The TempWorks Open API validates the IP address of each request when using OAuth bearer tokens. Companies wishing to use OAuth must provide TempWorks with a range of IP addresses that their requests will originate from. Th...
-
Created On: 01/31/2024
Purpose The purpose of advanced searching is to allow users to construct their own detailed and complex search queries. Advanced searching allows grouping of criteria as well as exclusionary factors as well as many different types of comparisons ba...
-
Created On: 06/09/2022
Overview The following document provides information and instruction to enable any third-party developers to use the TempWorks API if you are going to custom-build a job board. This article covers the following: Authenticating to the API ...
-
Created On: 09/21/2021
Overview of Batch Jobs Definitions Batch Job : We use a batch job to perform an operation on a set of records, where each record (corresponding to a "batch job item") is processed in its own background job. The batch job is identified by a Batch...
-
Created On: 05/14/2019
TempWorks uses ISO 8601 for all date and time formatting. The specifications for these formats can be found here: https://en.wikipedia.org/wiki/ISO_8601
-
Created On: 03/06/2019
Credentials All requests to TempWorks OpenAPI require you to authenticate . Retrieving Resources with the HTTP GET Method You can retrieve a representation of a resource by GETting its url. The easiest way to do this is to copy and paste a URL...
-
Created On: 03/06/2019
Rate Limiting Rate limits are divided into 5 second intervals. All endpoints require authentication, so there is no concept of unauthenticated calls and rate limits. Personal Access Tokens All personal access tokens are limited to 25...
-
Created On: 03/06/2019
Example request to upload a document to an employee This requires a multipart form-data POST request. One part must contain the file to upload and subsequent parts will be used to provide other data such as documentTypeId (How to get valid IDs) ...
-
Created On: 03/06/2019
TempWorks API supports three forms of authentication: OAuth2 Basic Authentication Header or Query string Token OAuth TempWorks supports OAuth for four different user types: Service Rep A Service Rep is a user who works directly for the st...
-
Created On: 03/06/2019
TempWorks Software API fully supports the Swagger API specification. You can create API clients in the language of your choice by pointing your API client generator to our Swagger JSON file. https://{base-uri}/swagger/v3/swagger.json ...