Routing
api_v1_project_members_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_operation_name | "api_v1_project_members_index" |
| _api_resource_class | "App\PortfolioReporting\Entity\Member" |
| _format | null |
| _stateless | null |
| id | "4" |
Route Matching Logs
Path to match:
/api/v1/projects/4/members
| # | 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 does not match |
| 5 | api_doc | /api/docs.{_format} | Path does not match |
| 6 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 7 | api_v1_git_configuration_get | /api/v1/git-configurations/{id} | Path does not match |
| 8 | api_v1_git_configuration_index | /api/v1/projects/{id}/git-configurations | Path does not match |
| 9 | api_v1_git_configuration_commit_activity | /api/v1/git-configurations/{id}/commit-activity | Path does not match |
| 10 | api_v1_git_configuration_branch_activity | /api/v1/git-configurations/{id}/branch-activity | Path does not match |
| 11 | api_v1_git_configuration_commit_activity_emails | /api/v1/git-configurations/{id}/commit-activity/emails | Path does not match |
| 12 | api_v1_sonarqube_project_metrics | /api/v1/projects/{id}/sonarqube/metrics | Path does not match |
| 13 | api_v1_sonarqube_project_metrics_ai_summary | /api/v1/projects/{id}/sonarqube/metrics/ai-summary | Path does not match |
| 14 | api_v1_delivery_metric_get | /api/v1/delivery-metrics/{id} | Path does not match |
| 15 | api_v1_delivery_metric_index | /api/v1/projects/{id}/delivery-metrics | Path does not match |
| 16 | api_v1_delivery_metric_put | /api/v1/delivery-metrics/{id} | Path does not match |
| 17 | api_v1_project_overall_delivery_metrics | /api/v1/projects/{id}/overall/delivery-metrics | Path does not match |
| 18 | api_v1_developer_velocity_get | /api/v1/developer-velocities/{id} | Path does not match |
| 19 | api_v1_me_developer_velocity_index | /api/v1/sprints/{id}/developer-velocities | Path does not match |
| 20 | api_v1_developer_velocity_post | /api/v1/developer-velocities | Path does not match |
| 21 | api_v1_developer_velocity_put | /api/v1/developer-velocities/{id} | Path does not match |
| 22 | _api_/v1/developer-velocities/{id}_delete | /api/v1/developer-velocities/{id} | Path does not match |
| 23 | api_v1_project_overall_velocities | /api/v1/projects/{id}/overall/velocities | Path does not match |
| 24 | api_v1_member_get | /api/v1/members/{id} | Path does not match |
| 25 | api_v1_members_index | /api/v1/members | Path does not match |
| 26 | api_v1_projects_members_post | /api/v1/projects/{id}/members | Path almost matches, but Method "GET" does not match any of the required methods (POST) |
| 27 | api_v1_project_members_index | /api/v1/projects/{id}/members | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.