GET/api/gateway/v2/wizard/getstepsforproduct

Get wizard steps for a product

Query Parameters

productCategoryId*integer

Id of the product category to get the steps for.

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/gateway/v2/wizard/getstepsforproduct?productCategoryId=0"
[  {    "categoryId": 0,    "description": "string",    "kind": "Property",    "remarks": "string",    "displayOrder": 0,    "code": "string",    "items": [      {        "categoryLinkPropertyId": 0,        "categoryLinkId": 0,        "parentWizardStepCategoryItemId": 0,        "displayOrder": 0,        "remarks": "string",        "description": "string",        "image": "string",        "kind": "Property",        "customCode": "string",        "categoryExtraCode": "string",        "children": [          {            "categoryLinkPropertyId": 0,            "categoryLinkId": 0,            "parentWizardStepCategoryItemId": 0,            "displayOrder": 0,            "remarks": "string",            "description": "string",            "image": "string",            "kind": "Property",            "customCode": "string",            "categoryExtraCode": "string",            "children": []          }        ]      }    ]  }]
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  },  "property1": null,  "property2": null}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "property1": null,  "property2": null}

On this page