Reference
Base URI
Staging - https://staging-api-service.azurewebsites.net/
Production - https://api.peopletray.com
Authentication
All requests to the PeopleTray API must be authenticated. See the Authentication page for more details
Person Status
Gets a list of all Beacons in the account (Equipment Items where the Category is a Beacon).
Endpoint {baseUri}/api/person/GetPersonEntryStatus?employeeId=123
Method: GET
Authentication: Token
Parameter: EmployeeId
Returns the following model:
{
"firstName": "Anderson",
"lastName": "Cooper",
"dateOfBirth": "21-Apr-1990",
"entryStatus": "Yes"
}
Please note the values returned by the EntryStatus field are "Yes" or "No". No represents the person is locked out or inactive. Yes is all clear.