Returns presentation that the logged-in account has access to.
Query parameters
Field Name | Type | Description |
---|---|---|
uuid | Mavryx/Types/Uuid | Organisation UUID |
Example response
{
"header": {
"version": 20240101,
"endpoint": "/api/presentation/01102aff-8e06-4be4-b928-13b45f5587a9",
"referer": "https://swagger-dev.mavryx.software",
"raycast": "94fb7040197161ee46ab3d418eb930f9",
"request_id": "330f496569b6aa19cd9bdb850b559554",
"response_id": "5b2b551a6cd0a5a647e577dbf25e5c80",
"status": 200,
"message": "OK"
},
"response": {
"type": "item",
"item": {
"uuid": "069aa47b-1dd8-4273-8dsa-1b4dadea8ff4",
"type": "Mavryx/Presentation",
"created_time": 1571156658,
"updated_time": null,
"deleted_time": null,
"owner_account_uuid": "069aa47b-1dd8-1234-eeee-1b4dadea8ff4",
"organisation_uuid": "069aa47b-efef-1234-eeee-1b4dadea8ff4",
"product_uuid" : "069aa47b-efefef-4273-8dsa-1b4dadea8ff4",
"brand_uuid" : "069aa47b-efefef-4273-ffef-1b4dadea8ff4",
"name": "IVG Salts",
"sub_brand_name": "ICG",
"national_market": "GB",
"ean": "1234567890123",
"scu": "ES-123-3213123"
}
}
}