Export

GetActions200Response

interface GetActions200Response {
    actions: Action[];
    count?: string;
    meta: ActionMeta;
}

Properties

Properties

actions: Action[]

Memberof

GetActions200Response

count?: string

Int64, number of results matching the given filters. It may be -1 if Midgard is having trouble counting the results and has to cancel the count query (temporary fix). Also, if new action parameters is used it won't be returned.

Memberof

GetActions200Response

Memberof

GetActions200Response

Generated using TypeDoc