...
Code Block | ||
---|---|---|
| ||
{ "synchronizations": [ { "id": 1, "type": "ews", "username": "alice", "description": "alice@bob.test", "enabled": true, "status": "OK", "lastResync": 1355320800000 } ] } |
/users/{username}/synchronizations
...
Code Block | ||
---|---|---|
| ||
{ "synchronizations": [ { "id": 1, "type": "o365", "username": "alice", "description": "alice@bob.test", "enabled": true, "typestatus": "OK", "o365lastResync": 1355320800000 }, { "id": 1, "type": 2"googlecalendar", "username": "bob", "description": "bob@google.test", "enabled": true, "typestatus": "OK", "googlecalendar" "lastResync": 1355320800000 } ] } |
/synchronizations
Method: PUT
...
Code Block | ||
---|---|---|
| ||
{ "synchronization": { "id": 1, "type": "ews", "username": "alice", "description": "alice@bob.test", "type": "ews""enabled": true, "status": "OK", "lastResync": 1355320800000 } } |
/synchronizations/{id}
...