cURL
curl --request GET \ --url https://api.example.com/api/core/sharepoint/sync-state \ --header 'Authorization: Bearer <token>'
{ "syncs": [ { "state": "<string>", "ingested_items_count": 123, "discovered_items_count": 123, "deleted_items_count": 123, "synced_at": "2023-11-07T05:31:56Z" } ], "total_items_count": 123 }
Bearer token authentication. Format: 'Bearer '
Successful Response
Show child attributes
Was this page helpful?