pub async fn get_sync_changes(
__arg0: State<WorkspaceState>,
__arg1: Path<String>,
) -> Result<Json<ApiResponse<Vec<Value>>>, Response>Expand description
Get pending sync changes by comparing sync directory files against last sync timestamp.