API ReferenceWorkflows
Path Parameters
token*string
workflowStepId*string
Format
uuidQuery Parameters
page?|
Default
0Range
0 <= valuepageSize?number
Default
25Range
1 <= value <= 500q?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
}