{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.programme-31.ppd.info-charisma.com"
        }
    ],
    "info": {
        "name": "Programmes 31 Jours - API",
        "_postman_id": "c0f5ea34-3728-4e49-9a5c-3f236f791ba3",
        "description": "Documentation de l'API de l'application Programme 31 Jours",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "01 - User Authentication",
            "description": "",
            "item": [
                {
                    "name": "POST \/api\/logout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Logout the user's session"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"admin@admin.com\",\"password\":\"admin\"}"
                        },
                        "description": "Request a token for a user's session after providing credentials",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"accessToken\": \"eyJhbGciOiJSUz...O3pGQ\", \"refreshToken\": \"eyJhbGci...RT8\",\n               \"accessExpiresIn\": 1800,\"refreshExpiresIn\": 1800, \"tokenType\": \"Bearer\",\n               \"scope\": \"openid profile email\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Invalid user credentials\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/forgot-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/forgot-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/forgot-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Forgot password process",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/userinfo",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the user's information"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": 1,\n    \"name\": \"Admin\",\n    \"email\": \"admin@admin.com\",\n    \"firstname\": \"Admin\",\n    \"birthdate\": null,\n    \"civilite\": \"Mr\",\n    \"civil_status\": null,\n    \"mobile_phone\": null,\n    \"secteur_gf\": null,\n    \"reseau_md\": null,\n    \"autre_departement\": null,\n    \"genre\": null,\n    \"created_at\": null,\n    \"updated_at\": \"2022-01-11 13:15:54\",\n    \"is_active\": 1,\n    \"roles\": [\n        {\n            \"id\": 1,\n            \"title\": \"Admin syst\u00e8me\"\n        },\n        {}\n    ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/profils",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profiles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profiles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Get the profile's list"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[\n    {\n        \"id\": \"76c378c8-bf14-4460-b350-fd7a0fc6da3a\",\n        \"name\": \"Prog31 Administrateurs\",\n        \"path\": \"\/Prog31 Administrateurs\",\n        \"profil_code\": \"administrateur\",\n        \"profil_name\": \"Administrateur\"\n    },\n    {\n        \"...\" : \"...\"\n    }\n]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get new token from refresh token",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/refresh",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/refresh"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"refresh_token\":\"ut\"}"
                        },
                        "description": "Get a new token from refresh token",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"accessToken\": \"eyJhbGciOiJSUz...O3pGQ\", \"refreshToken\": null, \"accessExpiresIn\": 1800,\n               \"refreshExpiresIn\": 1800, \"tokenType\": \"Bearer\", \"scope\": \"openid profile email\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Invalid user credentials\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "02 - Utilisateurs",
            "description": "",
            "item": [
                {
                    "name": "Lister les utilisateurs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des utilisateurs avec leurs roles et leur team"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cr\u00e9er un utilisateur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Doe\",\"email\":\"john.doe@localhost.com\",\"firstname\":\"John\",\"mobile_phone\":\"01-23-45-67-89\",\"genre\":\"Homme\",\"profils\":{\"a\":\"Profil a\",\"b\":\"profil b\",\"c\":\"profil c\"}}"
                        },
                        "description": "Permet de cr\u00e9er une nouvel utilisateur"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": 1,\n    \"name\": \"Admin\",\n    \"email\": \"admin@admin.com\",\n    \"firstname\": \"Admin\",\n    \"birthdate\": null,\n    \"civilite\": \"Mr\",\n    \"civil_status\": null,\n    \"mobile_phone\": null,\n    \"secteur_gf\": null,\n    \"reseau_md\": null,\n    \"autre_departement\": null,\n    \"genre\": null,\n    \"created_at\": null,\n    \"updated_at\": \"2022-01-11 13:15:54\",\n    \"is_active\": 1,\n    \"roles\": [\n        {\n            \"id\": 1,\n            \"title\": \"Admin syst\u00e8me\"\n        },\n        {}\n    ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Afficher un utilisateur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les d\u00e9tails d'un utilisateur"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": 1,\n    \"name\": \"Admin\",\n    \"email\": \"admin@admin.com\",\n    \"firstname\": \"Admin\",\n    \"birthdate\": null,\n    \"civilite\": \"Mr\",\n    \"civil_status\": null,\n    \"mobile_phone\": null,\n    \"secteur_gf\": null,\n    \"reseau_md\": null,\n    \"autre_departement\": null,\n    \"genre\": null,\n    \"created_at\": null,\n    \"updated_at\": \"2022-01-11 13:15:54\",\n    \"is_active\": 1,\n    \"roles\": [\n        {\n            \"id\": 1,\n            \"title\": \"Admin syst\u00e8me\"\n        },\n        {}\n    ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null,\n         \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un utilisateur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"Doe\",\"roles\":[5],\"firstname\":\"John\",\"birthdate\":\"2022-01-11\",\"mobile_phone\":\"01-23-45-67-89\",\"reseau_md\":\"MD A\",\"autre_departement\":\"iste\",\"genre\":\"Homme\",\"civilite\":\"Mr\",\"civil_status\":\"C\u00e9libataire\",\"is_active\":true}"
                        },
                        "description": "Permet de modifier un utilisateur"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": 1,\n    \"name\": \"Admin\",\n    \"email\": \"admin@admin.com\",\n    \"firstname\": \"Admin\",\n    \"birthdate\": null,\n    \"civilite\": \"Mr\",\n    \"civil_status\": null,\n    \"mobile_phone\": null,\n    \"secteur_gf\": null,\n    \"reseau_md\": null,\n    \"autre_departement\": null,\n    \"genre\": null,\n    \"created_at\": null,\n    \"updated_at\": \"2022-01-11 13:15:54\",\n    \"is_active\": 1,\n    \"roles\": [\n        {\n            \"id\": 1,\n            \"title\": \"Admin syst\u00e8me\"\n        },\n        {}\n    ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\",\n     \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Supprimer un utilisateur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de supprimer un utilisateur (soft delete)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\",\n        \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Listes des genres",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user-genres",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user-genres"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer la liste des genres (Homme ou Femme)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\",\n         \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Quota par utilisateur",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user-quota",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user-quota"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer le qutota de suivi par utilisateur"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Listes des civilit\u00e9s",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user-civilites",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user-civilites"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les civilit\u00e9s (Mr Mme Mlle)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\",\n         \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Listes des \u00e9tats civils",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user-etat-civils",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user-etat-civils"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les civilit\u00e9s (Mr Mme Mlle)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\",\n         \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Trouver des utilisateurs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user-find",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user-find"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"pattern\":\"corporis\"}"
                        },
                        "description": "Permet de r\u00e9cup\u00e9rer les d\u00e9tails d'un utilisateur"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"id\": 1,\n    \"name\": \"Admin\",\n    \"email\": \"admin@admin.com\",\n    \"firstname\": \"Admin\",\n    \"birthdate\": null,\n    \"civilite\": \"Mr\",\n    \"civil_status\": null,\n    \"mobile_phone\": null,\n    \"secteur_gf\": null,\n    \"reseau_md\": null,\n    \"autre_departement\": null,\n    \"genre\": null,\n    \"created_at\": null,\n    \"updated_at\": \"2022-01-11 13:15:54\",\n    \"is_active\": 1,\n    \"roles\": [\n        {\n            \"id\": 1,\n            \"title\": \"Admin syst\u00e8me\"\n        },\n        {}\n    ]\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\",\n         \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "03 - Contacts",
            "description": "",
            "item": [
                {
                    "name": "Lister les contacts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contacts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des utilisateurs avec leurs roles et leur team"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cr\u00e9er un contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contacts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lastname\":\"qui\",\"firstname\":\"Jean\",\"etat_civil\":\"Mari\u00e9(e)\",\"birthdate\":\"2022-01-11\",\"metier\":\"Agriculteur\",\"telephone\":\"01-23-45-67-89\",\"email\":\"pink.predovic@example.net\",\"genre\":\"Homme\",\"civilite\":\"Mr\",\"est_mineur\":false,\"source_id\":1,\"subscription_date\":\"2022-01-11\",\"ville\":\"Le Blanc-Mesnil\",\"code_postal\":\"93150\",\"secteur_gf\":\"Secteur 1\",\"adresse_postale\":\"7 rue Isaac Newton\",\"nationalite\":\"deleniti\",\"langue_parlee\":\"esse\",\"autre_telephone\":\"eligendi\",\"num_personne_foyer\":\"nihil\",\"invite_par\":\"ullam\",\"date_conversion\":\"2026-05-27\",\"conseiller_nc\":\"eveniet\",\"est_candidat_prog31\":true,\"est_candidat_visite\":false,\"est_converti_cec\":false,\"is_livre\":false,\"observations\":\"et\"}"
                        },
                        "description": "Permet de cr\u00e9er une nouveau contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"lastname\": \"Dupont\",\n      \"firstname\": \"Marie\",\n      \"etat_civil\": \"Mari\u00e9(e)\",\n      \"birthdate\": \"2022-01-11\",\n      \"metier\": \"Institutrice\",\n      \"telephone\": \"01-23-45-67-89\",\n      \"email\": \"est\",\n      \"genre\": \"Femme\",\n      \"civilite\": \"Mme\",\n      \"est_mineur\": false,\n      \"liste_id\": 2,\n      \"source_id\": 2,\n      \"updated_at\": \"2022-01-12 14:07:21\",\n      \"created_at\": \"2022-01-12 14:07:21\",\n      \"id\": 2,\n      \"subscription_date\": \"2023-07-24 16:05:24\",\n      \"ville\": null,\n      \"code_postal\": null,\n      \"secteur_gf\": null,\n      \"adresse_postale\": null,\n      \"liste\": {\n          \"id\": 2,\n          \"libelle\": \"Pers\u00e9v\u00e9rance\",\n          \"code\": \"PSV\",\n          \"description\": \"Liste des contacts dont le suivi est suspendu\"\n      },\n      \"source\": {\n          \"id\": 2,\n          \"libelle\": \"Evang\u00e9lisation\",\n          \"code\": \"EVG\",\n          \"description\": \"Contact provenant d'une campagne d'\u00e9vang\u00e9lisation\"\n      }\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Afficher un contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "291",
                                    "description": "The ID of the contact."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les d\u00e9tails d'un contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"lastname\": \"Dupont\",\n      \"firstname\": \"Marie\",\n      \"etat_civil\": \"Mari\u00e9(e)\",\n      \"birthdate\": \"2022-01-11\",\n      \"metier\": \"Institutrice\",\n      \"telephone\": \"01-23-45-67-89\",\n      \"email\": \"est\",\n      \"genre\": \"Femme\",\n      \"civilite\": \"Mme\",\n      \"est_mineur\": false,\n      \"liste_id\": 2,\n      \"source_id\": 2,\n      \"updated_at\": \"2022-01-12 14:07:21\",\n      \"created_at\": \"2022-01-12 14:07:21\",\n      \"id\": 2,\n      \"subscription_date\": \"2023-07-24 16:05:24\",\n      \"ville\": null,\n      \"code_postal\": null,\n      \"secteur_gf\": null,\n      \"adresse_postale\": null,\n      \"liste\": {\n          \"id\": 2,\n          \"libelle\": \"Pers\u00e9v\u00e9rance\",\n          \"code\": \"PSV\",\n          \"description\": \"Liste des contacts dont le suivi est suspendu\"\n      },\n      \"source\": {\n          \"id\": 2,\n          \"libelle\": \"Evang\u00e9lisation\",\n          \"code\": \"EVG\",\n          \"description\": \"Contact provenant d'une campagne d'\u00e9vang\u00e9lisation\"\n      }\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"Id inconnu\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "291",
                                    "description": "The ID of the contact."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"lastname\":\"et\",\"firstname\":\"Jean\",\"etat_civil\":\"Mari\u00e9(e)\",\"birthdate\":\"2022-01-11\",\"metier\":\"Agriculteur\",\"telephone\":\"01-23-45-67-89\",\"email\":\"fiona.prosacco@example.com\",\"genre\":\"Homme\",\"civilite\":\"Mr\",\"est_mineur\":true,\"liste_id\":1,\"source_id\":1,\"subscription_date\":\"2022-01-11\",\"ville\":\"Le Blanc-Mesnil\",\"code_postal\":\"93150\",\"secteur_gf\":\"Secteur 1\",\"adresse_postale\":\"7 rue Isaac Newton\",\"is_livre\":false}"
                        },
                        "description": "Permet de modifier un contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"lastname\": \"Dupont\",\n      \"firstname\": \"Marie\",\n      \"etat_civil\": \"Mari\u00e9(e)\",\n      \"birthdate\": \"2022-01-11\",\n      \"metier\": \"Institutrice\",\n      \"telephone\": \"01-23-45-67-89\",\n      \"email\": \"est\",\n      \"genre\": \"Femme\",\n      \"civilite\": \"Mme\",\n      \"est_mineur\": false,\n      \"liste_id\": 2,\n      \"source_id\": 2,\n      \"updated_at\": \"2022-01-12 14:07:21\",\n      \"created_at\": \"2022-01-12 14:07:21\",\n      \"id\": 2,\n      \"subscription_date\": \"2023-07-24 16:05:24\",\n      \"ville\": null,\n      \"code_postal\": null,\n      \"secteur_gf\": null,\n      \"adresse_postale\": null,\n      \"liste\": {\n          \"id\": 2,\n          \"libelle\": \"Pers\u00e9v\u00e9rance\",\n          \"code\": \"PSV\",\n          \"description\": \"Liste des contacts dont le suivi est suspendu\"\n      },\n      \"source\": {\n          \"id\": 2,\n          \"libelle\": \"Evang\u00e9lisation\",\n          \"code\": \"EVG\",\n          \"description\": \"Contact provenant d'une campagne d'\u00e9vang\u00e9lisation\"\n      }\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"Id inconnu\" }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Supprimer un contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "291",
                                    "description": "The ID of the contact."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de supprimer un contact (soft delete)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"Id inconnu\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Listes des genres",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-genres",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-genres"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer la liste des genres (Homme ou Femme)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"Id inconnu\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contacts - Liste principale",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-principale",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-principale"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des contacts de la liste principale"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contacts - Liste principale Adulte",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-principale-adulte",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-principale-adulte"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des contacts adultes de la liste principale"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contacts - Liste principale Adolescent",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-principale-ado",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-principale-ado"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des contacts adolescents de la liste principale"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contacts - Mes saisies",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-mes-saisies",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-mes-saisies"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des contacts en attente saisis par l'utilisateur authentifi\u00e9"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contacts - Liste pers\u00e9verance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-perseverance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-perseverance"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des contacts de la liste perseverance"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contacts - Liste pers\u00e9verance Adulte",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-perseverance-adulte",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-perseverance-adulte"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des contacts de la liste perseverance"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contacts - Liste pers\u00e9verance Adolescent",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-perseverance-ado",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-perseverance-ado"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des contacts de la liste perseverance"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contacts - Liste attente attribution",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-attente",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-attente"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des contacts en attente d'attribution pour un coach"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contacts - Liste attente attribution adulte",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-attente-adulte",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-attente-adulte"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des contacts adultes en attente d'attribution pour un coach"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Contacts - Liste attente attribution adolescents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-attente-ado",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-attente-ado"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des contacts adolescents en attente d'attribution pour un coach"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Listes des civilit\u00e9s",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-civilites",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-civilites"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les civilit\u00e9s (Mr Mme Mlle)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"Id inconnu\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Listes des \u00e9tats civils",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-etat-civils",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-etat-civils"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les civilit\u00e9s (Mr Mme Mlle)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"Id inconnu\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Listes des secteurs de GF",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-secteurs-gf",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-secteurs-gf"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les secteurs de GF"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"Id inconnu\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Lister les Villes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-villes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-villes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les villes avec code postal et secteur associ\u00e9s"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"Id inconnu\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Trouver des contacts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-find",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-find"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"pattern\":\"eveniet\"}"
                        },
                        "description": "Permet de retrouver des contacts par nom, pr\u00e9nom, email, ou num\u00e9ro de t\u00e9l\u00e9phone"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"lastname\": \"Dupont\",\n      \"firstname\": \"Marie\",\n      \"etat_civil\": \"Mari\u00e9(e)\",\n      \"birthdate\": \"2022-01-11\",\n      \"metier\": \"Institutrice\",\n      \"telephone\": \"01-23-45-67-89\",\n      \"email\": \"est\",\n      \"genre\": \"Femme\",\n      \"civilite\": \"Mme\",\n      \"est_mineur\": false,\n      \"liste_id\": 2,\n      \"source_id\": 2,\n      \"updated_at\": \"2022-01-12 14:07:21\",\n      \"created_at\": \"2022-01-12 14:07:21\",\n      \"id\": 2,\n      \"subscription_date\": \"2023-07-24 16:05:24\",\n      \"ville\": null,\n      \"code_postal\": null,\n      \"secteur_gf\": null,\n      \"adresse_postale\": null,\n      \"liste\": {\n          \"id\": 2,\n          \"libelle\": \"Pers\u00e9v\u00e9rance\",\n          \"code\": \"PSV\",\n          \"description\": \"Liste des contacts dont le suivi est suspendu\"\n      },\n      \"source\": {\n          \"id\": 2,\n          \"libelle\": \"Evang\u00e9lisation\",\n          \"code\": \"EVG\",\n          \"description\": \"Contact provenant d'une campagne d'\u00e9vang\u00e9lisation\"\n      }\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Trouver le secteur GF d'une ville",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-find-secteur\/:code",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-find-secteur\/:code",
                            "variable": [
                                {
                                    "id": "code",
                                    "key": "code",
                                    "value": "eos",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de retrouver le secteur GF d'une ville \u00e0 partir de son code postal"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Archiver un contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-archive\/:contact_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-archive\/:contact_id",
                            "variable": [
                                {
                                    "id": "contact_id",
                                    "key": "contact_id",
                                    "value": "291",
                                    "description": "The ID of the contact."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de placer un contact dans la liste archive"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Contact archiv\u00e9 avec succ\u00e8s\",\n  \"data\": {\n    \"contact_id\": 123,\n    \"contact_name\": \"Jean Dupont\",\n    \"liste_archive_id\": 5,\n    \"liste_archive_name\": \"Archive\",\n    \"archived_at\": \"2024-01-15 14:30:00\",\n    \"suivis_fermes\": 2\n  }\n} ",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Contact introuvable\", \"path\": null, \"description\": \"Le contact sp\u00e9cifi\u00e9 n'existe pas\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"code\": 422, \"message\": \"Contact d\u00e9j\u00e0 archiv\u00e9\", \"path\": null, \"description\": \"Le contact est d\u00e9j\u00e0 dans la liste archive\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "04 - Affectations de suivi",
            "description": "",
            "item": [
                {
                    "name": "Lister les affectations de suivi",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-contacts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des affectations de suivi (coach \/ contact)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cr\u00e9er une affectation de suivi",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-contacts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"contact_id\":1,\"coach_id\":1,\"date_debut\":\"2022-01-15 00:00:00\",\"date_fin\":\"2022-01-19 00:00:00\",\"commentaires\":\"RAS\"}"
                        },
                        "description": "Permet de cr\u00e9er une affectation de suivi"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"contact_id\": 2,\n      \"coach_id\": 2,\n      \"date_debut\": \"2022-01-18 16:30:11\",\n      \"updated_at\": \"2022-01-18 16:30:11\",\n      \"created_at\": \"2022-01-18 16:30:11\",\n      \"id\": 3,\n      \"contact\": {\n          \"id\": 2,\n          \"civilite\": \"Mme\",\n          \"lastname\": \"Dupont\",\n          \"firstname\": \"Marie\",\n          \"etat_civil\": \"Mari\u00e9(e)\",\n          \"genre\": \"Femme\",\n          \"birthdate\": \"2022-01-11\",\n          \"est_mineur\": 0,\n          \"metier\": \"Agriculteur\",\n          \"telephone\": \"01-23-45-67-89\",\n          \"email\": \"est\",\n          \"created_at\": \"2022-01-12 14:07:21\",\n          \"updated_at\": \"2022-01-12 14:07:21\",\n          \"deleted_at\": null,\n          \"liste_id\": 2,\n          \"source_id\": 2\n      },\n      \"coach\": {\n          \"id\": 2,\n          \"name\": \"D'ALMEIDA\",\n          \"email\": \"laurenda1fr@yahoo.fr\",\n          \"firstname\": \"Laurenda\",\n          \"birthdate\": null,\n          \"civilite\": \"Mme\",\n          \"civil_status\": \"Mari\u00e9(e)\",\n          \"mobile_phone\": null,\n          \"secteur_gf\": null,\n          \"reseau_md\": null,\n          \"autre_departement\": null,\n          \"genre\": null,\n          \"created_at\": \"2021-10-06 20:15:38\",\n          \"updated_at\": \"2021-10-06 20:15:38\",\n          \"is_active\": 1\n      }\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Afficher une affection de suivi",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the suivi contact."
                                },
                                {
                                    "id": "suivi_contact",
                                    "key": "suivi_contact",
                                    "value": "1",
                                    "description": "ID de l'objet suivi_contact. Exemple : 1"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les d\u00e9tails d'une affectation de suivi d'un contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"contact_id\": 2,\n      \"coach_id\": 2,\n      \"date_debut\": \"2022-01-18 16:30:11\",\n      \"updated_at\": \"2022-01-18 16:30:11\",\n      \"created_at\": \"2022-01-18 16:30:11\",\n      \"id\": 3,\n      \"contact\": {\n          \"id\": 2,\n          \"civilite\": \"Mme\",\n          \"lastname\": \"Dupont\",\n          \"firstname\": \"Marie\",\n          \"etat_civil\": \"Mari\u00e9(e)\",\n          \"genre\": \"Femme\",\n          \"birthdate\": \"2022-01-11\",\n          \"est_mineur\": 0,\n          \"metier\": \"Agriculteur\",\n          \"telephone\": \"01-23-45-67-89\",\n          \"email\": \"est\",\n          \"created_at\": \"2022-01-12 14:07:21\",\n          \"updated_at\": \"2022-01-12 14:07:21\",\n          \"deleted_at\": null,\n          \"liste_id\": 2,\n          \"source_id\": 2\n      },\n      \"coach\": {\n          \"id\": 2,\n          \"name\": \"D'ALMEIDA\",\n          \"email\": \"laurenda1fr@yahoo.fr\",\n          \"firstname\": \"Laurenda\",\n          \"birthdate\": null,\n          \"civilite\": \"Mme\",\n          \"civil_status\": \"Mari\u00e9(e)\",\n          \"mobile_phone\": null,\n          \"secteur_gf\": null,\n          \"reseau_md\": null,\n          \"autre_departement\": null,\n          \"genre\": null,\n          \"created_at\": \"2021-10-06 20:15:38\",\n          \"updated_at\": \"2021-10-06 20:15:38\",\n          \"is_active\": 1\n      }\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null,\n         \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une affectation de suivi",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the suivi contact."
                                },
                                {
                                    "id": "suivi_contact",
                                    "key": "suivi_contact",
                                    "value": "11",
                                    "description": "ID de l'objet suivi_contact. Exemple : 1"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"date_debut\":\"2022-01-15\",\"date_fin\":\"2022-01-19\",\"commentaires\":\"RAS\"}"
                        },
                        "description": "Permet de modifier une affectation de suivi"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"contact_id\": 2,\n      \"coach_id\": 2,\n      \"date_debut\": \"2022-01-18 16:30:11\",\n      \"updated_at\": \"2022-01-18 16:30:11\",\n      \"created_at\": \"2022-01-18 16:30:11\",\n      \"id\": 3,\n      \"contact\": {\n          \"id\": 2,\n          \"civilite\": \"Mme\",\n          \"lastname\": \"Dupont\",\n          \"firstname\": \"Marie\",\n          \"etat_civil\": \"Mari\u00e9(e)\",\n          \"genre\": \"Femme\",\n          \"birthdate\": \"2022-01-11\",\n          \"est_mineur\": 0,\n          \"metier\": \"Agriculteur\",\n          \"telephone\": \"01-23-45-67-89\",\n          \"email\": \"est\",\n          \"created_at\": \"2022-01-12 14:07:21\",\n          \"updated_at\": \"2022-01-12 14:07:21\",\n          \"deleted_at\": null,\n          \"liste_id\": 2,\n          \"source_id\": 2\n      },\n      \"coach\": {\n          \"id\": 2,\n          \"name\": \"D'ALMEIDA\",\n          \"email\": \"laurenda1fr@yahoo.fr\",\n          \"firstname\": \"Laurenda\",\n          \"birthdate\": null,\n          \"civilite\": \"Mme\",\n          \"civil_status\": \"Mari\u00e9(e)\",\n          \"mobile_phone\": null,\n          \"secteur_gf\": null,\n          \"reseau_md\": null,\n          \"autre_departement\": null,\n          \"genre\": null,\n          \"created_at\": \"2021-10-06 20:15:38\",\n          \"updated_at\": \"2021-10-06 20:15:38\",\n          \"is_active\": 1\n      }\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null,\n         \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Supprimer une affectation de suivi",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the suivi contact."
                                },
                                {
                                    "id": "suivi_contact",
                                    "key": "suivi_contact",
                                    "value": "2",
                                    "description": "ID de l'objet suivi_contact. Exemple : 1"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de supprimer une affectation de suivi (soft delete)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null,\n         \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Mes affectations de suivi",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/mes-affectations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/mes-affectations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les contacts suivis par l'utilisateur connect\u00e9"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"contact_id\": 2,\n      \"coach_id\": 2,\n      \"date_debut\": \"2022-01-18 16:30:11\",\n      \"updated_at\": \"2022-01-18 16:30:11\",\n      \"created_at\": \"2022-01-18 16:30:11\",\n      \"id\": 3,\n      \"contact\": {\n          \"id\": 2,\n          \"civilite\": \"Mme\",\n          \"lastname\": \"Dupont\",\n          \"firstname\": \"Marie\",\n          \"etat_civil\": \"Mari\u00e9(e)\",\n          \"genre\": \"Femme\",\n          \"birthdate\": \"2022-01-11\",\n          \"est_mineur\": 0,\n          \"metier\": \"Agriculteur\",\n          \"telephone\": \"01-23-45-67-89\",\n          \"email\": \"est\",\n          \"created_at\": \"2022-01-12 14:07:21\",\n          \"updated_at\": \"2022-01-12 14:07:21\",\n          \"deleted_at\": null,\n          \"liste_id\": 2,\n          \"source_id\": 2\n      },\n      \"coach\": {\n          \"id\": 2,\n          \"name\": \"D'ALMEIDA\",\n          \"email\": \"laurenda1fr@yahoo.fr\",\n          \"firstname\": \"Laurenda\",\n          \"birthdate\": null,\n          \"civilite\": \"Mme\",\n          \"civil_status\": \"Mari\u00e9(e)\",\n          \"mobile_phone\": null,\n          \"secteur_gf\": null,\n          \"reseau_md\": null,\n          \"autre_departement\": null,\n          \"genre\": null,\n          \"created_at\": \"2021-10-06 20:15:38\",\n          \"updated_at\": \"2021-10-06 20:15:38\",\n          \"is_active\": 1\n      }\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "05 - Sessions de bilans",
            "description": "",
            "item": [
                {
                    "name": "Liste des particiapations aux sessions de bilans",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/session-bilans",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/session-bilans"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des participations aux sessions de bilans"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Enregistrer une participation \u00e0 un bilan",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/session-bilans",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/session-bilans"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"contact_id\":1,\"bilan_id\":1,\"date\":\"2022-01-15 00:00:00\"}"
                        },
                        "description": "Permet d'enregistrer la participation d'un contact \u00e0 une session de bilan pour un contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"name\": \"Toto\",\n        \"email\": \"toto@localhost.com\",\n        \"firstname\": \"John\",\n        \"mobile_phone\": \"01-23-45-67-89\",\n        \"genre\": \"Mademoiselle\",\n        \"civilite\": \"Mr\",\n        \"civil_status\": \"C\u00e9libataire\",\n        \"updated_at\": \"2022-02-15 11:20:54\",\n        \"created_at\": \"2022-02-15 11:20:54\",\n        \"id\": 11,\n        \"roles\": [\n            {\n                \"id\": 1,\n                \"title\": \"Admin syst\u00e8me\"\n            }\n        ],\n        \"team\": null\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Afficher une participation pour un contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/session-bilans\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/session-bilans\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the session bilan."
                                },
                                {
                                    "id": "session_bilan",
                                    "key": "session_bilan",
                                    "value": "20",
                                    "description": "ID de l'objet session_bilan. Exemple : 1"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les d\u00e9tails d'une participation d'un contact \u00e0 un session de bilan"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": 1,\n        \"date\": \"2022-01-17\",\n        \"bilan_id\": 2,\n        \"contact_id\": 1,\n        \"bilan\": {\n            \"id\": 2,\n            \"nom\": \"Bilan Semaine 2\",\n            \"code\": \"BS2\",\n            \"description\": \"Bilan Semaine 2\",\n            \"programme_id\": 1\n        },\n        \"contact\": {\n            \"id\": 1,\n            \"civilite\": \"Mr\",\n            \"lastname\": \"Dupont\",\n            \"firstname\": \"Jean\",\n            \"etat_civil\": \"Mari\u00e9(e)\",\n            \"genre\": \"Homme\",\n            \"birthdate\": \"2022-01-11\",\n            \"est_mineur\": 0,\n            \"metier\": \"Agriculteur\",\n            \"telephone\": \"01-23-45-67-89\",\n            \"email\": \"ipsum\",\n            \"liste_id\": 1,\n            \"source_id\": 1\n        }\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null,\n         \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une participation pour un contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/session-bilans\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/session-bilans\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the session bilan."
                                },
                                {
                                    "id": "session_bilan",
                                    "key": "session_bilan",
                                    "value": "16",
                                    "description": "ID de l'objet session_bilan. Exemple : 1"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"date\":\"2022-01-15 00:00:00\"}"
                        },
                        "description": "Permet de modifier les d\u00e9tails d'une participation d'un contact \u00e0 un session de bilan"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"date\": \"2022-01-10\",\n        \"id\": 1\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null,\n         \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Supprimer une participation pour un contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/session-bilans\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/session-bilans\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the session bilan."
                                },
                                {
                                    "id": "session_bilan",
                                    "key": "session_bilan",
                                    "value": "5",
                                    "description": "ID de l'objet session_bilan Exemple : 1"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de supprimer la participation d'un contact \u00e0 une session de bilan (soft delete)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null,\n         \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "06 - Suivi t\u00e9l\u00e9phonique",
            "description": "",
            "item": [
                {
                    "name": "Liste des suivis t\u00e9l\u00e9phoniques",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephoniques",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephoniques"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet d'afficher la liste des suivis t\u00e9l\u00e9phoniques"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Enregistrer suivi t\u00e9l\u00e9phonique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephoniques",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephoniques"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"date_appel\":\"2022-01-15 15:30:00\",\"commentaires\":\"N.A\",\"contact_id\":1,\"coach_id\":1,\"statut_id\":1}"
                        },
                        "description": "Permet d'enregistrer le rapport d'un suivi t\u00e9l\u00e9phonique"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"contact_id\": 2,\n        \"coach_id\": 5,\n        \"date_appel\": \"2022-01-24 15:40:00\",\n        \"commentaires\": \"test de cr\u00e9ation de suivi t\u00e9l\u00e9phonique\",\n        \"statut_id\": 4,\n        \"updated_at\": \"2022-02-16 14:41:05\",\n        \"created_at\": \"2022-02-16 14:41:05\",\n        \"id\": 1\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Afficher un suivi t\u00e9l\u00e9phonique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephoniques\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephoniques\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12",
                                    "description": "The ID of the suivi telephonique."
                                },
                                {
                                    "id": "suivi_telephonique",
                                    "key": "suivi_telephonique",
                                    "value": "18",
                                    "description": "ID de l'objet suivi_telephonique. Exemple : 1"
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les d\u00e9tails d'un rapport de suivi t\u00e9l\u00e9phonique"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"id\": 1,\n        \"date_appel\": \"2022-01-24 15:40:00\",\n        \"commentaires\": \"test de cr\u00e9ation de suivi t\u00e9l\u00e9phonique\",\n        \"contact_id\": 2,\n        \"coach_id\": 5,\n        \"statut_id\": 4,\n        \"contact\": {\n            \"id\": 2,\n            \"civilite\": \"Mme\",\n            \"lastname\": \"Dupont\",\n            \"firstname\": \"Marie-Claire\",\n            \"etat_civil\": \"Mari\u00e9(e)\",\n            \"genre\": \"Femme\",\n            \"birthdate\": \"2022-01-11\",\n            \"est_mineur\": 1,\n            \"metier\": \"Agriculteur\",\n            \"telephone\": \"01-23-45-67-89\",\n            \"email\": \"est\",\n            \"liste_id\": 1,\n            \"source_id\": 1\n        },\n        \"coach\": {\n            \"id\": 5,\n            \"name\": \"Ngoileye\",\n            \"email\": \"emailtestlaurence@yahoo.fr\",\n            \"firstname\": \"Laurence\",\n            \"birthdate\": \"1985-06-12\",\n            \"civilite\": \"Mme\",\n            \"civil_status\": \"Mari\u00e9(e)\",\n            \"mobile_phone\": \"0612121212\",\n            \"secteur_gf\": \"Secteur 7\",\n            \"reseau_md\": \"MD Intensit\u00e9\",\n            \"autre_departement\": \"Lib\u00e9ralit\u00e9\",\n            \"genre\": \"Femme\",\n            \"created_at\": \"2021-11-13 23:11:06\",\n            \"updated_at\": \"2021-11-13 23:15:21\",\n            \"keycloak_user_id\": null,\n            \"is_active\": 1\n        },\n        \"statut\": {\n            \"id\": 4,\n            \"libelle\": \"Changement de coach\",\n            \"code\": \"CCH\",\n            \"description\": \"Changement de coach\",\n            \"type\": \"PCP\"\n        },\n        \"team\": null\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un suivi t\u00e9l\u00e9phonique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephoniques\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephoniques\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "10",
                                    "description": "The ID of the suivi telephonique."
                                },
                                {
                                    "id": "suivi_telephonique",
                                    "key": "suivi_telephonique",
                                    "value": "1",
                                    "description": "ID de l'objet suivi_telephonique. Exemple : 1"
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"date_appel\":\"2022-01-15 15:30:00\",\"commentaires\":\"N.A\",\"statut_id\":1}"
                        },
                        "description": "Permet de modifier les d\u00e9tails d'une participation d'un contact \u00e0 un session de bilan"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n        \"date_appel\": \"2022-01-23 16:35:00\",\n        \"commentaires\": \"test de modification de suivi t\u00e9l\u00e9phonique\",\n        \"statut_id\": 3,\n        \"id\": 1\n    }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Supprimer un suivi t\u00e9l\u00e9phonique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephoniques\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephoniques\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "12",
                                    "description": "The ID of the suivi telephonique."
                                },
                                {
                                    "id": "suivi_telephonique",
                                    "key": "suivi_telephonique",
                                    "value": "20",
                                    "description": "ID de l'objet suivi_telephonique Exemple : 1"
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de supprimer le rapport de suivi t\u00e9l\u00e9phonique"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Mon suivi t\u00e9l\u00e9phonique",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/mon-suivi-telephonique",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/mon-suivi-telephonique"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet d'afficher la liste des suivis t\u00e9l\u00e9phoniques de l'utilisateur connect\u00e9"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Suivi t\u00e9l\u00e9phonique pers\u00e9v\u00e9rance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephonique-perseverance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephonique-perseverance"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet d'afficher la liste des suivis t\u00e9l\u00e9phoniques de la liste de pers\u00e9v\u00e9rance"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Suivi t\u00e9l\u00e9phonique pers\u00e9v\u00e9rance adulte",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephonique-perseverance-adulte",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephonique-perseverance-adulte"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet d'afficher la liste des suivis t\u00e9l\u00e9phoniques de la liste de pers\u00e9v\u00e9rance"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Suivi t\u00e9l\u00e9phonique pers\u00e9v\u00e9rance adolescent",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephonique-perseverance-ado",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephonique-perseverance-ado"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet d'afficher la liste des suivis t\u00e9l\u00e9phoniques de la liste de pers\u00e9v\u00e9rance"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Suivi t\u00e9l\u00e9phonique principale",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephonique-principale",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephonique-principale"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet d'afficher la liste des suivis t\u00e9l\u00e9phoniques de la liste principale"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Listes des statuts d'action",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephonique-liste-actions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephonique-liste-actions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer la liste des statuts d'action"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"Id inconnu\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Suivi pour action",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephonique-action",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephonique-action"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet d'afficher la liste des suivis t\u00e9l\u00e9phoniques nec\u00e9ssitant une action"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Suivi pour action adulte",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephonique-action-adulte",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephonique-action-adulte"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet d'afficher la liste des suivis t\u00e9l\u00e9phoniques nec\u00e9ssitant une action (adulte)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Suivi pour action ado",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-telephonique-action-ado",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-telephonique-action-ado"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet d'afficher la liste des suivis t\u00e9l\u00e9phoniques nec\u00e9ssitant une action (ado)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "07 - Param\u00e8tres",
            "description": "",
            "item": [
                {
                    "name": "Lister les param\u00e8tes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/configs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/configs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des param\u00e8tres"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cr\u00e9er un param\u00e8tre",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/configs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/configs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"quota_suivi_contact\",\"value\":\"10\"}"
                        },
                        "description": "Permet de cr\u00e9er un nouveau param\u00e8tre"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"lastname\": \"quota_suivi_contact\",\n      \"value\": \"10\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Afficher un param\u00e8tre par son Id",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/configs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/configs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the config."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les d\u00e9tails d'un param\u00e8tre par son id"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"lastname\": \"quota_suivi_contact\",\n      \"value\": \"10\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\",\n         \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un param\u00e8tre",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/configs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/configs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the config."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"quota_suivi_contact\",\"value\":\"10\"}"
                        },
                        "description": "Permet de modifier un param\u00e8tre"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"lastname\": \"quota_suivi_contact\",\n      \"value\": \"10\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\",\n         \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Supprimer un param\u00e8tre",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/configs\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/configs\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the config."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de supprimer un param\u00e8tre"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\",\n         \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Afficher un param\u00e8tre",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/config-by-name\/:name",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/config-by-name\/:name",
                            "variable": [
                                {
                                    "id": "name",
                                    "key": "name",
                                    "value": "nemo",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les d\u00e9tails d'un param\u00e8tre par som nom"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"lastname\": \"quota_suivi_contact\",\n      \"value\": \"10\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\",\n         \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "08 - Certificats",
            "description": "",
            "item": [
                {
                    "name": "POST \/api\/v1\/diplomes\/print",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/diplomes\/print",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/diplomes\/print"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"users\":[16]}"
                        },
                        "description": "Print and dowload diplomes"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"document file\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Invalid parameters\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/v1\/diplomes\/update-date",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/diplomes\/update-date",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/diplomes\/update-date"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"users\":[10]}"
                        },
                        "description": "Update date of certification"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"results : ok\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Invalid parameters\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/v1\/diplomes\/latests",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/diplomes\/latests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/diplomes\/latests"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Print and dowload latest diplomes"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"document file\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Invalid parameters\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "09 - Types de Contact",
            "description": "",
            "item": [
                {
                    "name": "Lister les types de contacts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-list-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-list-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des types de contacts"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cr\u00e9er un type de contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-list-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-list-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"libelle\":\"consectetur\",\"code\":\"similique\",\"description\":\"Omnis maxime eos voluptas ea accusantium.\"}"
                        },
                        "description": "Permet de cr\u00e9er une nouveau type contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"id\": 1,\n      \"libelle\": \"Principale\",\n      \"code\": \"PCP\",\n      \"description\": \"Liste principale des contacts\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Afficher un type de contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-list-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-list-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the contact list type."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les d\u00e9tails d'un type de contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"id\": 1,\n      \"libelle\": \"Principale\",\n      \"code\": \"PCP\",\n      \"description\": \"Liste principale des contacts\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier un type de contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-list-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-list-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the contact list type."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"libelle\":\"debitis\",\"code\":\"temporibus\",\"description\":\"Maiores qui facere cum quisquam ab voluptas.\"}"
                        },
                        "description": "Permet de modifier un type de contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"data\": {\n      \"id\": 1,\n      \"libelle\": \"Principale\",\n      \"code\": \"PCP\",\n      \"description\": \"Liste principale des contacts\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Supprimer un type de contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-list-types\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-list-types\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the contact list type."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de supprimer un type de contact (soft delete)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Lister les types de contacts actifs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-list-types-active",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-list-types-active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des types de contacts ayant le statut actif"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Importer les types de contacts depuis le fichier JSON",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/contact-list-types-import",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/contact-list-types-import"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet d'importer les types de contacts depuis le fichier import_liste.json\nL'import se base sur le champ 'code' comme cl\u00e9 d'unicit\u00e9"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n  \"message\": \"Import termin\u00e9 avec succ\u00e8s\",\n  \"data\": {\n    \"created\": 3,\n    \"updated\": 2,\n    \"total\": 5\n  }\n} ",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Fichier d'import introuvable\", \"path\": null, \"description\": \"Le fichier import_liste.json n'existe pas dans le dossier storage\/import\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"code\": 422, \"message\": \"Format JSON invalide\", \"path\": null, \"description\": \"Le fichier JSON contient des erreurs de syntaxe\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 500,
                            "body": "{\"code\": 500, \"message\": \"Erreur lors de l'import\", \"path\": null, \"description\": \"Le fichier d'import n'a pas pu \u00eatre lu\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "10 - Sources de Contact",
            "description": "",
            "item": [
                {
                    "name": "Lister les sources de contacts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/source-contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/source-contacts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de recuperer la liste des sources de contacts"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{ \"data\" : [ {...}, {...} ] }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Cr\u00e9er une source de contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/source-contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/source-contacts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"libelle\":\"facere\",\"code\":\"dolorum\",\"description\":\"Quos est quia autem harum voluptate.\"}"
                        },
                        "description": "Permet de cr\u00e9er une nouvelle source de contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n      \"id\": 1,\n      \"libelle\": \"Nouveaux Convertis\",\n      \"code\": \"NCO\",\n      \"description\": \"Contact provenant de la liste des nouveaux convertis\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Afficher une source de contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/source-contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/source-contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the source contact."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de r\u00e9cup\u00e9rer les d\u00e9tails d'une source de contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n      \"id\": 1,\n      \"libelle\": \"Nouveaux Convertis\",\n      \"code\": \"NCO\",\n      \"description\": \"Contact provenant de la liste des nouveaux convertis\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Modifier une source de contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/source-contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/source-contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the source contact."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"libelle\":\"laudantium\",\"code\":\"in\",\"description\":\"Cupiditate ut consequatur deserunt consequuntur autem corrupti recusandae quas.\"}"
                        },
                        "description": "Permet de modifier une source de contact"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n    \"data\": {\n      \"id\": 1,\n      \"libelle\": \"Nouveaux Convertis\",\n      \"code\": \"NCO\",\n      \"description\": \"Contact provenant de la liste des nouveaux convertis\"\n  }\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{ \"message\" : \"The given data was invalid.\", \"error\" : {...}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Supprimer une source de contact",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/source-contacts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/source-contacts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the source contact."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Permet de supprimer une source de contact (soft delete)"
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 204,
                            "body": "{}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "{\"code\": 401, \"message\": \"Unauthorized\", \"path\": null, \"description\": \"Bad token\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 404,
                            "body": "{\"code\": 404, \"message\": \"Resource not found\", \"path\": null, \"description\": \"No query result found for this Id\" }",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"delectus\",\"permissions\":[18]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/v1\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"unde\",\"permissions\":[3]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/statut-appels",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statut-appels",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statut-appels"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/statut-appels",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statut-appels",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statut-appels"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"libelle\":\"dolorem\",\"code\":\"facere\",\"description\":\"Repudiandae nisi omnis amet.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/teams",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/teams",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"natus\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/teams\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "19",
                                    "description": "The ID of the team."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/v1\/teams\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "13",
                                    "description": "The ID of the team."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"quia\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/teams\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/teams\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/teams\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the team."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/user-alerts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user-alerts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user-alerts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/user-alerts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user-alerts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user-alerts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"alert_text\":\"voluptate\",\"alert_link\":\"accusantium\",\"users\":[15]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/v1\/content-pages\/media",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/content-pages\/media",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/content-pages\/media"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/content-pages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/content-pages",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/content-pages"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/content-pages",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/content-pages",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/content-pages"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"suscipit\",\"categories\":[12],\"tags\":[13]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/programmes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/programmes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/programmes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/programmes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/programmes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/programmes"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"nom\":\"aut\",\"description\":\"Autem iste dolor aut ut aut laudantium.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/programmes\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/programmes\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/programmes\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the programme."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE api\/v1\/programmes\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/programmes\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/programmes\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the programme."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/bilans",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/bilans",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/bilans"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/bilans",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/bilans",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/bilans"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"nom\":\"rerum\",\"code\":\"nihil\",\"description\":\"Sit quae dolor numquam voluptas beatae.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/bilans\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/bilans\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/bilans\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the bilan."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE api\/v1\/bilans\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/bilans\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/bilans\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the bilan."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/formations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/formations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/formations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/formations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/formations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/formations"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"nom\":\"iure\",\"description\":\"Ipsa distinctio fugiat veritatis ut.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/formations\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/formations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/formations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "18",
                                    "description": "The ID of the formation."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE api\/v1\/formations\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/formations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/formations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the formation."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/suivi-formations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-formations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-formations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/suivi-formations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-formations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-formations"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"date_formation\":\"2026-05-27\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"repellat\",\"email\":\"irwin13@example.com\",\"password\":\"k|YvImT}\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/statut-appels\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statut-appels\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statut-appels\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the statut appel."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/v1\/statut-appels\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statut-appels\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statut-appels\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the statut appel."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"libelle\":\"in\",\"code\":\"temporibus\",\"description\":\"Quia placeat sed alias id adipisci voluptatem voluptate.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/statut-appels\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/statut-appels\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/statut-appels\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the statut appel."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/user-alerts\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user-alerts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user-alerts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user alert."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE api\/v1\/user-alerts\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/user-alerts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/user-alerts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "3",
                                    "description": "The ID of the user alert."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/content-pages\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/content-pages\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/content-pages\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the content page."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/v1\/content-pages\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/content-pages\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/content-pages\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "9",
                                    "description": "The ID of the content page."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"quis\",\"categories\":[7],\"tags\":[2]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/content-pages\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/content-pages\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/content-pages\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the content page."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/suivi-formations\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-formations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-formations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "16",
                                    "description": "The ID of the suivi formation."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"code\":401,\"message\":\"Unauthorized\",\"path\":null,\"description\":\"Token expired\",\"userid\":null,\"accessToken\":null}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/v1\/suivi-formations\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-formations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-formations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "15",
                                    "description": "The ID of the suivi formation."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"date_formation\":\"2026-05-27\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/suivi-formations\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/suivi-formations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/suivi-formations\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "6",
                                    "description": "The ID of the suivi formation."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "Authorization",
                "type": "string"
            }
        ]
    }
}