GetCommandsResponseModel
Provides information about a list of executed commands.
Name | Description | Type | Additional 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. |