POST api/account/GetNotifications

Request Information

URI Parameters

None.

Body Parameters

GetNotificationRequestViewModel
NameDescriptionTypeAdditional information
Start

integer

None.

Length

integer

None.

UserId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": 1,
  "Length": 2,
  "UserId": "71810cae-76b0-4a27-9f9f-6bb7ad019053"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.