Gets HOS logs for a user

This endpoint is used to retrieve HOS Logs for the user

SecurityAPIKey
Request
path Parameters
userName
required
string or null
query Parameters
startDate
required
string <date-time>
endDate
required
string <date-time>

End date must be within 8 days for user

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/{userName}
Request samples
Response samples
application/json
[
  • {
    }
]