GetAppListResponse
- Print
- PDF
GetAppListResponse
- 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 apps.
Syntax
The syntax is as follows.
private Boolean success;
private String message;
private Integer total;
private AppResponse contents;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
success | Boolean | Required | Whether the app list query was successful
|
message | String | Optional | Result message after querying the app list |
total | Integer | Required | Total number of apps in the list |
contents | AppResponse | Required | AppResponse data type |
Was this article helpful?