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": "ef922208-e154-4a85-a595-8f94e84e0ebf"
}

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.