List Products
Lists product-table rows by default (type=PRODUCT). With type=ALL, returns products, services, and solutions in one paginated result (see response schema).
Authorizations
Query Parameters
Text
Limit
Offset
When type=ALL, restricts the combined list to rows whose oId is in this filter. Accepts Product, Service, or Solution OIds (each table is queried with the same id). When type is PRODUCT or SERVICE, only the product table is queried, so Service-table-only and Solution OIds typically return no rows.
@deprecated Use offeringOId instead. Same semantics as offeringOId (alias for backward compatibility).
Filter by offering type (PRODUCT, SERVICE, or ALL). When ALL, responses include solutions. Defaults to PRODUCT for backwards compatibility.
PRODUCT, SERVICE, SOLUTION "PRODUCT"
Response
List of offerings: product-table rows when type is PRODUCT or SERVICE; products, services, and solutions when type is ALL.
Total matching rows (products only when type=PRODUCT or SERVICE; products, services, and solutions when type=ALL).
When type is ALL, combined offerings (product, service, solution). Otherwise product-table rows with a discriminating type field.
- Option 1
- Option 2
- Option 3