Interface RESTGetApiAppAllLogResult

interface RESTGetApiAppAllLogResult {
    apps: ApiAppLog[];
    message: string;
    status: RESTApiStatusResponse;
}

Hierarchy (view full)

Properties

Properties

apps: ApiAppLog[]

Logs of all of your applications

message: string

Message of the API

  • It is useful to use as logs

The status of API response