POST getAlertBySenderByPeriod/{senderID}/{dateStart}/{dateEnd}

Get alerts during a period

Request Information

Parameters

NameDescriptionAdditional information
senderID
The identifier of the sender of the alert message

Define this parameter in the request URI.

dateStart
The start time and date of the origination of the alert message

Define this parameter in the request URI.

dateEnd
The end time and date of the origination of the alert message

Define this parameter in the request URI.

credentials
The Login/Password for authentication and rights

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "login": "sample string 1",
  "password": "sample string 2"
}

application/xml, text/xml

Sample:
<Credentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <login>sample string 1</login>
  <password>sample string 2</password>
</Credentials>

Response Information

NCAAlertPublication

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.