Installer.com Docs
API ReferenceWorkflows
GET
/api/clients/{token}/workflow-steps/{workflowStepId}/products

Path Parameters

token*string
workflowStepId*string
Formatuuid

Query Parameters

page?|
Default0
Range0 <= value
pageSize?number
Default25
Range1 <= value <= 500
q?string
phrase?string
direction?string
Default"desc"
Value in"asc" | "desc"
excludeProductIds?array<>|
Default[]

Response Body

application/json

curl -X GET "http://localhost:8000/api/clients/string/workflow-steps/497f6eca-6276-4993-bfeb-53cbbbba6f08/products"
{
  "values": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "routerId": "c3d4372d-3cfa-4618-a60e-50a4c920823d",
      "productType": "product",
      "internalId": -2147483648,
      "externalId": "string",
      "name": "string",
      "description": "string",
      "sharedWithContractors": true,
      "isPublic": true,
      "isEditable": true,
      "unit": "string",
      "defaultNote": "string",
      "paymentSource": "PLATFORM",
      "currencyCode": "str",
      "isTaxInclusive": true,
      "vatRate": -2147483648,
      "payerUnitAmount": -2147483648,
      "payerUnitTotalAmount": -2147483648,
      "discountUnitAmount": -2147483648,
      "discountSourceType": "string",
      "installerPayoutSharePercentage": -2147483648,
      "installerPayoutUnitAmount": -2147483648,
      "internalPrice": -2147483648,
      "updatedAt": "2019-08-24",
      "createdAt": "2019-08-24",
      "deletedAt": "2019-08-24",
      "installerPayoutUnitAmountExcludingVat": 0,
      "images": [],
      "attachments": [],
      "tags": []
    }
  ],
  "count": 0
}