Products

CrUD service for equipment products

Get All Equipment Products

get

Retrieve all equipment products that match the specified search criteria.

Query parameters
isSoftwarebooleanOptional

Indicates whether to filter products that are software-based or hardware-based.

pagestringOptional

The page number of results to return in a paginated response.

sizestringOptional

The number of records to return per page.

sortstringOptional

The sorting criteria for the results. Possible values: by name or model.

termstringOptional

A search term to filter products by keyword.

Responses
chevron-right
200

Success

application/json

Represents a product or terminal.

frontendsstring[]Optional

List of supported front-end interfaces or applications associated with the product.

manufacturerstringOptional

The manufacturer name of the product or terminal.

modelIdinteger · int32Optional

Unique numeric identifier of the product model.

productNamestringOptional

The display or commercial name of the product.

productTypestring · enumOptional

The category of the product. Typically a terminal or device type.

Possible values:
get
/api/equipment/products

Get a Specific Equipment Product

get

Retrieve a specific equipment product based on the manufacturer and device type.

Path parameters
deviceTypestringRequired

The type or model of the device.

manufacturerstringRequired

The manufacturer of the product.

Responses
chevron-right
200

Success

application/json

Represents a product or terminal.

frontendsstring[]Optional

List of supported front-end interfaces or applications associated with the product.

manufacturerstringOptional

The manufacturer name of the product or terminal.

modelIdinteger · int32Optional

Unique numeric identifier of the product model.

productNamestringOptional

The display or commercial name of the product.

productTypestring · enumOptional

The category of the product. Typically a terminal or device type.

Possible values:
get
/api/equipment/products/{manufacturer}/{deviceType}

Last updated

Was this helpful?