GET api/private/ProjectStatuses/GetCountBySearch
Request Information
URI Parameters
None.
Body Parameters
DB.Search.SearchProjectStatusesName | Description | Type | Additional information |
---|---|---|---|
Description | string |
None. |
|
OrderBy | string |
None. |
|
OrderByDirection | boolean |
None. |
|
PageNumber | integer |
None. |
|
RecordsPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Description": "sample string 1", "OrderBy": "sample string 2", "OrderByDirection": true, "PageNumber": 4, "RecordsPerPage": 5 }
text/xml
Sample:
<SearchProjectStatuses xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DB.Search"> <OrderBy xmlns="http://schemas.datacontract.org/2004/07/DB.Core">sample string 2</OrderBy> <OrderByDirection xmlns="http://schemas.datacontract.org/2004/07/DB.Core">true</OrderByDirection> <PageNumber xmlns="http://schemas.datacontract.org/2004/07/DB.Core">4</PageNumber> <RecordsPerPage xmlns="http://schemas.datacontract.org/2004/07/DB.Core">5</RecordsPerPage> <Description>sample string 1</Description> </SearchProjectStatuses>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>