Get all CRMs
GET {{baseUrl}}/3dCartWebAPI/v1/CRM/savedreply?title=<string>&limit=<integer>&offset=<integer>&countonly=<integer>
Get a list of all CRMs
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
title | string | Title | |
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 |