Classification
Last modified by Daniel Oppitz on 24.02.2021, 17:22
Endpoints
/classifications
Get all classifications without groups
Parameters:
- Optional
- languageId
/classifications/{classificationId}
Get a classification by id
Parameters:
- Mandatory
- classificationId
- Optional
- languageId
Example response
https://example.eu.prodexa.com:8086/pimapi/v1/classifications/MasterClassification
{
"status": 200,
"meta": {
"languageId": "de-DE",
"contentType": "application/json"
},
"data": {
"classificationId": "MasterClassification",
"shortDesc": "Master Classification",
"versionNo": "",
"orderNo": 0,
"type": null,
"documentUrl1": "documents/demo-icon.jpg",
"documentUrl2": "",
"documentUrl3": "",
"longDescriptions": [],
"navigation": {
"getGroups": "https://example.eu.prodexa.com/pxm/pimapi/v1/classifications/MasterClassification/groups?page=0&pageSize=20"
},
"createdOn": "2020-12-08T00:02:52.000+00:00",
"createdBy": "prodexa",
"changedOn": "2020-12-08T00:02:52.000+00:00",
"changedBy": "prodexa"
}
}
"status": 200,
"meta": {
"languageId": "de-DE",
"contentType": "application/json"
},
"data": {
"classificationId": "MasterClassification",
"shortDesc": "Master Classification",
"versionNo": "",
"orderNo": 0,
"type": null,
"documentUrl1": "documents/demo-icon.jpg",
"documentUrl2": "",
"documentUrl3": "",
"longDescriptions": [],
"navigation": {
"getGroups": "https://example.eu.prodexa.com/pxm/pimapi/v1/classifications/MasterClassification/groups?page=0&pageSize=20"
},
"createdOn": "2020-12-08T00:02:52.000+00:00",
"createdBy": "prodexa",
"changedOn": "2020-12-08T00:02:52.000+00:00",
"changedBy": "prodexa"
}
}