Overview | Service | Command |
Get the mobile devices count on the server since last used date
Network edition only API | TRUE |
Authorization token required | true |
Admin Authorization token required | true |
<GetDevicesCountSinceLastUsedRequest> ## GetDevicesCountSinceLastUsedRequest
<lastUsedDate date="{yyyy-MM-dd}" /> ## DateString
</GetDevicesCountSinceLastUsedRequest>
The following table describes elements and attributes you can define within a
<GetDevicesCountSinceLastUsedRequest>
element:
XPath | Required / Optional | Description |
/lastUsedDate | Required (only 1) | Last used date |
/lastUsedDate@date | Required (only 1) | Type:String Date in format : yyyy-MM-dd |
<GetDevicesCountSinceLastUsedResponse count="{number-of-devices} (int)" /> ## GetDevicesCountSinceLastUsedResponse
The following table describes elements and attributes you can define within a
<GetDevicesCountSinceLastUsedResponse>
element:
XPath | Required / Optional | Description |
@count | Required (only 1) | Type:int Number of mobile devices on the server since the specified last used date |