Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

GetAppListResponse

Prev Next

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
  • true | false
    • true: succeeded
    • false: failure
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