GET api/sync/calendarsyncoauthurl/{personId}?sendEmail={sendEmail}

Get the oauth url for the calendar sync service

Request Information

URI Parameters

NameDescriptionTypeAdditional information
personId

integer

Required

sendEmail

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

AuthUrlDataContract

Dezrez.Core.DataContracts.External.Api.Oauth.Query.AuthUrlDataContract
NameDescriptionTypeAdditional information
Url

string

None.

ExternalProviderEnabled

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Url": "sample string 1",
  "ExternalProviderEnabled": true
}