List cWatch Orders

KB Tags associated with this article:
Use any one tag
KB Tags
Body


Description

Lists cWatch orders with pagination and sorting.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Reseller ID (Authentication Parameter)
api-key String Required Reseller API key (Authentication Parameter)
no-of-records Integer Optional Number of records per page (e.g. 10)
page-no Integer Optional Page number (e.g. 1)
order-by String Optional Sort field (e.g. orderid)

HTTP Method

GET

Example Request

GET https://httpapi.com/restapi/product/cwatch/list?auth-userid=0&api-key=key&no-of-records=10&page-no=1&order-by=orderid

Response

Returns a paginated list of cWatch orders matching the requested records-per-page, page number, and sort order. Representative example:

{ "recsonpage": "10", "recsindb": "42", "orders": [ /* order records */ ] }