latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Meter Triggers
Create meter trigger
post/metertriggers
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
{
"workOrderTemplate": {
"data": {
"assigneeIds": [
1
],
"description": "A work order sample description",
"partsUsed": [
{
"partId": 963,
"quantityUsed": 120,
"locationId": 852
}
],
"priority": "MEDIUM",
"procedure": {
"id": 1234,
"title": "Control dashboard audit",
"fields": [
{
"label": "Metal Parts: broken, loose, dented, rusty, missing",
"type": "INSPECTION_CHECK",
"choices": [
"Partially"
],
"urls": [
{
"label": "MaintainX Website",
"link": "www.getmaintainx.com"
}
],
"meterId": 1,
"index": 1
}
]
},
"tagsIds": [
1
],
"teamIds": [
1
],
"vendorIds": [
1
]
}
}
}Response
Successfully created the meter trigger
Example response
{
"id": 1
}