GET api/Person/Count
Returns count of Person's
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_id |
Get by id |
integer |
None. |
| ids |
Get by ids |
Collection of integer |
None. |
| outer_id | string |
None. |
|
| search |
search first_name, last_name, middle_name |
string |
None. |
| is_disabled |
Checks archive people. If NULL returns all (including archive). e.g. /api/person?is_disabled (without any value) |
boolean |
None. |
| sort |
Possible sorting - "id", "id_desc", "name". Default is "name". |
string |
None. |
| skip |
Sets the SKIP number of records returned |
integer |
None. |
| take |
Sets the TAKE number records returned |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int>1</int>