GET api/crm/{crmId}/emails?pageSize={pageSize}&pageNumber={pageNumber}&search={search}
Get all EmailLogins for CRM with pagging
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| crmId | string |
Required |
|
| pageSize | integer |
Default value is 0 |
|
| pageNumber | integer |
Default value is 0 |
|
| search | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.