People Missing Info
This process returns a list of people that are missing photos. Secret Hmac Required. Cache Time 1 Hour. Reset if person added or edited. Multiple pages possible.
GET /People/Read/Missing
curl \
-X GET https://Api.StrandVision.com/v1.0/People/Read/Missing \
-H "Authorization: X-apikey $ACCESS_TOKEN" \
-H "Authorization: X-apidate $ACCESS_TOKEN" \
-H "Authorization: X-apihmac $ACCESS_TOKEN"
Response examples (200)
[
{
"Total": 0,
"Page": "1 of 1",
"Sort": "lastname desc,firstname desc,emp_id desc",
"Filter": "Missing Photo",
"People": "No records"
}
]
Response examples (200)
{
"Total": 17,
"Page": "1 of 2",
"Sort": "gender,lastname,emp_id",
"People": {
"Id": 1016,
"Emp_Id": 1016,
"Created": "Thu, 21 Aug 2014 15:43:00 GMT",
"Deleted": 0,
"Parent": 10028,
"Custno": 10028,
"DispGroup": "Menomonie, WI (10)",
"Source_Id": 1016,
"Location": "Washington",
"Email": "csstrand@strandvision.com",
"FirstName": "Ingred",
"LastName": "Bergman",
"NickName": "string",
"Phone": "string",
"Web": "string",
"Photo": "https://strandvision.com/.?ImageDB=LG4FX874KHC52OFCA7RXL",
"Gender": "Female",
"Dept": "Quality Assurance",
"Title": "Quality Assurance Manager",
"Birthday": "Sun, 09 Aug 2037 01:02:03 GMT",
"HireDate": "Mon, 10 Aug 2015 01:02:03 GMT",
"TermDate": 0,
"Skip": "Birthdays",
"DateLast": "Fri, 21 Jul 2023 22:52:00 GMT",
"DateEdit": "Thu, 21 Aug 2014 15:43:00 GMT"
}
}