GetAccountListResponse
- Print
- PDF
GetAccountListResponse
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a list of Data Forest accounts.
Syntax
The syntax is as follows.
private Boolean success;
private String message;
private Integer total;
private AccountResponse contents;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success | Boolean | Required | Whether the account list query was successful
|
message | String | Optional | Result message after querying the account list |
total | Integer | Optional | Total number of accounts in the list |
contents | AccountResponse | Optional | AccountResponse data type |
Was this article helpful?