Retrieve details for the workflow requests (called “entries”) for the batch. You can filter the results by status. You can also sort the results and limit the number of results returned.
GET /v2/linx/workflow-batches/{batchId}/entries
Authorization: Bearer <access_token>
batchId REQUIRED
string (UUID)
ID of the LinX batch.
status REQUIRED
string enum, values: NEW, QUEUED, COMPLETED, INVALID, CANCELLING, FAILED
Status of the LinX batch. The following values are supported:
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 Status objects.
SAMPLE RESPONSE
{
"position": 0,
"title": "Refund",
"id": 7538498e-7416-4869-ae88-1a6c764cc2f7,
"status": "ACTIVE",
"phoneNumber": "5551231234",
"errorCode": "string",
"errorMessage": "string",
"fieldErrors": [
{
"fieldName": "string",
"fieldCategory": "string",
"code": "string",
"message": "string"
}
]
}
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.