Sessions are always changing. Hubb's API makes it easy to see which sessions have been modified.
This article will go over how to see which changes have occured to Sessions specifically in a designated time frame.
Getting Session Updates in the API
This is the recommended endpoint: /Sessions/Updates
POST https://api.hubb.me/api/v1/[eventID]/Sessions/Updates
Here's a link to our full documentation on this endpoint.
In the body of the call, you can designate a specific Start Date and End Date. This will be the date range for when changes were made.
{
"StartDate": "2019-03-01T17:00:09.782Z",
"EndDate": "2019-04-09T17:00:09.782Z"
}
This will show all updates to sessions during the time-frame listed above. This includes any updates, deletions, additions, etc. made to sessions during this time.
Still have questions? Need help tweaking this call?
Contact Hubb Support at support@hubb.me for further assistance.