POST api/v1/personcategories/page/{pageStart}/{pageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pageStart

integer

Default value is 0

pageSize

integer

Default value is 100

Body Parameters

PageableSearchFilterOfPersonCategoryOverviewSearchFilter
NameDescriptionTypeAdditional information
Sorting

Dictionary of string [key] and string [value]

None.

SearchFilter

PersonCategoryOverviewSearchFilter

None.

Request Formats

application/json, text/json

Sample:
{
  "Sorting": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "SearchFilter": {
    "CategoryName": "sample string 1"
  }
}

text/html

Sample:
{"Sorting":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"SearchFilter":{"CategoryName":"sample string 1"}}

application/xml, text/xml

Sample:
<PageableSearchFilterOfPersonCategoryOverviewSearchFilter2wUL0CGL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">
  <SearchFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Club">
    <d2p1:CategoryName>sample string 1</d2p1:CategoryName>
  </SearchFilter>
  <Sorting xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value>sample string 2</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
    <d2p1:KeyValueOfstringstring>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value>sample string 4</d2p1:Value>
    </d2p1:KeyValueOfstringstring>
  </Sorting>
</PageableSearchFilterOfPersonCategoryOverviewSearchFilter2wUL0CGL>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PagedListOfPersonCategoryOverview
NameDescriptionTypeAdditional information
Items

Collection of PersonCategoryOverview

None.

PageStart

integer

None.

PageSize

integer

None.

TotalRows

integer

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.