GET api/HistoryEvent/Count?id_id={id_id}&sort={sort}&search={search}&skip={skip}&take={take}
Returns count of History's
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id_id | integer |
None. |
|
sort |
Possible sorting - "date" |
string |
None. |
search |
Possible search - "seria", "number". |
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>