GET api/OmsManageConfigurations/text-alerts/model

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GetManageTextAlertsModelResponse

NameDescriptionTypeAdditional Information
ResponseCode

APIResponseCodes

None.

Message

string

None.

CorrelationId

string

None.

Model

ManageTextAlertsModel

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 0,
  "Message": "sample string 1",
  "CorrelationId": "sample string 2",
  "Model": {
    "TextAlerts": null
  }
}

application/xml, text/xml

Sample:
<GetManageTextAlertsModelResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models.API">
  <CorrelationId>sample string 2</CorrelationId>
  <Message>sample string 1</Message>
  <Model xmlns:d2p1="http://schemas.datacontract.org/2004/07/DECK.OMS.Domain.Models">
    <d2p1:TextAlerts i:nil="true" />
  </Model>
  <ResponseCode>Success</ResponseCode>
</GetManageTextAlertsModelResponse>