Retrieves the Data for RM Dashboard

get

/service/lmd/rmdashboard

This endpoint is used to retrieving the data for RM dashboard.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful performs the operation
Body ()
Root Schema : RmDashboardCollection
Type: object
Show Source
Nested Schema : accountmap
Type: array
Show Source
Nested Schema : currencybalance
Type: array
Show Source
Nested Schema : effectivebalance
Type: array
Show Source
Nested Schema : interestdetails
Type: array
Show Source
Nested Schema : investmentdetails
Type: array
Show Source
Nested Schema : scheduledsweeps
Type: array
Show Source
Nested Schema : LmdRdAccountMapDTO
Type: object
AccountMap DTO
Match All
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : LmdRdAccountMapDTO-allOf[1]
Type: object
Show Source
Nested Schema : LmdTbCurrencyBalanceDTO
Type: object
CurrencyBalance DTO
Match All
Show Source
Nested Schema : LmdTbCurrencyBalanceDTO-allOf[1]
Type: object
Show Source
Nested Schema : LmdTbEffectiveBalanceDTO
Type: object
EffectiveBalance DTO
Match All
Show Source
Nested Schema : LmdTbEffectiveBalanceDTO-allOf[1]
Type: object
Show Source
Nested Schema : InterestDetailsDTO
Type: object
InterestDetails DTO for view
Match All
Show Source
Nested Schema : InterestDetailsDTO-allOf[1]
Type: object
Show Source
Nested Schema : LmdRdInvestmentDetailsDTO
Type: object
InvestmentDetails DTO
Match All
Show Source
Nested Schema : LmdRdInvestmentDetailsDTO-allOf[1]
Type: object
Show Source
Nested Schema : LmdTbScheduledSweepsDTO
Type: object
ScheduledSweeps DTO
Match All
Show Source
Nested Schema : LmdTbScheduledSweepsDTO-allOf[1]
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top