POST api/Feedback/ListScrumTestimonials

Request Information

URI Parameters

None.

Body Parameters

ListScrumstudyTestimonialsRequest
NameDescriptionTypeAdditional information
CountryId

integer

None.

CategoryId

integer

None.

SortBy

integer

None.

PageId

integer

None.

DisplayRows

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryId": 1,
  "CategoryId": 2,
  "SortBy": 3,
  "PageId": 4,
  "DisplayRows": 5
}

application/xml, text/xml

Sample:
<ListScrumstudyTestimonialsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMEduWebAPI2.Models">
  <CategoryId>2</CategoryId>
  <CountryId>1</CountryId>
  <DisplayRows>5</DisplayRows>
  <PageId>4</PageId>
  <SortBy>3</SortBy>
</ListScrumstudyTestimonialsRequest>

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.