Dashboard
Last updated
Last updated
Gets the sales count list for a specific year and month.
/order/sales-graph-list
Year for which sales graph data is requested
Month for which sales graph data is requested
Bearer token for authentication.
Fetches vendor details based on the provided keyword.
/chat-admin/vendor-list
Optional keyword to filter the vendor list
Bearer token for authentication.
Fetches the total count of vendors and products for the admin dashboard.
/product/dashboard-admin-totalvendor-totalproduct-count
Bearer token for authentication.
Fetches the list of the top 5 customers who have made repeated purchases.
/product/top-five-repeatedly-purchased-customers
Bearer token for authentication.
Fetches a list of recently sold products.
/product/recent-selling-product
Bearer token for authentication.
Fetches settings based on the given query parameter.
/settings
If set to 1, returns default website settings
Bearer token for authentication.
Fetches the average order value based on provided filters.
/product/average-order-value
Number of records to return.
Offset for pagination.
Whether to count records (0 or 1).
Duration in months to calculate the average order value.
Bearer token for authentication.
Fetches the top-performing products based on provided filters.
/product/top-performing-products
Number of records to return.
Offset for pagination.
Whether to count records (0 or 1).
Duration in months to calculate performance.
Bearer token for authentication.
Retrieves the total revenue amount for a given duration.
/product/total-revenue
Duration in months to calculate total revenue.
Bearer token for authentication.
Retrieves the count of orders and vendors based on the specified duration.
/product/orders-count
Duration in months to retrieve order count.
Bearer token for authentication.
Retrieves the total number of customers for the specified duration.
/product/dashboard/admin-customers-count
Duration in months to retrieve customers count.
Bearer token for authentication.
Retrieves the average conversion ratio for the specified duration.
/product/average-conversion-ratio
Duration in months to retrieve the average conversion ratio.
Bearer token for authentication.
Retrieves the list of buyer visits based on the specified month and year.
/admin-customer/customer-visit-list
Month for the buyer visit list.
Year for the buyer visit list.
Bearer token for authentication.
Retrieves the transaction list based on the specified year.
/order/transaction-list
The year for which the transaction list is requested.
Bearer token for authentication.
Retrieves a list of vendors based on optional filtering criteria.
/admin-vendor
Number of records to retrieve.
The offset from where to start fetching the vendor records.
Filter vendors by name.
Filter vendors by email.
Filter vendors by their status (1 for active, 0 for inactive).
Flag to indicate if only the count of vendors should be returned (1) or a detailed list (0).
Keyword search for vendor name or other attributes.
Filter vendors by vendor name.
Filter vendors by company name.
Filter vendors by a specific vendor prefix ID.
Bearer token for authentication.
Retrieves the profile details of the authenticated user.
/auth/get-profile