Retrieve the list of in collections account IDs

get

/dmaccount-service/accounts

This endpoints will be used to retrieve the list of in collections account IDs.

Request

Supported Media Types
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the list of in collections account IDs.
Body ()
Root Schema : DmAccountIdCollection
Type: object
Collection of list of Account IDs.
Show Source
Nested Schema : acctIds
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