Retrieve a list of session records based on supplied date

SecurityBearer Authentication
Request
query Parameters
createdDate
required
string <date>

A date, formatted as yyyy-MM-dd , when the records have been created

Responses
200

List of session records returned successfully

401

Authorization issue, due to e.g. missing or invalid authorization header

403

Authorization issue, due to the provisioned token not having permission to create the specified session

get/pps/api/v1/session-record
Request samples
Response samples
application/json
{
  • "code": "INVALID_TOKEN"
}