http://staging.api.digidom.pro/v1/organizations/27516?q=%2Fv1%2Forganizations%2F27516

ExceptionAction

Request

GET Parameters

Key Value
q
"/v1/organizations/27516"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_api_exception_to_status
[]
_controller
"api_platform.action.exception"
_links
Symfony\Component\WebLink\GenericLinkProvider {#10108
  -links: [
    10107 => Symfony\Component\WebLink\Link {#10107
      -href: "http://staging.api.digidom.pro/v1/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
  ]
}
_stopwatch_token
"d89c07"
exception
Elastica\Exception\ResponseException {#9849
  #_request: Elastica\Request {#9866 …}
  #_response: Elastica\Response {#9865 …}
  #message: "Action/metadata line [1] contains an unknown parameter [_type]"
  #code: 0
  #file: "/data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php"
  #line: 182
  trace: {
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Transport/Http.php:182 {
      Elastica\Transport\Http->exec(Request $request, array $params) …
      › if ($response->hasError()) {    throw new ResponseException($request, $response);}
    }
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Request.php:194 {
      Elastica\Request->send() …
      ›     // Refactor: Not full toArray needed in exec?    return $transport->exec($this, $this->getConnection()->toArray());}
    }
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Client.php:689 {
      Elastica\Client->request($path, $method = Request::GET, $data = [], array $query = [], $contentType = Request::DEFAULT_CONTENT_TYPE) …
      › try {    $response = $this->_lastResponse = $request->send();} catch (ConnectionException $e) {
    }
    /data/vhosts/api.digidom.pro/vendor/friendsofsymfony/elastica-bundle/src/Elastica/Client.php:58 {
      FOS\ElasticaBundle\Elastica\Client->request($path, $method = Request::GET, $data = [], array $query = [], $contentType = Request::DEFAULT_CONTENT_TYPE) …
      › 
      › $response = parent::request($path, $method, $data, $query, $contentType);$responseData = $response->getData();
    }
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Bulk.php:358 {
      Elastica\Bulk->send() …
      › 
      › $response = $this->_client->request($path, Request::POST, $data, $this->_requestParams, Request::NDJSON_CONTENT_TYPE);}
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Client.php:329 {
      Elastica\Client->updateDocuments(array $docs, array $requestParams = []) …
      › 
      ›     return $bulk->send();}
    }
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Index.php:148 {
      Elastica\Index->updateDocuments(array $docs, array $options = []) …
      › 
      ›     return $this->getClient()->updateDocuments($docs, $options);}
    }
    /data/vhosts/api.digidom.pro/vendor/ruflin/elastica/lib/Elastica/Type.php:184 {
      Elastica\Type->updateDocuments(array $docs, array $options = []) …
      › 
      ›     return $this->getIndex()->updateDocuments($docs, $options);}
    }
    /data/vhosts/api.digidom.pro/vendor/friendsofsymfony/elastica-bundle/src/Persister/ObjectPersister.php:127 {
      FOS\ElasticaBundle\Persister\ObjectPersister->replaceMany(array $objects) …
      › try {    $this->type->updateDocuments($documents, $this->options);} catch (BulkException $e) {
    }
    /data/vhosts/api.digidom.pro/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php:208 {
      FOS\ElasticaBundle\Doctrine\Listener->persistScheduled() …
      › if (count($this->scheduledForUpdate)) {    $this->objectPersister->replaceMany($this->scheduledForUpdate);    $this->scheduledForUpdate = [];
    }
    /data/vhosts/api.digidom.pro/vendor/friendsofsymfony/elastica-bundle/src/Doctrine/Listener.php:109 {
      FOS\ElasticaBundle\Doctrine\Listener->onTerminate() …
      ›     $this->config['defer'] = false;    $this->persistScheduled();}
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:118 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php:97 {
      Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
      › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
    }
    /data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php:159 {
      Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
      › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
    }
    /data/vhosts/api.digidom.pro/public/index.php:27 {$response->send();$kernel->terminate($request, $response);}
  }
}
logger
Symfony\Bridge\Monolog\Logger {#1991 …9}

Request Headers

Header Value
accept
"application/json"
accept-encoding
"br, gzip, deflate"
accept-language
"*"
authorization
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MzIxMTk5MjUsImV4cCI6MzMwODkxOTkyNSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiZ2hiZ2hiQGdvb2dsZS5jb20ifQ.w3UvyyjhCVAv2FGi2s8hggDhQCi8AcCgOdQ_XOe7B5Yg-6MSpiooJ8MtONyQduEIjlT96vMAqPqo42n8_LfiW4WocBENSZtYf14fYmZi5Iu5TOPGr7e0pOF9f3zIZbed1qDvLHjbO_pkw_Hp5AkKrvFwCH8b0XAIgoUtoRW5nSf6qJwv-71d698APNmy-l_V3Cij3Z-cSN_f1f541SpQ3xoQjOTX2yd7lBkbgp4XatokqDJY97XoRkuacNk3XQ5vcJCk-iX5g10XBk1XBPNiHSSf33W8RfXcIHV921uIkdzarvtFTTw2dtx8szlpyanaLlGIQYCJ18obUIqXgeLlhQ"
baggage
"sentry-environment=staging,sentry-release=staging,sentry-public_key=14e1e8ed3421a384444f3cb7c4c52803,sentry-trace_id=920caef743b24af799b0a86e2df5e1a6"
content-length
"27"
content-type
"application/json"
host
"staging.api.digidom.pro"
sec-fetch-mode
"cors"
sentry-trace
"920caef743b24af799b0a86e2df5e1a6-9681f5757d33f468"
user-agent
"node"
x-amzn-trace-id
"Root=1-673e0fcc-14f2cd1a79ca49ee4d8e3cee"
x-forwarded-for
"35.246.184.45"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-php-ob-level
"0"

Request Content

Pretty

{
    "historyNavTunnel": "rl-1"
}

Raw

{"historyNavTunnel":"rl-1"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/problem+json; charset=utf-8"
date
"Wed, 20 Nov 2024 16:35:28 GMT"
x-content-type-options
"nosniff"
x-debug-token
"fd3445"
x-frame-options
"deny"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 6

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

6 Usages
Stateless check enabled
Usage
App\EventSubscriber\Doctrine\OrganizationSubscriber:480
[
  [
    "file" => "/data/vhosts/api.digidom.pro/src/EventSubscriber/Doctrine/OrganizationSubscriber.php"
    "line" => 480
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php"
    "line" => 69
    "function" => "postUpdate"
    "class" => "App\EventSubscriber\Doctrine\OrganizationSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php"
    "line" => 99
    "function" => "dispatchEvent"
    "class" => "Symfony\Bridge\Doctrine\ContainerAwareEventManager"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php"
    "line" => 1215
    "function" => "invoke"
    "class" => "Doctrine\ORM\Event\ListenersInvoker"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php"
    "line" => 421
    "function" => "executeUpdates"
    "class" => "Doctrine\ORM\UnitOfWork"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php"
    "line" => 388
    "function" => "commit"
    "class" => "Doctrine\ORM\UnitOfWork"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/var/cache/dev/ContainerVJPm9f3/EntityManager_9a5be93.php"
    "line" => 136
    "function" => "flush"
    "class" => "Doctrine\ORM\EntityManager"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php"
    "line" => 56
    "function" => "flush"
    "class" => "ContainerVJPm9f3\EntityManager_9a5be93"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php"
    "line" => 53
    "function" => "persist"
    "class" => "ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php"
    "line" => 52
    "function" => "persist"
    "class" => "ApiPlatform\Core\DataPersister\ChainDataPersister"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/api-platform/core/src/Core/EventListener/WriteListener.php"
    "line" => 96
    "function" => "persist"
    "class" => "ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelView"
    "class" => "ApiPlatform\Core\EventListener\WriteListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 168
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/vhosts/api.digidom.pro/public/index.php"
    "line" => 25
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_KEY_YOUSING
"d44e8adee19da3a8d2a1a72b70fd9343"
API_URL
"https://staging-api.yousign.com"
APP_BASE_URL
"https://staging.api.digidom.pro"
APP_CREDIT_NOTES_STORAGE
"credit_notes.storage.aws"
APP_CSV_STORAGE
"csv.storage.local"
APP_DEBUG
"1"
APP_DOCUMENTS_STORAGE
"documents.storage.aws"
APP_ENV
"dev"
APP_EXPORT_STORAGE
"export.storage.aws"
APP_INVOICES_STORAGE
"invoices.storage.aws"
APP_LETTERS_STORAGE
"letters.storage.aws"
APP_PUBLIC_PATH
"./public"
APP_QUOTES_STORAGE
"quotes.storage.aws"
APP_SECRET
"cljd2a7d0hej6584frk7560a0a72c53eb"
AWS_ACCESS_KEY_ID
"AKIA5ASVTKMOUVRMN426"
AWS_ENV
"staging"
AWS_REGION
"eu-west-3"
AWS_SECRET_ACCESS_KEY
"HpRloO5wSlQ9ait41p8xF1XA1lJTfT3M+GqM1dCu"
AWS_SUPPRESS_PHP_DEPRECATION_WARNING
"true"
CORS_ALLOW_ORIGIN
"*"
CUSTOMER_IO_API_BASE_URL
"https://api.customer.io"
CUSTOMER_IO_API_BEARER_TOKEN
"6e01c5e78f994b07a81a5e8feb6d9b7a"
CUSTOMER_IO_TRACK_BASE_URL
"https://track-eu.customer.io"
CUSTOMER_IO_TRACK_BASIC_AUTH
"01131e1cd43f9e9aa3cd:7cef76fa9cf66615e19f"
DATABASE_HOST
"dgm-mysql-staging.cgnm2oflbrxp.eu-west-3.rds.amazonaws.com"
DATABASE_NAME
"apidg_staging"
DATABASE_PASSWORD
"nnLLORJFa2CRHmvotd5Xskttm5qVhngq"
DATABASE_PATH
"~/.data/mysqldb_ceg"
DATABASE_PORT
"3306"
DATABASE_USER
"apidg_staging"
DOCKER_APP_PATH
"/var/www"
DOCKER_FOLDER_PATH
".docker"
DROPBOX_PATH
"/Applications/DOSSIER DOM"
DROPBOX_PATH_COURRIER
"/Dossier de l'équipe Digidom"
DROPBOX_TOKEN
"OhPLqkgPZWIAAAAAAAAAAarlgapj8-NijFMnT1GNzHD-Hj8U8g1CpZlyEYC4UOxe"
DROPBOX_TOKEN_COURRIER
"fgnFhdTnIgIAAAAAAAAAAerTkgQ5UKZq54UZqbuSWAqnidpvKk8bPfpgKFZI2FU4"
ELASTICSEARCH_HOST
"https://vpc-dgm-elasticsearch-staging-s6aty3a7arrhhogh3ycoz7gare.eu-west-3.es.amazonaws.com/"
ELASTICSEARCH_PREFIX
"staging"
ENQUEUE_DSN
"sqs:?region=eu-west-3&key=AKIA5ASVTKMOSLWNLYVK&secret=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"
ENQUEUE_QUEUE
"enqueue://default?topic[name]=dgm-sqs-staging.fifo&queue[name]=dgm-sqs-staging.fifo&receiveTimeout=4"
FRONTAPP_API_KEY
"663f106d7aa32f020949f3a3424f163c"
FRONTAPP_API_URL
"https://api2.frontapp.com"
FRONTAPP_TOKEN
"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzY29wZXMiOlsic2hhcmVkOioiLCJwcml2YXRlOioiXSwiaWF0IjoxNTQzMjQxMTY3LCJpc3MiOiJmcm9udCIsInN1YiI6ImRpZ2lkb20yIiwianRpIjoiMDE2ZDc5MjY5NDkwM2UzOCJ9.3A8cHpz-aEqU2sHbr4cPShGlWJXNAxuja3oPFYoZyaU"
FS_CRAWLER_URL
"http://localhost:8090"
GC_ACCESS_TOKEN
"sandbox_7INN3Kdk0FZPa1vA9Q1F7mmhTXKU4fpEpSIiulIc"
GC_ENV
"sandbox"
GC_URL_DASHBOARD
"https://manage-sandbox.gocardless.com/"
JWT_PASSPHRASE
"5ab85efd51ad4hh66ecet4d31aca2318"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/%kernel.environment%_public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/%kernel.environment%_private.pem"
JWT_TOKEN_TTL
"1576800000"
LOCALSTACK_HOST_ENDPOINT
"http://localstack:4566"
MERCURE_JWT_SECRET
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.e30.teGguELe3UyCloKfSL1cbkU1eo37x40BLNzNnT9vWdc"
MERCURE_PUBLIC_URL
"https://staging.mercure.digidom.pro"
MERCURE_URL
"https://staging.mercure.digidom.pro/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"https://sqs.eu-west-3.amazonaws.com/894606463773/dgm-sqs-staging.fifo?access_key=AKIA5ASVTKMOSLWNLYVK&secret_key=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&auto_setup=false&region=eu-west-3"
PAPPERS_CLIENT_TOKEN
"593edd1a49cf1f781f00d20d6aa89b976cd28211ac2a1729"
PAPPERS_SURVEILLANCE_ID_LIST
"30aa5ea2bec302842330da3993124ee55dt1689666383834"
PAPPERS_URL
"https://api.pappers.fr/v2/"
PAYMENT_INTERFACE_URL
"https://staging.app2.digidom.pro/"
PENNYLANE_API_KEY
"00dxkIJKPx9F079BE8Z-KRDVoza1wcmhQR-TkC_g5Js"
PENNYLANE_API_URL
"https://app.pennylane.com"
REDIS_HOST
"dgm-redis-staging-01.iq3hy2.ng.0001.euw3.cache.amazonaws.com"
REDIS_PORT
"6379"
REDIS_URL
"redis://dgm-redis-staging-01.iq3hy2.ng.0001.euw3.cache.amazonaws.com:6379/2"
SECRET_KEY
"sk_test_5of8oI8k8uONOkKZ7reR6ig3"
SEGMENT_WRITE_KEY
"OAnKZI4sGK9kTYCQpMZSlruByMIJYlcZ"
SENTRY_DSN
"https://975adc698b074eebb1fdd7d03234f474@sentry.io/1450929"
SENTRY_ENV
"staging"
SESSION_MAX
"1296000"
STRIPE_URL_DASHBOARD
"https://dashboard.stripe.com/test/"
STRIPE_WEBHOOK_SECRET
"whsec_9XUoHd6hEujklxkmUzzBq4lWtu7o9GT1"
TESSERACT_URL
"http://localhost:8884"
TWILIO_ACCOUNT_SID
"AC7c0b05c94a1d9d030ced3f77535e7d7b"
TWILIO_AUTH_TOKEN
"33214901f7a093a26f556233a7a8cb9c"
TWILIO_PHONE_NUMBER_SENDER
"+447445413116"
URL_BV
"https://dash.staging.digidom.pro"
URL_NEW_ADMIN
"https://staging.admin.digidom.pro"
URL_SITE
"https://www.staging-5em2ouy-iy7xdhsbjce24.de-2.platformsh.site"
URL_TUNNEL
"https://staging-5em2ouy-7voayyan2nsfe.de-2.platformsh.site"
WEBHOOK_SECRET
"webhook_digidom_api_secret"
WEB_URL
"https://staging-app.yousign.com"
WKHTMLTOIMAGE_PATH
"xvfb-run /usr/local/bin/wkhtmltoimage"
WKHTMLTOPDF_PATH
"wkhtmltopdf -B 20 -L 20 -R 20 -T 20 --enable-local-file-access --footer-center "[page]/[toPage]" --footer-spacing 10"
YOUSIGN_API_KEY
"EZtk878ZYSEStJHSPANWhw8fCXAdTqN6"
YOUSIGN_API_KEY_PRODUCTION
"KCbiTc8KXHERxf0GJFzfqiR5OaSk7I8M"
YOUSIGN_API_SANDBOX
"true"
YOUSIGN_API_URL
"https://api-sandbox.yousign.app/v3/"
YOUSIGN_API_URL_PRODUCTION
"https://api.yousign.app/v3/"

Defined as regular env variables

Key Value
CONTENT_LENGTH
"27"
CONTENT_TYPE
"application/json"
DOCUMENT_ROOT
"/data/vhosts/api.digidom.pro/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/data/home/customer"
HTTP_ACCEPT
"application/json"
HTTP_ACCEPT_ENCODING
"br, gzip, deflate"
HTTP_ACCEPT_LANGUAGE
"*"
HTTP_AUTHORIZATION
"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MzIxMTk5MjUsImV4cCI6MzMwODkxOTkyNSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiZ2hiZ2hiQGdvb2dsZS5jb20ifQ.w3UvyyjhCVAv2FGi2s8hggDhQCi8AcCgOdQ_XOe7B5Yg-6MSpiooJ8MtONyQduEIjlT96vMAqPqo42n8_LfiW4WocBENSZtYf14fYmZi5Iu5TOPGr7e0pOF9f3zIZbed1qDvLHjbO_pkw_Hp5AkKrvFwCH8b0XAIgoUtoRW5nSf6qJwv-71d698APNmy-l_V3Cij3Z-cSN_f1f541SpQ3xoQjOTX2yd7lBkbgp4XatokqDJY97XoRkuacNk3XQ5vcJCk-iX5g10XBk1XBPNiHSSf33W8RfXcIHV921uIkdzarvtFTTw2dtx8szlpyanaLlGIQYCJ18obUIqXgeLlhQ"
HTTP_BAGGAGE
"sentry-environment=staging,sentry-release=staging,sentry-public_key=14e1e8ed3421a384444f3cb7c4c52803,sentry-trace_id=920caef743b24af799b0a86e2df5e1a6"
HTTP_CONTENT_LENGTH
"27"
HTTP_CONTENT_TYPE
"application/json"
HTTP_HOST
"staging.api.digidom.pro"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SENTRY_TRACE
"920caef743b24af799b0a86e2df5e1a6-9681f5757d33f468"
HTTP_USER_AGENT
"node"
HTTP_X_AMZN_TRACE_ID
"Root=1-673e0fcc-14f2cd1a79ca49ee4d8e3cee"
HTTP_X_FORWARDED_FOR
"35.246.184.45"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
PHP_SELF
"/index.php"
QUERY_STRING
"q=/v1/organizations/27516&"
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.56.50.166"
REMOTE_PORT
"54822"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1732120524
REQUEST_TIME_FLOAT
1732120524.7428
REQUEST_URI
"/v1/organizations/27516"
SCRIPT_FILENAME
"/data/vhosts/api.digidom.pro/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.56.143.236"
SERVER_NAME
"staging.api.digidom.pro"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.14.2"
SYMFONY_DOTENV_VARS
"APP_SECRET,APP_ENV,APP_DEBUG,AWS_ENV,DATABASE_HOST,DATABASE_NAME,DATABASE_USER,DATABASE_PASSWORD,DATABASE_PORT,DOCKER_APP_PATH,DOCKER_FOLDER_PATH,APP_PUBLIC_PATH,DATABASE_PATH,CORS_ALLOW_ORIGIN,WKHTMLTOPDF_PATH,WKHTMLTOIMAGE_PATH,SENTRY_DSN,SENTRY_ENV,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,JWT_TOKEN_TTL,TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_PHONE_NUMBER_SENDER,SEGMENT_WRITE_KEY,SECRET_KEY,STRIPE_WEBHOOK_SECRET,STRIPE_URL_DASHBOARD,DROPBOX_TOKEN,DROPBOX_PATH,DROPBOX_TOKEN_COURRIER,DROPBOX_PATH_COURRIER,SESSION_MAX,FRONTAPP_API_KEY,FRONTAPP_TOKEN,FRONTAPP_API_URL,ELASTICSEARCH_HOST,ELASTICSEARCH_PREFIX,APP_BASE_URL,GC_ACCESS_TOKEN,GC_ENV,WEBHOOK_SECRET,GC_URL_DASHBOARD,MESSENGER_TRANSPORT_DSN,API_KEY_YOUSING,API_URL,WEB_URL,YOUSIGN_API_KEY,YOUSIGN_API_KEY_PRODUCTION,YOUSIGN_API_URL,YOUSIGN_API_URL_PRODUCTION,YOUSIGN_API_SANDBOX,AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY,AWS_REGION,URL_TUNNEL,URL_BV,URL_NEW_ADMIN,URL_SITE,ENQUEUE_DSN,ENQUEUE_QUEUE,REDIS_URL,REDIS_HOST,REDIS_PORT,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,PAYMENT_INTERFACE_URL,PAPPERS_URL,PAPPERS_CLIENT_TOKEN,PAPPERS_SURVEILLANCE_ID_LIST,APP_DOCUMENTS_STORAGE,APP_INVOICES_STORAGE,APP_LETTERS_STORAGE,APP_QUOTES_STORAGE,APP_CREDIT_NOTES_STORAGE,APP_CSV_STORAGE,APP_EXPORT_STORAGE,PENNYLANE_API_URL,PENNYLANE_API_KEY,LOCALSTACK_HOST_ENDPOINT,TESSERACT_URL,FS_CRAWLER_URL,AWS_SUPPRESS_PHP_DEPRECATION_WARNING,CUSTOMER_IO_API_BASE_URL,CUSTOMER_IO_API_BEARER_TOKEN,CUSTOMER_IO_TRACK_BASE_URL,CUSTOMER_IO_TRACK_BASIC_AUTH"
USER
"customer"

Parent Request

Return to parent request (token = 6ffd91)

Key Value
_api_exception_to_status
[]
_api_has_composite_identifier
false
_api_identifiers
[
  "id"
]
_api_item_operation_name
"put"
_api_normalization_context
[
  "groups" => [
    "read_organization"
  ]
  "enable_max_depth" => true
  "operation_type" => "item"
  "item_operation_name" => "put"
  "iri_only" => false
  "input" => null
  "output" => null
  "resource_class" => "Evo\Infrastructure\MappingORM\Organization"
  "request_uri" => "/v1/organizations/27516"
  "uri" => "http://staging.api.digidom.pro/v1/organizations/27516?q=%2Fv1%2Forganizations%2F27516"
  "resources" => ApiPlatform\Serializer\ResourceList {#5711
    storage: [
      "/v1/organizations/27516" => "/v1/organizations/27516"
      "/v1/users/26453" => "/v1/users/26453"
      "/v1/postal_addresses/137551" => "/v1/postal_addresses/137551"
      "/v1/stores/4" => "/v1/stores/4"
      "/v1/postal_addresses/123314" => "/v1/postal_addresses/123314"
      "/v1/sectors/3" => "/v1/sectors/3"
      "/v1/postal_addresses/137554" => "/v1/postal_addresses/137554"
      "/v1/orders/2346" => "/v1/orders/2346"
      "/v1/items/181863" => "/v1/items/181863"
      "/v1/items/181864" => "/v1/items/181864"
      "/v1/items/181865" => "/v1/items/181865"
      "/v1/subscriptions/38290" => "/v1/subscriptions/38290"
      "/v1/services/164675" => "/v1/services/164675"
      "/v1/services/164676" => "/v1/services/164676"
      "/v1/services/164677" => "/v1/services/164677"
      "/v1/services/164678" => "/v1/services/164678"
      "/v1/services/164679" => "/v1/services/164679"
      "/v1/services/164680" => "/v1/services/164680"
      "/v1/services/164681" => "/v1/services/164681"
    ]
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "ArrayIterator"
  }
  "exclude_from_cache_key" => [
    "resources"
    "resources_to_push"
  ]
  "resources_to_push" => ApiPlatform\Serializer\ResourceList {#7828
    storage: []
    flag::STD_PROP_LIST: false
    flag::ARRAY_AS_PROPS: false
    iteratorClass: "ArrayIterator"
  }
]
_api_operation_name
"api_organizations_put_item"
_api_resource_class
"Evo\Infrastructure\MappingORM\Organization"
_api_write_item_iri
"/v1/organizations/27516"
_controller
"api_platform.action.put_item"
_firewall_context
"security.firewall.map.context.api"
_format
null
_links
Symfony\Component\WebLink\GenericLinkProvider {#10322
  -links: [
    9137 => Symfony\Component\WebLink\Link {#9137
      -href: "http://staging.api.digidom.pro/v1/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
    9141 => Symfony\Component\WebLink\Link {#9141
      -href: "https://staging.mercure.digidom.pro"
      -rel: [
        "mercure" => "mercure"
      ]
      -attributes: []
    }
    10317 => Symfony\Component\WebLink\Link {#10317
      -href: "http://staging.api.digidom.pro/v1/docs.jsonld"
      -rel: [
        "http://www.w3.org/ns/hydra/core#apiDocumentation" => "http://www.w3.org/ns/hydra/core#apiDocumentation"
      ]
      -attributes: []
    }
    10321 => Symfony\Component\WebLink\Link {#10321
      -href: "https://staging.mercure.digidom.pro"
      -rel: [
        "mercure" => "mercure"
      ]
      -attributes: []
    }
  ]
}
_remove_csp_headers
true
_resources
[
  "/v1/organizations/27516" => "/v1/organizations/27516"
  "/v1/users/26453" => "/v1/users/26453"
  "/v1/postal_addresses/137551" => "/v1/postal_addresses/137551"
  "/v1/stores/4" => "/v1/stores/4"
  "/v1/postal_addresses/123314" => "/v1/postal_addresses/123314"
  "/v1/sectors/3" => "/v1/sectors/3"
  "/v1/postal_addresses/137554" => "/v1/postal_addresses/137554"
  "/v1/orders/2346" => "/v1/orders/2346"
  "/v1/items/181863" => "/v1/items/181863"
  "/v1/items/181864" => "/v1/items/181864"
  "/v1/items/181865" => "/v1/items/181865"
  "/v1/subscriptions/38290" => "/v1/subscriptions/38290"
  "/v1/services/164675" => "/v1/services/164675"
  "/v1/services/164676" => "/v1/services/164676"
  "/v1/services/164677" => "/v1/services/164677"
  "/v1/services/164678" => "/v1/services/164678"
  "/v1/services/164679" => "/v1/services/164679"
  "/v1/services/164680" => "/v1/services/164680"
  "/v1/services/164681" => "/v1/services/164681"
]
_route
"api_organizations_put_item"
_route_params
[
  "_format" => null
  "_stateless" => null
  "_api_resource_class" => "Evo\Infrastructure\MappingORM\Organization"
  "_api_identifiers" => [
    "id"
  ]
  "_api_has_composite_identifier" => false
  "_api_exception_to_status" => []
  "_api_operation_name" => "api_organizations_put_item"
  "_api_item_operation_name" => "put"
  "id" => "27516"
]
_stateless
null
_stopwatch_token
"2bedb2"
data
Evo\Infrastructure\MappingORM\Organization {#3167
  -id: 27516
  -users: Doctrine\ORM\PersistentCollection {#7720 …}
  -associates: Doctrine\ORM\PersistentCollection {#7723 …}
  -legalRepresentatives: Doctrine\ORM\PersistentCollection {#7782 …}
  -auditors: Doctrine\ORM\PersistentCollection {#7795 …}
  -documents: Doctrine\ORM\PersistentCollection {#7805 …}
  -address: Proxies\__CG__\Evo\Infrastructure\MappingORM\PostalAddress {#2494 …}
  -legalName: "GB"
  -telephone: "+33619414884"
  -vatID: null
  -legalStatus: "SARL"
  -purpose: null
  -foundingDate: null
  -fiscalDate: null
  -fiscalDateEnd: null
  -firstFiscalDate: null
  -firstFiscalDateEnd: null
  -headQuartersAddressType: "CONTRACT_DOMICILIATION"
  -legalRepresentativeAddressType: "OWNER"
  -shareCapital: null
  -shareCapitalType: null
  -shareCapitalFixedAmount: null
  -sharesCount: null
  -bankChoice: null
  -registrationSource: null
  -commercialCourtRegistry: null
  -accountant: null
  -letters: Doctrine\ORM\PersistentCollection {#7806 …}
  -sector: null
  -sectorOther: null
  -RCS: null
  -status: "NEW PAIEMENT"
  -email: "ghbghb@google.com"
  -store: Proxies\__CG__\Evo\Infrastructure\MappingORM\Store {#3997 …}
  -mandatary: null
  -bal: null
  -forwardingFrequency: null
  -forwardingAddress: Proxies\__CG__\Evo\Infrastructure\MappingORM\PostalAddress {#3996 …}
  -forwardingAddressName: null
  -alternateName: ""
  -domiciliationStartDate: null
  -createdAt: DateTime @1732120228 {#7722
    date: 2024-11-20 17:30:28.0 Europe/Berlin (+01:00)
  }
  -forwardedLetters: Doctrine\ORM\PersistentCollection {#7797 …}
  -terminationDate: null
  -terminationReason: null
  -terminationReasonOther: null
  -mandataries: Doctrine\ORM\PersistentCollection {#7800 …}
  -prescriber: null
  -organizationsPrescribed: Doctrine\ORM\PersistentCollection {#7801 …}
  -invoices: Doctrine\ORM\PersistentCollection {#7808 …}
  -quotes: Doctrine\ORM\PersistentCollection {#7810 …}
  -SIRET: ""
  -isNewImmatriculation: true
  -isNewDomiciliation: true
  -orders: Doctrine\ORM\PersistentCollection {#7812 …}
  -mandatID: null
  -documentHistories: Doctrine\ORM\PersistentCollection {#7814 …}
  -conversionReason: "CREATE_ORGANIZATION"
  -statusIsForced: false
  -uniqId: "673e0ea4e904f"
  -iban: null
  -referenceGocardless: null
  -isForwardingActive: true
  -VATRate: "20"
  -isImported: null
  -creditNotesAmount: 0.0
  -creditNotes: Doctrine\ORM\PersistentCollection {#7816 …}
  -availableCredits: null
  -invoiceToken: "d74e0c8348484e4856ba85923efdabdc1b0330f97cf431fe0f8052d59df5333099af02223b486c9172d2ebeb8320742c064a68e2782401636b6f46779d08aded"
  -notificationPreference: null
  -shareCapitalFreePercentage: null
  -isPrescriber: false
  -haveAccountant: null
  -discountCode: null
  -lead: null
  -statusImmatriculation: "NEW PAIEMENT"
  -prescriberSource: null
  -isExemptTVA: false
  -projectStage: null
  -statusInvoicePayed: "PAYE"
  -dateMaxUnpaid: null
  -isHaveAuditor: false
  -benefitImposition: null
  -benefitImpositionOption: null
  -vatTaxeRegim: null
  -vatTaxeRegimeOption: null
  -prolongationDateKYC: null
  -reasonUnpaid: null
  -reasonRIBInactive: null
  -statusTransfert: null
  -isNewTransfert: false
  -specialRequestBal: null
  -tracFin: null
  -tracFinNote: null
  -packImat: "IMMAT"
  -isAuthorizePrescriber: false
  -isAttachedToPrescriber: null
  -isEmptybal: null
  -isAuthorizedDebit: true
  -historyNavTunnel: "rl-1"
  -activityLogs: Doctrine\ORM\PersistentCollection {#7818 …}
  -subscriptions: Doctrine\ORM\PersistentCollection {#7820 …}
  -note: null
  -reasonChange: null
  -previousPack: "SCANPACK"
  -zapierHookUrl: []
  -sigle: ""
  -enseigne: ""
  -corporateObject: null
  -placeKnowDigidom: "MOUTH_TO_MOUTH"
  -otherPlaceKnownDigidom: ""
  -bankName: null
  -titulaire: null
  -isInvalidEmail: false
  -isInvalidPhoneNumber: false
  -specialCustomerType: null
  -ibmlOrganizationConfiguration: null
  -potentialCases: Doctrine\ORM\PersistentCollection {#7822 …}
  -commercialGestures: Doctrine\ORM\PersistentCollection {#7824 …}
  -activityCategory: null
  -referralSource: null
  -godSons: Doctrine\ORM\PersistentCollection {#7826 …}
  -encryptedParentId: null
  -isReferralProcessFinished: true
  -isDigidomAccountant: null
  -activityDomain: null
  -isSurveillance: false
  -beneficialOwners: []
  -accountsSubmissionLastYear: null
  -processYousign: null
}
id
"27516"
previous_data
Evo\Infrastructure\MappingORM\Organization {#2279
  -id: 27516
  -users: Doctrine\ORM\PersistentCollection {#3164 …}
  -associates: Doctrine\ORM\PersistentCollection {#2391 …}
  -legalRepresentatives: Doctrine\ORM\PersistentCollection {#2411 …}
  -auditors: Doctrine\ORM\PersistentCollection {#2424 …}
  -documents: Doctrine\ORM\PersistentCollection {#2455 …}
  -address: Proxies\__CG__\Evo\Infrastructure\MappingORM\PostalAddress {#2494 …}
  -legalName: "GB"
  -telephone: "+33619414884"
  -vatID: null
  -legalStatus: "SARL"
  -purpose: null
  -foundingDate: null
  -fiscalDate: null
  -fiscalDateEnd: null
  -firstFiscalDate: null
  -firstFiscalDateEnd: null
  -headQuartersAddressType: "CONTRACT_DOMICILIATION"
  -legalRepresentativeAddressType: "OWNER"
  -shareCapital: null
  -shareCapitalType: null
  -shareCapitalFixedAmount: null
  -sharesCount: null
  -bankChoice: null
  -registrationSource: null
  -commercialCourtRegistry: null
  -accountant: null
  -letters: Doctrine\ORM\PersistentCollection {#3938 …}
  -sector: null
  -sectorOther: null
  -RCS: null
  -status: "NEW PAIEMENT"
  -email: "ghbghb@google.com"
  -store: Proxies\__CG__\Evo\Infrastructure\MappingORM\Store {#3997 …}
  -mandatary: null
  -bal: null
  -forwardingFrequency: null
  -forwardingAddress: Proxies\__CG__\Evo\Infrastructure\MappingORM\PostalAddress {#3996 …}
  -forwardingAddressName: null
  -alternateName: ""
  -domiciliationStartDate: null
  -createdAt: DateTime @1732120228 {#3169
    date: 2024-11-20 17:30:28.0 Europe/Berlin (+01:00)
  }
  -forwardedLetters: Doctrine\ORM\PersistentCollection {#3977 …}
  -terminationDate: null
  -terminationReason: null
  -terminationReasonOther: null
  -mandataries: Doctrine\ORM\PersistentCollection {#3969 …}
  -prescriber: null
  -organizationsPrescribed: Doctrine\ORM\PersistentCollection {#3971 …}
  -invoices: Doctrine\ORM\PersistentCollection {#3973 …}
  -quotes: Doctrine\ORM\PersistentCollection {#3975 …}
  -SIRET: ""
  -isNewImmatriculation: true
  -isNewDomiciliation: true
  -orders: Doctrine\ORM\PersistentCollection {#4014 …}
  -mandatID: null
  -documentHistories: Doctrine\ORM\PersistentCollection {#4029 …}
  -conversionReason: "CREATE_ORGANIZATION"
  -statusIsForced: false
  -uniqId: "673e0ea4e904f"
  -iban: null
  -referenceGocardless: null
  -isForwardingActive: true
  -VATRate: "20"
  -isImported: null
  -creditNotesAmount: 0.0
  -creditNotes: Doctrine\ORM\PersistentCollection {#4031 …}
  -availableCredits: null
  -invoiceToken: "d74e0c8348484e4856ba85923efdabdc1b0330f97cf431fe0f8052d59df5333099af02223b486c9172d2ebeb8320742c064a68e2782401636b6f46779d08aded"
  -notificationPreference: null
  -shareCapitalFreePercentage: null
  -isPrescriber: false
  -haveAccountant: null
  -discountCode: null
  -lead: null
  -statusImmatriculation: "NEW PAIEMENT"
  -prescriberSource: null
  -isExemptTVA: false
  -projectStage: null
  -statusInvoicePayed: "PAYE"
  -dateMaxUnpaid: null
  -isHaveAuditor: false
  -benefitImposition: null
  -benefitImpositionOption: null
  -vatTaxeRegim: null
  -vatTaxeRegimeOption: null
  -prolongationDateKYC: null
  -reasonUnpaid: null
  -reasonRIBInactive: null
  -statusTransfert: null
  -isNewTransfert: false
  -specialRequestBal: null
  -tracFin: null
  -tracFinNote: null
  -packImat: "IMMAT"
  -isAuthorizePrescriber: false
  -isAttachedToPrescriber: null
  -isEmptybal: null
  -isAuthorizedDebit: true
  -historyNavTunnel: "rl-2"
  -activityLogs: Doctrine\ORM\PersistentCollection {#4110 …}
  -subscriptions: Doctrine\ORM\PersistentCollection {#4113 …}
  -note: null
  -reasonChange: null
  -previousPack: "SCANPACK"
  -zapierHookUrl: []
  -sigle: ""
  -enseigne: ""
  -corporateObject: null
  -placeKnowDigidom: "MOUTH_TO_MOUTH"
  -otherPlaceKnownDigidom: ""
  -bankName: null
  -titulaire: null
  -isInvalidEmail: false
  -isInvalidPhoneNumber: false
  -specialCustomerType: null
  -ibmlOrganizationConfiguration: null
  -potentialCases: Doctrine\ORM\PersistentCollection {#4144 …}
  -commercialGestures: Doctrine\ORM\PersistentCollection {#4151 …}
  -activityCategory: null
  -referralSource: null
  -godSons: Doctrine\ORM\PersistentCollection {#4163 …}
  -encryptedParentId: null
  -isReferralProcessFinished: true
  -isDigidomAccountant: null
  -activityDomain: null
  -isSurveillance: false
  -beneficialOwners: []
  -accountsSubmissionLastYear: null
  -processYousign: null
}