GET api/MsgEmailAccount/Count?skip={skip}&take={take}

Returns count of Email account's

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>