Get all CRMs
GET {{baseUrl}}/3dCartWebAPI/v1/CRM?subject=<string>&departmentid=<integer>&statusid=<integer>&openedstartdate=<string>&openedenddate=<string>&lastactionstartdate=<string>&lastactionenddate=<string>&customername=<string>&customeremail=<string>&customerphone=<string>&customeripaddress=<string>&orderid=<integer>&custid=<integer>&productid=<integer>&limit=<integer>&offset=<integer>&countonly=<integer>
Get a list of all CRMs
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
subject | string | Subject of the CRM | |
departmentid | string | Department of the CRM | |
statusid | string | Status of the CRM | |
openedstartdate | string | Date Opened (mm/dd/yyyy hh:mm:ss) | |
openedenddate | string | Date Last Action (mm/dd/yyyy hh:mm:ss) | |
lastactionstartdate | string | Date Opened (mm/dd/yyyy hh:mm:ss) | |
lastactionenddate | string | Date Last Action (mm/dd/yyyy hh:mm:ss) | |
customername | string | Customer Name | |
customeremail | string | Customer Email | |
customerphone | string | Customer Phone | |
customeripaddress | string | Customer Ip Address | |
orderid | string | Order Id associated with the CRM | |
custid | string | Customer Id associated with the CRM | |
productid | string | Product Id associated with the CRM | |
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
countonly | string | Count the number of rows only |