GET api/Authorization/Synchronize

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

None.

Response Formats

application/json, text/json

Sample:
{
  "Imported": [
    "2ba0f8bc-8934-4000-ac52-766ca9510cf8",
    "1c5b96bb-9e85-4967-a014-b65d6079d0d2"
  ],
  "Exported": [
    "d8af0db3-1aad-4001-b893-26e7f8900517",
    "3f6d1e48-7ec7-4aa7-ac8e-c479e725e1b5"
  ],
  "HasChanges": true
}

application/xml, text/xml

Sample:
<SynchronizationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ColemanInsights.Online.Model" />