GET api/MsgEmailAccount/Count?skip={skip}&take={take}
Returns count of Email account's
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
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>