Versions Compared

Key

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

...

Code Block
languagenone
$base_url/api/v0/synchronizations

Example response body (application/x-www-form-urlencoded)

Code Block
languagenone
{
    "synchronizations": [
        {
            "id": 1,
            "username": "alice",
            "type": "o365"
        },
        {
            "id": 2,
            "username": "bob",
            "type": "googlecalendar"
        }
    ]
}

...

Code Block
languagenone
$base_url/api/v0/synchronizations

Example request body (application/x-www-form-urlencoded)

Code Block
languagenone
username=alice&type=ews&smtpAddress=alice@example.org

...