GET api/FpPlan/Count?id_id={id_id}&skip={skip}&take={take}
Returns count of FpPlan's
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id_id |
Get by id |
integer |
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>