GET v1/core/Accounts/{accId}/quotaalertmessages

returns the default alerts message for quota limits

Request Information

Parameters

NameDescriptionAdditional information
accId
the account id

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {
    "AccountID": 1,
    "AlertEmail": "sample string 2",
    "From": "sample string 3",
    "ThresholdSubject": "sample string 4",
    "ThresholdMessage": "sample string 5",
    "DisabledSubject": "sample string 6",
    "DisabledMessage": "sample string 7",
    "SharedThresholdSubject": "sample string 8",
    "SharedThresholdMessage": "sample string 9"
  },
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3",
  "Meta": "sample string 4"
}

text/javascript

Sample:
{"Success":true,"Data":{"AccountID":1,"AlertEmail":"sample string 2","From":"sample string 3","ThresholdSubject":"sample string 4","ThresholdMessage":"sample string 5","DisabledSubject":"sample string 6","DisabledMessage":"sample string 7","SharedThresholdSubject":"sample string 8","SharedThresholdMessage":"sample string 9"},"ErrorCode":2,"ErrorDescription":"sample string 3","Meta":"sample string 4"}

application/xml, text/xml

Sample:
<PBNBReturnOfAccountQuotaAlertMessageCA1DLPoZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pbnb_models">
  <Data>
    <AccountID>1</AccountID>
    <AlertEmail>sample string 2</AlertEmail>
    <DisabledMessage>sample string 7</DisabledMessage>
    <DisabledSubject>sample string 6</DisabledSubject>
    <From>sample string 3</From>
    <SharedThresholdMessage>sample string 9</SharedThresholdMessage>
    <SharedThresholdSubject>sample string 8</SharedThresholdSubject>
    <ThresholdMessage>sample string 5</ThresholdMessage>
    <ThresholdSubject>sample string 4</ThresholdSubject>
  </Data>
  <ErrorCode>2</ErrorCode>
  <ErrorDescription>sample string 3</ErrorDescription>
  <Meta>sample string 4</Meta>
  <Success>true</Success>
</PBNBReturnOfAccountQuotaAlertMessageCA1DLPoZ>

application/bson

Sample:
�SuccessData<AccountIDAlertEmailsample string 2Fromsample string 3ThresholdSubjectsample string 4ThresholdMessagesample string 5DisabledSubjectsample string 6DisabledMessagesample string 7SharedThresholdSubjectsample string 8SharedThresholdMessagesample string 9ErrorCodeErrorDescriptionsample string 3Metasample string 4