GET api/Notifications/GetValidNowCastNowDetails?userProfileId={userProfileId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userProfileId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of NowCastWarningNotification
NameDescriptionTypeAdditional information
NotificationId

integer

None.

NotificationTitle

string

None.

NotificationMessage

string

None.

UserProfileId

integer

None.

Flag

boolean

None.

CreatedDate

string

None.

IssueDate

string

None.

UpdatedDate

string

None.

ColorCode

string

None.

TimeOfIssueMessage

string

None.

ValidUpToMessage

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NotificationId": 1,
    "NotificationTitle": "sample string 2",
    "NotificationMessage": "sample string 3",
    "UserProfileId": 4,
    "Flag": true,
    "CreatedDate": "sample string 6",
    "IssueDate": "sample string 7",
    "UpdatedDate": "sample string 8",
    "ColorCode": "sample string 9",
    "TimeOfIssueMessage": "sample string 10",
    "ValidUpToMessage": "sample string 11"
  },
  {
    "NotificationId": 1,
    "NotificationTitle": "sample string 2",
    "NotificationMessage": "sample string 3",
    "UserProfileId": 4,
    "Flag": true,
    "CreatedDate": "sample string 6",
    "IssueDate": "sample string 7",
    "UpdatedDate": "sample string 8",
    "ColorCode": "sample string 9",
    "TimeOfIssueMessage": "sample string 10",
    "ValidUpToMessage": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNowCastWarningNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AGROMET_Notifications">
  <NowCastWarningNotification>
    <ColorCode>sample string 9</ColorCode>
    <CreatedDate>sample string 6</CreatedDate>
    <Flag>true</Flag>
    <IssueDate>sample string 7</IssueDate>
    <NotificationId>1</NotificationId>
    <NotificationMessage>sample string 3</NotificationMessage>
    <NotificationTitle>sample string 2</NotificationTitle>
    <TimeOfIssueMessage>sample string 10</TimeOfIssueMessage>
    <UpdatedDate>sample string 8</UpdatedDate>
    <UserProfileId>4</UserProfileId>
    <ValidUpToMessage>sample string 11</ValidUpToMessage>
  </NowCastWarningNotification>
  <NowCastWarningNotification>
    <ColorCode>sample string 9</ColorCode>
    <CreatedDate>sample string 6</CreatedDate>
    <Flag>true</Flag>
    <IssueDate>sample string 7</IssueDate>
    <NotificationId>1</NotificationId>
    <NotificationMessage>sample string 3</NotificationMessage>
    <NotificationTitle>sample string 2</NotificationTitle>
    <TimeOfIssueMessage>sample string 10</TimeOfIssueMessage>
    <UpdatedDate>sample string 8</UpdatedDate>
    <UserProfileId>4</UserProfileId>
    <ValidUpToMessage>sample string 11</ValidUpToMessage>
  </NowCastWarningNotification>
</ArrayOfNowCastWarningNotification>