added
"last_processed_at" added to users endpoint
almost 6 years ago by Deb Conroy
"last_processed_at"
A request to
/organizations/:org_id/users/:user_id
will now include in the response the last processed time for each source (null values are present if no data has been received)
{
"id": "59b02bdef758811111113e8c",
"uid": "testuser",
"marketplace": {
"token": "ae4fdfd364e42137testd552bcdefaae7b99e3e49361e6289701eb0d",
"url": "https://syncmydevice.com?token=ae4fdfd364e42137testd552bcdefaae7b99e3e49361e6289701eb0d"
},
"mobile": {
"token": "facbce6ccd5test86800024ee0d96d2"
},
"location": {
"timezone": "America/New_York",
"country_code": "US"
},
"sources": [
{
"type": "misfit",
"connected_at": "2017-09-11T15:57:45Z",
"last_processed_at":"2018-01-11T15:44:00Z"
}
],
"status": "active",
"created_at": "2017-09-06T17:09:50Z",
"updated_at": "2018-03-19T19:56:43Z"
}