v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Tasks
Work Request Submissions

List WR Submissions

Lists WR submissions

Return data description:

PropertyDescription
workRequestSubmissionIdThe unique identifier of the work request submission.
statusPending, Approved or Rejected.
createdByUserIdThe unique identifier of the user who created the work request submission.
createdAtThe date the work request submission was created. The timestamp is in the following format: YYYY-MM-DD (2025-07-02) HH:MM:SS (21:36:31)
updatedAtThe date the work request submission was last updated. The timestamp is in the following format: YYYY-MM-DD (2025-07-02) HH:MM:SS (21:36:31)
deletedAtThe date the work request submission was deleted. The timestamp is in the following format: YYYY-MM-DD (2025-07-02) HH:MM:SS (21:36:31) Will be NULL if the submission is not deleted.
reviewedByUserIdThe unique identifier of the user who reviewed the submission.
reviewedAtThe date the work request submission was reviewed. The timestamp is in the following format: YYYY-MM-DD (2025-07-02) HH:MM:SS (21:36:31) Will be NULL if the submission has not yet been reviewed
reviewedReasonThe predefined reason the work request was declined.
additionalNotesAny additional notes the person who declined the submission wishes to leave.
locationIdThe unique identifier of the location the submission belongs to.
assetIdThe unique identifier of the asset associated with the submission.
priorityIdThe unique identifier of the priority of the submission.
dueDateUnitThe unit of measure used to communicate when the task will be due. Can be “days” or “hours”.
requestInformationThe information filled out in the Work Request Portal. Includes any of the following fields in JSON format. customerCode requesterName requesterEmail requesterPhone timeUnix customTag customFieldOne customFieldTwo customFieldThree customFieldOneTitle customFieldTwoTitle customFieldThreeTitle customFieldDropdownAnswerOne customFieldDropdownAnswerTwo customFieldDropdownAnswerThree customDropdownTitleOne customDropdownTitleTwo customDropdownTitleThree customDropdownOptionsOne customDropdownOptionsTwo customDropdownOptionsThree geoLocation
customerIDThe unique identifier of the customer account.
requestTitleThe title of the submission.
assignedToProfileIdThe Limble profile the submission is assigned to. This is used to determine what team or individual is assigned to review the submission.
requestDescriptionThe description of the problem filled out in the Work Request Portal.
checklistIDThe unique identifier of the task generated from the submission when it is approved. Will be NULL if submission status is declined or pending.
requesterNameThe name of the person who submitted the work request submission.
get/v2/work-requests/work-request-submissions

Query parameters

orderBystring

This parameter is used to order results by their createdAt, status, requestTitle, workRequestSubmissionID, and location property instead of the default ordering. each property can be flipped reverse by putting a minus before the property e.g. "-createdAt".

searchstring

Free-text search

locationIDsinteger

This parameter is used to only get work requests at a specific group of Locations. This parameter accepts a comma delimited list of Location IDs.

statusesstring

CSV of statuses

limitinteger

Max rows per page. Supports up to 1000 results.

columnsstring

CSV of field names (letters only); forwarded upstream as array

createdDateStartstring

ISO 8601 start

createdDateEndstring

ISO 8601 end (≥ start)

workRequestIDsstring

CSV of WR IDs

pageinteger

Page-based pagination (mutually exclusive with cursor)

cursorinteger

Cursor for pagination (forbidden with page)

Response

List of work request submissions

workRequestSubmissionIdinteger
status'Pending' | 'Approved' | 'Rejected'
createdByUserIdinteger
createdAtstring
updatedAtstring
deletedAtstring nullable
reviewedByUserIdinteger nullable
reviewedAtstring nullable
reviewedReasonstring nullable
additionalNotesstring nullable
locationIdinteger
assetIdinteger nullable
priorityIdinteger nullable
dueDateUnitstring nullable
requestInformationobject
customerIDinteger
requestTitlestring
assignedToProfileIdinteger nullable
requestDescriptionstring nullable
checklistIDinteger nullable
requesterNamestring