Retrieves the List of Existing Scheduled Sweeps
get
/service/lmd/scheduledsweeps
This endpoint is used to retrieving the list of existing scheduled sweeps.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId(optional): string
Pattern:
[a-zA-Z0-9]{1,20}
fetch record according to customerId -
fromDate(optional): string
fetch record according to fromDate
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
structureId(optional): string
Maximum Length:
30
fetch record according to structureId -
toDate(optional): string
fetch record according to toDate
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : LmdTbScheduledSweepsServiceCollection
Type:
object
Collection of ScheduledSweeps
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object LmdTbScheduledSweepsDTO
ScheduledSweeps DTO
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmdTbScheduledSweepsDTO-allOf[1]
Type:
Show Source
object
-
accountNumber(optional):
string
Maximum Length:
30
accountNumber in Scheduled Sweeps -
branchCode(optional):
string
Maximum Length:
4
branchCode in Scheduled Sweeps -
currencyCode(optional):
string
Maximum Length:
3
currencyCode in Scheduled Sweeps -
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
customerId in Scheduled Sweeps -
instructionDesription(optional):
string
Maximum Length:
200
instructionDesription in Scheduled Sweeps -
instructionId(optional):
string
Maximum Length:
10
instructionId in Scheduled Sweeps -
nextRunDate(optional):
string
nextRunDate in Scheduled Sweeps
-
parentAccountNumber(optional):
string
Maximum Length:
30
parentAccountNumber in Scheduled Sweeps -
parentBranchCode(optional):
string
Maximum Length:
4
parentBranchCode in Scheduled Sweeps -
parentCurrencyCode(optional):
string
Maximum Length:
3
parentCurrencyCode in Scheduled Sweeps -
productCode(optional):
string
Maximum Length:
10
productCode in Scheduled Sweeps -
productDescription(optional):
string
Maximum Length:
200
productDescription in Scheduled Sweeps -
structureDescription(optional):
string
Maximum Length:
200
structureDescription in Scheduled Sweeps -
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
structureId in Scheduled Sweeps
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error