Retrieve All Accounts for Given Party ID

get

/DmAccountParty-service/accountParties/{partyId}

This endpoint is used to fetch all accounts for given Party ID.

Request

Supported Media Types
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns all accounts based on given Party ID.
Body ()
Root Schema : DmAccountDTOCollection
Type: object
Collection of Account IDs.
Show Source
Nested Schema : accountList
Type: array
List of account IDs.
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