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

KeyDatatypeRequiredDescription
subjectstringSubject of the CRM
departmentidstringDepartment of the CRM
statusidstringStatus of the CRM
openedstartdatestringDate Opened (mm/dd/yyyy hh:mm:ss)
openedenddatestringDate Last Action (mm/dd/yyyy hh:mm:ss)
lastactionstartdatestringDate Opened (mm/dd/yyyy hh:mm:ss)
lastactionenddatestringDate Last Action (mm/dd/yyyy hh:mm:ss)
customernamestringCustomer Name
customeremailstringCustomer Email
customerphonestringCustomer Phone
customeripaddressstringCustomer Ip Address
orderidstringOrder Id associated with the CRM
custidstringCustomer Id associated with the CRM
productidstringProduct Id associated with the CRM
limitstringMaximum number of items that can be returned
offsetstringStarting point for the return data
countonlystringCount the number of rows only