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": [
    "732adb0f-faf7-4fcd-96e0-1cfbb8514ba3",
    "5d059a4c-0a70-40e2-891d-89de46c6e5b0"
  ],
  "Exported": [
    "c7040757-47d1-44ea-85a8-794d876163e6",
    "5b67a799-60ef-4744-bcb9-1a1e822395fe"
  ],
  "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" />