POST api/get-presentations

Request Information

URI Parameters

None.

Body Parameters

GetPresentationsRequest
NameDescriptionTypeAdditional information
UserId

integer

None.

User_type

integer

None.

Keyword

string

None.

StartIndex

integer

None.

GridSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "User_type": 1,
  "Keyword": "sample string 2",
  "StartIndex": 3,
  "GridSize": 4
}

application/xml, text/xml

Sample:
<GetPresentationsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sonalika_Api.Presentation">
  <GridSize>4</GridSize>
  <Keyword>sample string 2</Keyword>
  <StartIndex>3</StartIndex>
  <UserId>1</UserId>
  <User_type>1</User_type>
</GetPresentationsRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.