POST https://pim-staging.mad051.it/pimcore-graphql-webservices/mad051?apikey=d37de81485790b516720cdee7e921dee

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
"4a9749"
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
  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: []
  fullPathCache: null
  type: "page"
  key: ""
  index: 999999
  published: true
  children: []
  siblings: []
  controller: "App\Controller\DefaultController::defaultAction"
  template: ""
  editables: null
  versions: null
  contentMainDocumentId: null
  contentMasterDocumentId: null
  supportsContentMain: true
  missingRequiredEditable: null
  staticGeneratorEnabled: null
  staticGeneratorLifetime: null
  inheritedEditables: []
  scheduledTasks: null
  title: ""
  description: ""
  prettyUrl: 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"
content-length
"660"
content-type
"application/json"
host
"pim-staging.mad051.it"
origin
"http://localhost:3000"
priority
"u=1, i"
referer
"http://localhost:3000/"
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"
sec-purpose
"prefetch;prerender"
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 getBrands($filter: String, $fullpaths: String = null) {\n  brands: getBrandListing(filter: $filter, fullpaths: $fullpaths) {\n    edges {\n      node {\n        ...brand\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    ",
    "variables": {
        "first": 100,
        "after": 0
    },
    "operationName": "getBrands"
}

Raw

{"query":"\n    query getBrands($filter: String, $fullpaths: String = null) {\n  brands: getBrandListing(filter: $filter, fullpaths: $fullpaths) {\n    edges {\n      node {\n        ...brand\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    ","variables":{"first":100,"after":0},"operationName":"getBrands"}

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:3000"
cache-control
"private, must-revalidate"
content-language
"en"
content-type
"application/json"
date
"Thu, 22 Jan 2026 15:54:58 GMT"
expires
"Tue, 01 Jan 1980 00:00:00 GMT"
pragma
"no-cache"
x-debug-token
"c63c84"
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
"660"
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_CONTENT_LENGTH
"660"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"pim-staging.mad051.it"
HTTP_ORIGIN
"http://localhost:3000"
HTTP_PRIORITY
"u=1, i"
HTTP_REFERER
"http://localhost:3000/"
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_SEC_PURPOSE
"prefetch;prerender"
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
"30150"
REQUEST_METHOD
"POST"
REQUEST_TIME
1769097297
REQUEST_TIME_FLOAT
1769097297.4722
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"