GET api/AlertisApi/GetIntegrationSettings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

IntegrationSettingsDTO
NameDescriptionTypeAdditional information
AzureIdentityClientId

string

None.

AzureIdentityRedirectUrl

string

None.

Tenant

string

None.

MicrosoftSignInIconUrl

string

None.

MSGraphScopes

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AzureIdentityClientId": "sample string 1",
  "AzureIdentityRedirectUrl": "sample string 2",
  "Tenant": "sample string 3",
  "MicrosoftSignInIconUrl": "sample string 4",
  "MSGraphScopes": "sample string 5"
}

application/xml, text/xml

Sample:
<IntegrationSettingsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alertis.Model.DTO">
  <AzureIdentityClientId>sample string 1</AzureIdentityClientId>
  <AzureIdentityRedirectUrl>sample string 2</AzureIdentityRedirectUrl>
  <MSGraphScopes>sample string 5</MSGraphScopes>
  <MicrosoftSignInIconUrl>sample string 4</MicrosoftSignInIconUrl>
  <Tenant>sample string 3</Tenant>
</IntegrationSettingsDTO>