GET api/systemsupports/list?Status={Status}

Get All UserDetails by Distributor and Status

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Status

Set default value = ""(Blank) Otherwise set Active or InActive for filter

string

Required

Body Parameters

CommonParameters
NameDescriptionTypeAdditional information
PageIndex

set value = 1 for viewing first page records. change as per pagesize and number of records.

integer

Required

PageSize

Set value = 15. Possible values between 15 to 100

integer

Required

SortExp

Set value = "CreatedDateTime". Possible value will be based on API Method's response data columns.

string

Required

SortDir

Set value = "desc". Possible values will be "asc" or "desc" for sorting records

string

Required

Keyword

set value = "" (blank). Possible value will be any words.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageSize": 2,
  "SortExp": "sample string 3",
  "SortDir": "sample string 4",
  "Keyword": "sample string 5"
}

application/xml, text/xml

Sample:
<CommonParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/sscTeklekWebAPI.Models">
  <Keyword>sample string 5</Keyword>
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
  <SortDir>sample string 4</SortDir>
  <SortExp>sample string 3</SortExp>
</CommonParameters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.