https://dev.app.pol-crm.com/api/V4/custom_actions Return to referer URL

Query Metrics

4 Database Queries
4 Different statements
5.40 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 1.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.entity AS entity_3, t0.config AS config_4, t0.position AS position_5, t0.customer_id AS customer_id_6 FROM custom_action t0 WHERE t0.id = ? AND ((t0.customer_id = '0662705af65c48908b017d8fb0724bac')) LIMIT 1
Parameters:
[
  "84dc954d963a47f4aeb8d39d1e0efada"
]
2 0.16 ms
"START TRANSACTION"
Parameters:
[]
3 0.40 ms
INSERT INTO custom_action (id, name, entity, config, position, customer_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  1 => "84dc954d963a47f4aeb8d39d1e0efada"
  2 => "Cloturé acttion"
  3 => "Task"
  4 => """
    {\n
        "icon": "validation",\n
        "groupCode": "",\n
        "title": "Clôturer",\n
        "is_list_active": true,\n
        "is_sublist_active": true,\n
        "conditions": [\n
    {"key": "isClosed", "method": "equals", "value": "Non"}\n
    ],\n
        "actions": [{\n
            "type": "update",\n
            "key": "isClosed",\n
            "value": true\n
        }],\n
        "confirm_message": "L'action a bien été cloturé",\n
        "confirmBeforeMessage": "Êtes-vous sûr de vouloir Clôturer cette action ?",\n
        "needsRefreshList": true\n
    }
    """
  5 => 0
  6 => "0662705af65c48908b017d8fb0724bac"
]
4 3.71 ms
"COMMIT"
Parameters:
[]

legacy connection

No database queries were performed.

Database Connections

Name Service
default doctrine.dbal.default_connection
legacy doctrine.dbal.legacy_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
legacy doctrine.orm.legacy_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

default entity manager

Class Mapping errors
App\V4\Entity\CustomAction No errors.
App\V4\Webhook\Entity\WebhookLog No errors.

legacy entity manager

Class Mapping errors
App\V4\Entity\CustomAction No errors.