For the complete documentation index, see llms.txt. This page is also available as Markdown.

Procurement | Products

Retrieve a list of products.

get
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Query parameters
sortBystring · enumOptional

Sort the items by a given criterion.

Possible values:
sortOrderstring · enumOptional

Order in which the result of a list request is sorted.

Possible values:
offsetinteger · int32Optional

Specifies the index of the first item to return

Default: 0
limitinteger · int32Optional

Specifies the maximum number of items to return (min: 1; max: 1000)

Default: 100
Responses
200

OK: Returns a list of products.

application/json
totalinteger · int32Required
get/v1/procurement/products

Retrieve a single product by its id.

get
Authorizations
X-API-KEYstringRequired

Required for authorization in every request. You can request an API-Key for your tenant in the integrations section of the equipme App.

Path parameters
productIdinteger · int32Required

The identifier of the product.

Responses
200

OK: The requested product.

application/json
descriptionstring · nullableOptional

A short description of the product.

Example: Best notebook for starters.
configurationTypestring · enumOptional

Defines the configuration complexity of a service. Can not be changed after service creation.

Possible values:
previewImagestring · nullableOptional

A link to the preview image of the product.

idinteger · int32Required

The identifier of the product.

Example: 12661
namestring · min: 1Required

The name of the product.

Example: Notebook Pro
get/v1/procurement/products/{productId}

Last updated

Was this helpful?