Skip to main content

List all CRM product records (with filtering & search)

GET 

/api/sales_and_crm/crm/list-detail/:id/

Retrieves all CRM product records related to a given CRM instance. Supports pagination and filtering.

Query Parameters:

  • crm_id (required): ID of the CRM record.
  • page (optional): Page number (default: 1).
  • page_size (optional): Page size (default: 10).

Request

Responses

Paginated CRM product list response