Gets HOS logs for all users

This endpoint is used to retrieve HOS Logs as a batch for all users for your company

SecurityAPIKey
Request
query Parameters
startDate
required
string <date-time>
endDate
required
string <date-time>

End date must be within 1 day for company

Responses
200

HOS Logs retrieved.

204

The requested resource contained no data. The user does not have any data associated to it.

400

The parameters given in the request are invalid.

401

Can occur due to inputting an invalid key, or invalid pod

403

Access is denied for this API. The given APIKey's context does not have the proper permissions.

404

The requested resource does not exist or is not available within the given APIKey's context.

500
get/
Request samples
Response samples
application/json
[
  • {
    }
]