Routing
_api_/activite_lignes{._format}_post
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_operation_name | "_api_/activite_lignes{._format}_post" |
| _api_resource_class | "App\Entity\ActiviteLigne" |
| _format | null |
| _stateless | true |
Route Matching Logs
Path to match:
/api/activite_lignes
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 2 | api_errors | /api/errors/{status} | Path does not match |
| 3 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
| 5 | api_doc | /api/docs.{_format} | Path does not match |
| 6 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 7 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
| 8 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
| 9 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
| 10 | _api_/activites/{id}{._format}_get | /api/activites/{id}.{_format} | Path does not match |
| 11 | _api_/activites{._format}_get_collection | /api/activites.{_format} | Path does not match |
| 12 | _api_/activites{._format}_post | /api/activites.{_format} | Path does not match |
| 13 | _api_/activites/{id}{._format}_put | /api/activites/{id}.{_format} | Path does not match |
| 14 | _api_/activites/{id}{._format}_delete | /api/activites/{id}.{_format} | Path does not match |
| 15 | validate_activity | /api/activites/{id}/valider | Path does not match |
| 16 | reject_activity | /api/activites/{id}/rejeter | Path does not match |
| 17 | mes_activites_custom | /api/custom/activites/mes-activites | Path does not match |
| 18 | get_activite_calendrier | /api/activites/{id}/calendrier | Path does not match |
| 19 | update_activite_calendrier | /api/activites/{id}/calendrier | Path does not match |
| 20 | duplicate_activite_calendrier | /api/activites/{id}/calendrier/dupliquer | Path does not match |
| 21 | activite_calendrier_stats | /api/activites/{id}/calendrier/statistiques | Path does not match |
| 22 | _api_/activite_calendriers/{id}{._format}_get | /api/activite_calendriers/{id}.{_format} | Path does not match |
| 23 | _api_/activite_calendriers{._format}_get_collection | /api/activite_calendriers.{_format} | Path does not match |
| 24 | get_activite_cartographie_menages | /api/activite_cartographie_menagess.{_format} | Path does not match |
| 25 | _api_/activite_cartographie_menagess/{id}{._format}_get | /api/activite_cartographie_menagess/{id}.{_format} | Path does not match |
| 26 | _api_/activite_cartographie_menagess{._format}_post | /api/activite_cartographie_menagess.{_format} | Path does not match |
| 27 | _api_/activite_cartographie_menagess/{id}{._format}_put | /api/activite_cartographie_menagess/{id}.{_format} | Path does not match |
| 28 | _api_/activite_cartographie_menagess/{id}{._format}_delete | /api/activite_cartographie_menagess/{id}.{_format} | Path does not match |
| 29 | get_activite_cartographie_personnes | /api/activite_cartographie_personness.{_format} | Path does not match |
| 30 | _api_/activite_cartographie_personness/{id}{._format}_get | /api/activite_cartographie_personness/{id}.{_format} | Path does not match |
| 31 | _api_/activite_cartographie_personness{._format}_post | /api/activite_cartographie_personness.{_format} | Path does not match |
| 32 | _api_/activite_cartographie_personness/{id}{._format}_put | /api/activite_cartographie_personness/{id}.{_format} | Path does not match |
| 33 | _api_/activite_cartographie_personness/{id}{._format}_delete | /api/activite_cartographie_personness/{id}.{_format} | Path does not match |
| 34 | get_activite_enquetes | /api/activite_enquetes.{_format} | Path does not match |
| 35 | _api_/activite_enquetes/{id}{._format}_get | /api/activite_enquetes/{id}.{_format} | Path does not match |
| 36 | _api_/activite_enquetes{._format}_post | /api/activite_enquetes.{_format} | Path does not match |
| 37 | _api_/activite_enquetes/{id}{._format}_put | /api/activite_enquetes/{id}.{_format} | Path does not match |
| 38 | _api_/activite_enquetes/{id}{._format}_delete | /api/activite_enquetes/{id}.{_format} | Path does not match |
| 39 | get_activite_interview_fgs | /api/activite_interview_fgs.{_format} | Path does not match |
| 40 | _api_/activite_interview_fgs/{id}{._format}_get | /api/activite_interview_fgs/{id}.{_format} | Path does not match |
| 41 | _api_/activite_interview_fgs{._format}_post | /api/activite_interview_fgs.{_format} | Path does not match |
| 42 | _api_/activite_interview_fgs/{id}{._format}_put | /api/activite_interview_fgs/{id}.{_format} | Path does not match |
| 43 | _api_/activite_interview_fgs/{id}{._format}_delete | /api/activite_interview_fgs/{id}.{_format} | Path does not match |
| 44 | _api_/activite_lignes/{id}{._format}_get | /api/activite_lignes/{id}.{_format} | Path does not match |
| 45 | _api_/activite_lignes{._format}_get_collection | /api/activite_lignes.{_format} | Path almost matches, but Method "POST" does not match any of the required methods (GET) |
| 46 | _api_/activite_lignes{._format}_post | /api/activite_lignes.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.