Search for LinX batches based on filters such as the template name, template ID, and batch status. You can also sort the results and limit the number of results returned.
GET /v2/linx/workflow-batches
Authorization: Bearer <access_token>
search
string
Perform a full-text search on the LinX batch and template display name.
You can also use the following filters to limit the search results. If both full-text search and search filters are used, they will be joined using AND.
status
string enum, values: NEW, QUEUED, COMPLETED, INVALID, CANCELLING, FAILED
Status of the LinX batch. The following values are supported:
templateId REQUIRED
string (UUID)
ID of the LinX template used for the batch. This ID is the same for all versions of the template.
templateVersionId REQUIRED
string (UUID)
ID of the version of the LinX template used for the batch.
sort
array of strings
Sort the response by any field in ascending or descending order. The default sort order is createdAt,DESC. For more information, see Sorting and Pagination.
page
integer (int32), default value: 1
Page number to return. Uses one-based indexing.
size
integer (int32)
Maximum number of results to return per page.
None
Returns an array of LinX Batch Detail objects.
SAMPLE RESPONSE
{
"id": "93f1e6dd-5dc7-4660-91cc-5cb949b74c6d",
"status": "ACTIVE",
"templateId": "eb9b3097-9b8b-463f-ab61-a6dbd93cb88d",
"templateVersionId": "18c49ebd-f144-4ba8-abce-25068220176c",
"templateVersion": 2,
"templateDisplayName": "Send a rebate",
"activeRequestsCount": 10,
"cancelledRequestsCount": 0,
"completedRequestsCount": 20,
"declinedRequestsCount": 0,
"expiredRequestsCount": 0,
"failedRequestsCount": 0,
"rejectedRequestsCount": 0,
"totalRequestsCount": 30,
"createdBy": {
"id": "03522665-75af-4e4e-b37d-f74f31ecbe85",
"type": "service-account"
},
"createdAt": "2024-08-28T16:02:01.667Z",
"updatedBy": {
"id": "03522665-75af-4e4e-b37d-f74f31ecbe85",
"type": "service-account"
},
"updatedAt": "2024-09-28T16:02:01.667Z"
}
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2024 RocketKOR, Inc. All rights reserved.