Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagenone
{
    "synchronizations": [
        {
            "id": 1, 
            "type": "ews", 
            "username": "alice",
			"description": "alice@bob.test",
            "enabled": true,
		    "status": "OK",
            "lastResync": 1355320800000
        }
    ]
}

/users/{username}/synchronizations

...

Code Block
languagenone
{
    "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

MethodPUT

...

Code Block
languagenone
{
    "synchronization":
        {
            "id": 1, 
            "type": "ews", 
            "username": "alice",
			"description": "alice@bob.test",
            "type": "ews""enabled": true,
		    "status": "OK",
            "lastResync": 1355320800000
        }
}

/synchronizations/{id}

...