Retrieves the list of existing ScheduledSweeps.
get
/api/1.0/service/lmd/scheduledsweeps
This endpoint is used to get the list of existing scheduled sweeps.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId: string
Pattern:
[a-zA-Z0-9]{1,20}
fetch record according to customerId -
fromDate: string
fetch record according to fromDate
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
structureId: string
Maximum Length:
30
fetch record according to structureId -
toDate: string
fetch record according to toDate
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
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
-
accountName:
string
accountName in Scheduled Sweeps
-
accountNumber:
string
Maximum Length:
35
accountNumber in Scheduled Sweeps -
branchCode:
string
Maximum Length:
4
branchCode in Scheduled Sweeps -
currencyCode:
string
Maximum Length:
3
currencyCode in Scheduled Sweeps -
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
customerId in Scheduled Sweeps -
instructionDesription:
string
Maximum Length:
200
instructionDesription in Scheduled Sweeps -
instructionId:
string
Maximum Length:
10
instructionId in Scheduled Sweeps -
nextRunDate:
string
nextRunDate in Scheduled Sweeps
-
parentAccountName:
string
parentAccountName in Scheduled Sweeps
-
parentAccountNumber:
string
Maximum Length:
35
parentAccountNumber in Scheduled Sweeps -
parentBranchCode:
string
Maximum Length:
4
parentBranchCode in Scheduled Sweeps -
parentCurrencyCode:
string
Maximum Length:
3
parentCurrencyCode in Scheduled Sweeps -
productCode:
string
Maximum Length:
10
productCode in Scheduled Sweeps -
productDescription:
string
Maximum Length:
200
productDescription in Scheduled Sweeps -
structureDescription:
string
Maximum Length:
200
structureDescription in Scheduled Sweeps -
structureId:
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