Retrieve List of Existing Account Review Details Based on Review Date.

get

/dmaccountreview-service/getAccountsToBeProcessed

This endpoint is used to retrieve the list of existing account review details based on review date.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

returns the list of existing account review details.
Body ()
Root Schema : DmAccountReviewCollection
Type: object
Collection of DmAccountReviews.
Show Source
Nested Schema : DmAccountReviewList
Type: array
Show Source
Nested Schema : DmAccountReviewDTO
Type: object
DmAccountReview model
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