latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Work Requests
Create work request
post/workrequests
Query parameters
skipWebhookboolean
Set skipWebhook=true, skipWebhook=1 or skipWebhook=yes to skip all webhooks upon successful operation on the endpoint. Learn more about webhooks
Headers
x-organization-idinteger
Required if using a multi organizations token
Request body
Example request
{
"description": "A forklift that needs to be reviewed for any potential problems",
"priority": "MEDIUM",
"title": "Forklift Preventive Maintenance Form",
"assetId": 843,
"locationId": 852,
"extraFields": {
"Request Type": "Water Leak"
},
"approverTeamId": 254,
"creatorContactInfo": "james@example.com"
}Response
Successfully created work request
Example response
{
"id": 963
}