GET api/Surgeon/GetNotificationDataWithIdFree?notificationid={notificationid}&status={status}&userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
notificationid

integer

Required

status

byte

Required

userId

integer

Required

Body Parameters

None.

Response Information

Resource Description

NotificationDataDTO
NameDescriptionTypeAdditional information
SharedItemName

string

None.

SharedItemContent

string

None.

ResponseMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "SharedItemName": "sample string 1",
  "SharedItemContent": "sample string 2",
  "ResponseMessage": "sample string 3"
}

multipart/form-data

Sample:
{"SharedItemName":"sample string 1","SharedItemContent":"sample string 2","ResponseMessage":"sample string 3"}

application/xml, text/xml

Sample:
<NotificationDataDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScrubUp.DTO">
  <ResponseMessage>sample string 3</ResponseMessage>
  <SharedItemContent>sample string 2</SharedItemContent>
  <SharedItemName>sample string 1</SharedItemName>
</NotificationDataDTO>