Forum Discussion
GetModifiedWorkspaces API - what constitutes 'modified'?
- 3 years ago
Hi powercdc ,
The 'modified' workspace is determined by the parameter modifiedSince. It is set to a date-time, only the IDs of workspaces that changed after that date-time are returned. If the modifiedSince parameter isn't used, the IDs of all workspaces in the organization are returned.
According to my test, if no new content is published to a workspace, but permissions are changed (e.g. user is given access to a report) - this workspace won't be returned by the API call
The API will return the workspace even if it has been deleted(unless you exclude inactive workspace).
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for your response Jianbo Li.
This does answer my question, but is not the answer I was looking for!
I had hoped to use the ability to load data deltas by providing a parameter, however if security changes, permissions etc. are not covered, then I will need to do a full load each time.