GET api/Messages?Ids={Ids}&ApplicationId={ApplicationId}&ApplicationSecretKey={ApplicationSecretKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ids

string

None.

ApplicationId

integer

None.

ApplicationSecretKey

string

None.

Body Parameters

GetMessagesModel
NameDescriptionTypeAdditional information
Ids

string

None.

ApplicationId

integer

None.

ApplicationSecretKey

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Ids": "sample string 1",
  "ApplicationId": 2,
  "ApplicationSecretKey": "sample string 3"
}

application/xml, text/xml

Sample:
<GetMessagesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AltaSoft.Notifications.Web.Models.API">
  <ApplicationId>2</ApplicationId>
  <ApplicationSecretKey>sample string 3</ApplicationSecretKey>
  <Ids>sample string 1</Ids>
</GetMessagesModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIResultOfListOfMessageResult
NameDescriptionTypeAdditional information
Data

Collection of MessageResult

None.

IsSuccess

boolean

None.

Error

string

None.

ErrorDetails

string

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.