Routing
_api_/areas{._format}_get_collection
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_operation_name | "_api_/areas{._format}_get_collection" |
| _api_resource_class | "App\Entity\Area" |
| _format | null |
| _stateless | null |
Route Matching Logs
Path to match:
/api/areas
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | broadcasts.authentication | /broadcasts/authentication/ | Path does not match |
| 3 | company.contacts.fulltext | /companies/{companyId}/contacts/search-fulltext/ | Path does not match |
| 4 | base | /{anything} | Path does not match |
| 5 | media.projectDocument.show | /media/projects/documents/{document} | Path does not match |
| 6 | media.projectImage.show.filter | /media/projects/image/{id}/{filter}/{originalFilename} | Path does not match |
| 7 | media.projectImage.show | /media/projects/image/{id}/{originalFilename} | Path does not match |
| 8 | media.projectImage.download | /media/images/{image}/download | Path does not match |
| 9 | media.images.download | /media/images/download | Path does not match |
| 10 | media.projectDocument.download | /media/documents/{document}/download | Path does not match |
| 11 | media.documents.download | /media/documents/download | Path does not match |
| 12 | mediaprotocol.preview-pdf | /media/documents/{document}/preview-pdf | Path does not match |
| 13 | protocol.html | /projects/{projectId}/areas/{area}/inspections/{inspection}/protocol-preview | Path does not match |
| 14 | protocol.preview-pdf | /api/media/inspections/{inspection}/preview-pdf | Path does not match |
| 15 | protocol.test-html | /api/media/inspections/{inspection}/test-html | Path does not match |
| 16 | protocol.showPdf | /projects/{projectId}/areas/{area}/inspections/protocols/{protocol} | Path does not match |
| 17 | protocol.downloadPdf | /projects/{projectId}/areas/{area}/inspections/protocols/{protocol}/download | Path does not match |
| 18 | protocol.downloadPdf.direct | /protocols/{protocol}/download | Path does not match |
| 19 | protocol.area.download | /api/media/areas/{area}/protocols/download | Path does not match |
| 20 | protocol.project.download | /api/media/projects/{project}/protocols/download | Path does not match |
| 21 | protocol.settingsPreview | /projects/{projectId}/areas/{area}/protocol-settings-pdf-preview | Path does not match |
| 22 | resolveRequest.link | /resolve-defects/{identifier}/ | Path does not match |
| 23 | projectImage.protocolDefectResolveRequest.upload | /resolve-defects/{identifier}/defects/{protocolInspectionDefect}/images/ | Path does not match |
| 24 | projectImage.protocolDefectResolveRequest.filter | /resolve-defects/image/{image}/{identifier}/{filter}/{originalFilename} | Path does not match |
| 25 | projectImage.protocolDefectResolveRequest.show | /resolve-defects/image/{image}/{identifier}/{originalFilename} | Path does not match |
| 26 | projectImageTag.new | /image-tags/new | Path does not match |
| 27 | projectImageTag.ajaxSelect | /image-tags/select/ | Path does not match |
| 28 | api_doc | /api/docs.{_format} | Path does not match |
| 29 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 30 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 31 | api_entrypoint | /api/{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
| 32 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 33 | _api_errors | /api/errors/{status}.{_format} | Path does not match |
| 34 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
| 35 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
| 36 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
| 37 | _api_/activity_controls/{id}{._format}_get | /api/activity_controls/{id}.{_format} | Path does not match |
| 38 | _api_/activity_controls/{id}{._format}_patch | /api/activity_controls/{id}.{_format} | Path does not match |
| 39 | _api_/activity_controls/{id}{._format}_delete | /api/activity_controls/{id}.{_format} | Path does not match |
| 40 | _api_/activity_controls{._format}_get_collection | /api/activity_controls.{_format} | Path does not match |
| 41 | _api_/activity_controls{._format}_post | /api/activity_controls.{_format} | Path does not match |
| 42 | _api_/activity_resources/{id}{._format}_get | /api/activity_resources/{id}.{_format} | Path does not match |
| 43 | _api_/activity_resources/{id}{._format}_patch | /api/activity_resources/{id}.{_format} | Path does not match |
| 44 | _api_/activity_resources/{id}{._format}_delete | /api/activity_resources/{id}.{_format} | Path does not match |
| 45 | _api_/activity_resources{._format}_get_collection | /api/activity_resources.{_format} | Path does not match |
| 46 | _api_/activity_resources{._format}_post | /api/activity_resources.{_format} | Path does not match |
| 47 | _api_/areas/{id}{._format}_get | /api/areas/{id}.{_format} | Path does not match |
| 48 | _api_/areas/{id}{._format}_patch | /api/areas/{id}.{_format} | Path does not match |
| 49 | _api_/areas/{id}{._format}_delete | /api/areas/{id}.{_format} | Path does not match |
| 50 | _api_/areas{._format}_get_collection | /api/areas.{_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.