WebserviceController :: webonyxAction
Request
GET Parameters
| Key | Value |
|---|---|
| apikey | "d37de81485790b516720cdee7e921dee" |
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
| Key | Value |
|---|---|
| _controller | "Pimcore\Bundle\DataHubBundle\Controller\WebserviceController::webonyxAction" |
| _editmode | false |
| _event_controller | Pimcore\Bundle\DataHubBundle\Controller\WebserviceController {#1794 #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1804 …} -eventDispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#75 …} -permissionsService: Pimcore\Bundle\DataHubBundle\Service\CheckConsumerPermissionsService {#1800 …} -cacheService: Pimcore\Bundle\DataHubBundle\Service\OutputCacheService {#1802 …} -uploadService: Pimcore\Bundle\DataHubBundle\Service\FileUploadService {#1799 …} } |
| _pimcore_context | "default" |
| _pimcore_frontend_request | true |
| _route | "admin_pimcoredatahub_webservice" |
| _route_params | [ "clientname" => "mad051" ] |
| _stopwatch_token | "44f9a9" |
| clientname | "mad051" |
| contentDocument | Pimcore\Model\Document\Page {#1770 #dao: Pimcore\Model\Document\Page\Dao {#1776 …} #dependencies: null #__dataVersionTimestamp: 1750408102 #path: "/" #properties: [] #id: 1 #creationDate: 1750408102 #modificationDate: 1750408102 #versionCount: 0 #userOwner: 1 #locked: null #userModification: 1 #parentId: 0 #parent: null #_fulldump: false #dirtyFields: [] -activeDispatchingEvents: [] #fullPathCache: null #type: "page" #key: "" #index: 999999 #published: true #children: [] #siblings: [] #controller: "App\Controller\DefaultController::defaultAction" #template: "" #editables: null #versions: null #contentMainDocumentId: &1 null #contentMasterDocumentId: &1 null #supportsContentMain: true #missingRequiredEditable: null #staticGeneratorEnabled: null #staticGeneratorLifetime: null #inheritedEditables: [] #scheduledTasks: null #title: "" #description: "" #prettyUrl: null : null : 1750408102 : "/" : [] : 1 : 1750408102 : 1750408102 : 0 : 1 : null : 1 : 0 : null : false : [] : null : "page" : "" : 999999 : true : [] : [] : "App\Controller\DefaultController::defaultAction" : "" : null : null : null : null : true : null : null : null : [] : null : "" : "" : null } |
Request Headers
| Header | Value |
|---|---|
| accept | "application/graphql-response+json, application/json" |
| accept-encoding | "gzip, deflate, br, zstd" |
| accept-language | "en-US,en;q=0.9,it-IT;q=0.8,it;q=0.7,fr;q=0.6,es;q=0.5" |
| cache-control | "no-cache" |
| content-length | "7431" |
| content-type | "application/json" |
| host | "pim-staging.mad051.it" |
| origin | "http://localhost:8888" |
| pragma | "no-cache" |
| priority | "u=1, i" |
| referer | "http://localhost:8888/" |
| sec-ch-ua | ""Google Chrome";v="143", "Chromium";v="143", "Not A(Brand";v="24"" |
| sec-ch-ua-mobile | "?0" |
| sec-ch-ua-platform | ""macOS"" |
| sec-fetch-dest | "empty" |
| sec-fetch-mode | "cors" |
| sec-fetch-site | "cross-site" |
| user-agent | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" |
| x-php-ob-level | "1" |
Request Content
Pretty
{
"query": "\n query getProject($id: Int!) {\n project: getProject(id: $id) {\n ...project\n }\n}\n \n fragment project on object_Project {\n databaseId: id\n title: name\n typology\n creationDate\n modificationDate\n author {\n ...author\n }\n quotations {\n ... on object_Quotation {\n ...quotation\n }\n }\n moodboards {\n ... on object_Moodboard {\n ...moodboard\n }\n }\n presentations: presentation {\n ... on object_Presentation {\n ...presentation\n moodboards {\n ... on object_Moodboard {\n ...moodboard\n }\n }\n quotations {\n ... on object_Quotation {\n ...quotation\n }\n }\n }\n }\n}\n \n\n fragment author on object_Author {\n id\n firstname\n lastname\n email\n username\n status\n role\n company {\n ...company\n }\n referent {\n ... on object_Author {\n id\n firstname\n lastname\n email\n username\n status\n role\n company {\n ...company\n }\n }\n }\n}\n \n\n fragment company on object_Company {\n databaseId: id\n name\n address\n phone\n email\n description\n notes\n logo {\n ...cloudinaryImage\n }\n shopImage {\n ...cloudinaryImage\n }\n creationDate\n modificationDate\n}\n \n\n fragment cloudinaryImage on object_CloudinaryImage {\n url\n hash\n folder\n width\n height\n}\n \n\n fragment quotation on object_Quotation {\n databaseId: id\n name\n creationDate\n modificationDate\n items {\n ...quotationProduct\n }\n description\n completed\n expirationDate\n totalPrice\n subtotalPrice\n variationPrice\n}\n \n\n fragment quotationProduct on object_QuotationRow {\n databaseId: id\n description\n notes\n productType\n product {\n ...product\n }\n relatedProduct {\n ...product\n }\n productVariant {\n ...variant\n }\n vat\n waste\n unitPrice\n quantity\n priceVariation\n totalPrice\n}\n \n\n fragment product on object_Product {\n databaseId: id\n sku: code\n name\n description\n longDescription\n type: productType\n category {\n ...productCategory\n }\n subcategory {\n ...productCategory\n }\n nature: variantStructure\n brand {\n ...brand\n }\n variants {\n ...variant\n }\n accessory\n mainImage: mainImageCloudinary\n moodboardImage: moodboardImageCloudinary\n related\n}\n \n\n fragment productCategory on object_ProductCategory {\n databaseId: id\n name\n type: categoryType\n showInMoodboard\n children {\n ... on object_ProductCategory {\n databaseId: id\n name\n type: categoryType\n showInMoodboard\n parent {\n ... on object_ProductCategory {\n databaseId: id\n name\n showInMoodboard\n }\n }\n }\n }\n parent {\n ... on object_ProductCategory {\n databaseId: id\n name\n type: categoryType\n showInMoodboard\n }\n }\n}\n \n\n fragment brand on object_Brand {\n databaseId: id\n name\n creationDate\n parent {\n ... on object_Brand {\n databaseId: id\n name\n }\n }\n children {\n ... on object_Brand {\n databaseId: id\n name\n }\n }\n logo\n images {\n ... on object_BrandImage {\n id\n name\n mediaType\n }\n }\n email\n}\n \n\n fragment variant on object_Variant {\n databaseId: id\n name\n sku\n description\n product: productCode {\n ... on object_Product {\n databaseId: id\n sku: code\n name\n description\n longDescription\n type: productType\n category {\n ...productCategory\n }\n subcategory {\n ...productCategory\n }\n nature: variantStructure\n brand {\n ...brand\n }\n accessory\n moodboardImage: mainImageCloudinary\n mainImage: moodboardImageCloudinary\n related\n }\n }\n barcode\n mqQuantity: boxQuantity\n collection\n ...attributes\n measureUnit: um\n listPrice\n salePrice\n waste\n vat\n stock\n visible\n}\n \n\n fragment attributes on object_Variant {\n pa_maxHeight: maxHeight\n pa_vendorColor: vendorColor\n pa_color: color\n pa_fabricComposition: fabricComposition\n pa_configuration: configuration\n pa_valveDistance: valveDistance\n pa_height: height\n pa_width: width\n pa_depth: depth\n pa_effect: effect\n pa_finishing: finishing\n pa_profileFinishing: profileFinishing\n pa_glassFinishing: glassFinishing\n pa_format: format\n pa_operation: operation\n pa_grammage: grammage\n pa_overallDimensions: overallDimensions\n pa_side: side\n pa_material: material\n pa_model: model\n pa_doorsNumber: doorsNumber\n pa_waysNumber: waysNumber\n pa_orientation: orientation\n pa_reversible: reversible\n pa_drain: drain\n pa_serie: serie\n pa_thickness: thickness\n pa_wallThickness: wallThickness\n pa_surface: surface\n pa_support: support\n pa_accessoryType: accessoryType\n pa_openingType: openingType\n pa_connectionType: connectionType\n pa_holeType: holeType\n pa_poreType: poreType\n pa_doorType: doorType\n}\n \n\n fragment moodboard on object_Moodboard {\n name\n databaseId: id\n mainImage\n creationDate\n modificationDate\n room {\n ... on object_Room {\n ...room\n }\n }\n template {\n ...template\n }\n tiles {\n ...tile\n }\n}\n \n\n fragment room on object_Room {\n key\n databaseId: id\n name\n mainImage\n templates {\n ... on object_MoodboardTemplate {\n databaseId: id\n name\n }\n }\n}\n \n\n fragment template on object_MoodboardTemplate {\n id\n name\n tiles {\n ... on object_TileTemplate {\n key\n id\n name\n decoration\n custom\n category {\n ... on object_ProductCategory {\n databaseId: id\n name\n children {\n ... on object_ProductCategory {\n databaseId: id\n name\n parent {\n ... on object_ProductCategory {\n databaseId: id\n name\n }\n }\n }\n }\n parent {\n ... on object_ProductCategory {\n databaseId: id\n name\n }\n }\n }\n }\n mask\n transparency\n width\n height\n top\n left\n }\n }\n}\n \n\n fragment tile on object_Tile {\n key\n id\n name\n customImage\n product {\n ...product\n ...variant\n }\n texture {\n ...brandImage\n }\n}\n \n\n fragment brandImage on object_BrandImage {\n databaseId: id\n name\n brand {\n ... on object_Brand {\n ...brand\n }\n }\n type: mediaType\n category {\n ... on object_ProductCategory {\n ...productCategory\n }\n }\n subcategory {\n ... on object_ProductCategory {\n ...productCategory\n }\n }\n image {\n ... on object_CloudinaryImage {\n ...image\n }\n }\n}\n \n\n fragment image on object_CloudinaryImage {\n url\n folder\n width\n height\n}\n \n\n fragment presentation on object_Presentation {\n databaseId: id\n title: name\n author {\n ...author\n }\n status\n layout\n creationDate\n modificationDate\n}\n ",
"variables": {
"id": 476081
},
"operationName": "getProject"
}
Raw
{"query":"\n query getProject($id: Int!) {\n project: getProject(id: $id) {\n ...project\n }\n}\n \n fragment project on object_Project {\n databaseId: id\n title: name\n typology\n creationDate\n modificationDate\n author {\n ...author\n }\n quotations {\n ... on object_Quotation {\n ...quotation\n }\n }\n moodboards {\n ... on object_Moodboard {\n ...moodboard\n }\n }\n presentations: presentation {\n ... on object_Presentation {\n ...presentation\n moodboards {\n ... on object_Moodboard {\n ...moodboard\n }\n }\n quotations {\n ... on object_Quotation {\n ...quotation\n }\n }\n }\n }\n}\n \n\n fragment author on object_Author {\n id\n firstname\n lastname\n email\n username\n status\n role\n company {\n ...company\n }\n referent {\n ... on object_Author {\n id\n firstname\n lastname\n email\n username\n status\n role\n company {\n ...company\n }\n }\n }\n}\n \n\n fragment company on object_Company {\n databaseId: id\n name\n address\n phone\n email\n description\n notes\n logo {\n ...cloudinaryImage\n }\n shopImage {\n ...cloudinaryImage\n }\n creationDate\n modificationDate\n}\n \n\n fragment cloudinaryImage on object_CloudinaryImage {\n url\n hash\n folder\n width\n height\n}\n \n\n fragment quotation on object_Quotation {\n databaseId: id\n name\n creationDate\n modificationDate\n items {\n ...quotationProduct\n }\n description\n completed\n expirationDate\n totalPrice\n subtotalPrice\n variationPrice\n}\n \n\n fragment quotationProduct on object_QuotationRow {\n databaseId: id\n description\n notes\n productType\n product {\n ...product\n }\n relatedProduct {\n ...product\n }\n productVariant {\n ...variant\n }\n vat\n waste\n unitPrice\n quantity\n priceVariation\n totalPrice\n}\n \n\n fragment product on object_Product {\n databaseId: id\n sku: code\n name\n description\n longDescription\n type: productType\n category {\n ...productCategory\n }\n subcategory {\n ...productCategory\n }\n nature: variantStructure\n brand {\n ...brand\n }\n variants {\n ...variant\n }\n accessory\n mainImage: mainImageCloudinary\n moodboardImage: moodboardImageCloudinary\n related\n}\n \n\n fragment productCategory on object_ProductCategory {\n databaseId: id\n name\n type: categoryType\n showInMoodboard\n children {\n ... on object_ProductCategory {\n databaseId: id\n name\n type: categoryType\n showInMoodboard\n parent {\n ... on object_ProductCategory {\n databaseId: id\n name\n showInMoodboard\n }\n }\n }\n }\n parent {\n ... on object_ProductCategory {\n databaseId: id\n name\n type: categoryType\n showInMoodboard\n }\n }\n}\n \n\n fragment brand on object_Brand {\n databaseId: id\n name\n creationDate\n parent {\n ... on object_Brand {\n databaseId: id\n name\n }\n }\n children {\n ... on object_Brand {\n databaseId: id\n name\n }\n }\n logo\n images {\n ... on object_BrandImage {\n id\n name\n mediaType\n }\n }\n email\n}\n \n\n fragment variant on object_Variant {\n databaseId: id\n name\n sku\n description\n product: productCode {\n ... on object_Product {\n databaseId: id\n sku: code\n name\n description\n longDescription\n type: productType\n category {\n ...productCategory\n }\n subcategory {\n ...productCategory\n }\n nature: variantStructure\n brand {\n ...brand\n }\n accessory\n moodboardImage: mainImageCloudinary\n mainImage: moodboardImageCloudinary\n related\n }\n }\n barcode\n mqQuantity: boxQuantity\n collection\n ...attributes\n measureUnit: um\n listPrice\n salePrice\n waste\n vat\n stock\n visible\n}\n \n\n fragment attributes on object_Variant {\n pa_maxHeight: maxHeight\n pa_vendorColor: vendorColor\n pa_color: color\n pa_fabricComposition: fabricComposition\n pa_configuration: configuration\n pa_valveDistance: valveDistance\n pa_height: height\n pa_width: width\n pa_depth: depth\n pa_effect: effect\n pa_finishing: finishing\n pa_profileFinishing: profileFinishing\n pa_glassFinishing: glassFinishing\n pa_format: format\n pa_operation: operation\n pa_grammage: grammage\n pa_overallDimensions: overallDimensions\n pa_side: side\n pa_material: material\n pa_model: model\n pa_doorsNumber: doorsNumber\n pa_waysNumber: waysNumber\n pa_orientation: orientation\n pa_reversible: reversible\n pa_drain: drain\n pa_serie: serie\n pa_thickness: thickness\n pa_wallThickness: wallThickness\n pa_surface: surface\n pa_support: support\n pa_accessoryType: accessoryType\n pa_openingType: openingType\n pa_connectionType: connectionType\n pa_holeType: holeType\n pa_poreType: poreType\n pa_doorType: doorType\n}\n \n\n fragment moodboard on object_Moodboard {\n name\n databaseId: id\n mainImage\n creationDate\n modificationDate\n room {\n ... on object_Room {\n ...room\n }\n }\n template {\n ...template\n }\n tiles {\n ...tile\n }\n}\n \n\n fragment room on object_Room {\n key\n databaseId: id\n name\n mainImage\n templates {\n ... on object_MoodboardTemplate {\n databaseId: id\n name\n }\n }\n}\n \n\n fragment template on object_MoodboardTemplate {\n id\n name\n tiles {\n ... on object_TileTemplate {\n key\n id\n name\n decoration\n custom\n category {\n ... on object_ProductCategory {\n databaseId: id\n name\n children {\n ... on object_ProductCategory {\n databaseId: id\n name\n parent {\n ... on object_ProductCategory {\n databaseId: id\n name\n }\n }\n }\n }\n parent {\n ... on object_ProductCategory {\n databaseId: id\n name\n }\n }\n }\n }\n mask\n transparency\n width\n height\n top\n left\n }\n }\n}\n \n\n fragment tile on object_Tile {\n key\n id\n name\n customImage\n product {\n ...product\n ...variant\n }\n texture {\n ...brandImage\n }\n}\n \n\n fragment brandImage on object_BrandImage {\n databaseId: id\n name\n brand {\n ... on object_Brand {\n ...brand\n }\n }\n type: mediaType\n category {\n ... on object_ProductCategory {\n ...productCategory\n }\n }\n subcategory {\n ... on object_ProductCategory {\n ...productCategory\n }\n }\n image {\n ... on object_CloudinaryImage {\n ...image\n }\n }\n}\n \n\n fragment image on object_CloudinaryImage {\n url\n folder\n width\n height\n}\n \n\n fragment presentation on object_Presentation {\n databaseId: id\n title: name\n author {\n ...author\n }\n status\n layout\n creationDate\n modificationDate\n}\n ","variables":{"id":476081},"operationName":"getProject"}
Response
Response Headers
| Header | Value |
|---|---|
| access-control-allow-credentials | "true" |
| access-control-allow-headers | "Origin, Content-Type, X-Auth-Token" |
| access-control-allow-methods | "GET, POST, OPTIONS" |
| access-control-allow-origin | "http://localhost:8888" |
| cache-control | "private, must-revalidate" |
| content-language | "en" |
| content-type | "application/json" |
| date | "Thu, 22 Jan 2026 15:38:30 GMT" |
| expires | "Tue, 01 Jan 1980 00:00:00 GMT" |
| pragma | "no-cache" |
| x-debug-token | "bdd659" |
| x-powered-by | "pimcore" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
0
Usages
Stateless check enabled
Session not used.
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
| Key | Value |
|---|---|
| APP_DEBUG | "1" |
| APP_ENV | "dev" |
| DATABASE_URL | "mysql://pimcore:pimcore@db:3306/pimcore" |
| PIMCORE_DEV_MODE | "true" |
| PIMCORE_INSTALL_ENCRYPTION_SECRET | "def00000be57d358875ca0eb9db50677a2df0ad9223859b2dd8182264faf91e482a0befdbe000c4d12e05ba9324fe9801cd187db2ea90fb8eb011976df93d475e4950ddd" |
| PIMCORE_INSTALL_INSTANCE_IDENTIFIER | "4qAK4ukG8BmjV4tG8uxQF5" |
| PIMCORE_INSTALL_PRODUCT_KEY | "eyJwYXlsb2FkIjoie1wiaWRcIjpcIjI2MDVjODYwMjU3MzEwNjQyYjNkZTI2YjM2YjBlZjllZGM3MGNiMTAwMWI3ZDMzYWMyZGFiNzY5YTJlYzQ5MDFcIixcInRpbWVzdGFtcFwiOjE3NTA0MDgwODB9Iiwic2lnbmF0dXJlIjoiTUVZQ0lRRFBPVHRnSkgxVEwweHNcL2NKdXFONGJvQkNqXC9qZ1YxS3JydEhzSkZzMmN1QUloQUtjelhiU2x3OGZyYnhnYXA2MXJhNTluRzN1ajNxa2h0MkQ1TkFQYlwvMzlYIn0=" |
| PIMCORE_INSTANCE_HASH | "c6b781fa9489d8e2e79b1e37d6a1594b9d52ed8c2123fd0d4b11661cdac494ae" |
Defined as regular env variables
| Key | Value |
|---|---|
| CONTENT_LENGTH | "7431" |
| CONTENT_TYPE | "application/json" |
| DOCTRINE_DEPRECATIONS | "trigger" |
| DOCUMENT_ROOT | "/home/forge/pim-staging.mad051.it/public" |
| DOCUMENT_URI | "/index.php" |
| FCGI_ROLE | "RESPONDER" |
| GATEWAY_INTERFACE | "CGI/1.1" |
| HOME | "/home/forge" |
| HTTPS | "on" |
| HTTP_ACCEPT | "application/graphql-response+json, application/json" |
| HTTP_ACCEPT_ENCODING | "gzip, deflate, br, zstd" |
| HTTP_ACCEPT_LANGUAGE | "en-US,en;q=0.9,it-IT;q=0.8,it;q=0.7,fr;q=0.6,es;q=0.5" |
| HTTP_CACHE_CONTROL | "no-cache" |
| HTTP_CONTENT_LENGTH | "7431" |
| HTTP_CONTENT_TYPE | "application/json" |
| HTTP_HOST | "pim-staging.mad051.it" |
| HTTP_ORIGIN | "http://localhost:8888" |
| HTTP_PRAGMA | "no-cache" |
| HTTP_PRIORITY | "u=1, i" |
| HTTP_REFERER | "http://localhost:8888/" |
| HTTP_SEC_CH_UA | ""Google Chrome";v="143", "Chromium";v="143", "Not A(Brand";v="24"" |
| HTTP_SEC_CH_UA_MOBILE | "?0" |
| HTTP_SEC_CH_UA_PLATFORM | ""macOS"" |
| HTTP_SEC_FETCH_DEST | "empty" |
| HTTP_SEC_FETCH_MODE | "cors" |
| HTTP_SEC_FETCH_SITE | "cross-site" |
| HTTP_USER_AGENT | "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" |
| PHP_SELF | "/index.php" |
| PHP_VALUE | "memory_limit = 1G" |
| QUERY_STRING | "apikey=d37de81485790b516720cdee7e921dee" |
| REDIRECT_STATUS | "200" |
| REMOTE_ADDR | "93.34.146.63" |
| REMOTE_PORT | "30537" |
| REQUEST_METHOD | "POST" |
| REQUEST_TIME | 1769096307 |
| REQUEST_TIME_FLOAT | 1769096307.2658 |
| REQUEST_URI | "/pimcore-graphql-webservices/mad051?apikey=d37de81485790b516720cdee7e921dee" |
| SCRIPT_FILENAME | "/home/forge/pim-staging.mad051.it/public/index.php" |
| SCRIPT_NAME | "/index.php" |
| SERVER_ADDR | "10.0.1.193" |
| SERVER_NAME | "pim-staging.mad051.it" |
| SERVER_PORT | "443" |
| SERVER_PROTOCOL | "HTTP/2.0" |
| SERVER_SOFTWARE | "nginx/1.28.0" |
| SHELL_VERBOSITY | 3 |
| SYMFONY_DOTENV_PATH | "/home/forge/pim-staging.mad051.it/.env" |
| SYMFONY_DOTENV_VARS | "APP_ENV,APP_DEBUG,PIMCORE_DEV_MODE,PIMCORE_INSTALL_ENCRYPTION_SECRET,PIMCORE_INSTALL_INSTANCE_IDENTIFIER,PIMCORE_INSTALL_PRODUCT_KEY,DATABASE_URL,PIMCORE_INSTANCE_HASH" |
| USER | "forge" |