GetCommandsResponseModel

Provides information about a list of executed commands.

NameDescriptionTypeAdditional Information
TotalAvailable

The total number of commands in the past 6 months. Use this value to determine if you need to retrieve additional pages of data.

integer

None.

PageNr

The number of the page that was requested.

integer

None.

PageSize

The size of the page that was requested.

integer

None.

Commands

List of command records.

Collection of GetCommandsResponseModel_Command

None.