Current API Session
Services
Returns data indicating whether a client should updates it service list
Retrieves data indicating the last time data relevant to this API Session was altered that would necessitate service refreshes.
get/current-api-session/service-updates
Response
Data indicating necessary service updates
Example response
{
"data": {
"lastChangeAt": "2000-01-23T04:56:07.000+00:00"
},
"meta": {
"apiEnrollmentVersion": "apiEnrollmentVersion",
"apiVersion": "apiVersion",
"pagination": {
"offset": 6.027456183070403,
"limit": 0.8008281904610115,
"totalCount": 1.4658129805029452
},
"filterableFields": [
"filterableFields",
"filterableFields"
]
}
}