MeetingBooster API
Requests
Objects
Enums

MyTasks: Sync

Synchronize my tasks from MeetingBooster to the client. The client should save the synctoken between sync requests. On the first request you do not specify a token.
After a sync you should do a SyncCommit to confirm the chagens has been made on the client.

HTTP request

GET ../api/v1/mytasks/sync

Parameters

Parameter name Value Description
Optional parameters
properties String Comma separated list of the task properties that will be part of the synchronization. If one of the properties changes the task will be included in the response as modified.

These meeting properties are available: Subject, DueDate, Description, Priority, CompletionPercentage, ProjectsString, MeetingTitle

If the properties parameter is not speficied all properties will be used by default.
synctoken String The synctoken from a previous request. On first request, the synctoken is not specified

Request Body

Do not supply a request body with this http request

Response