App\Entity\Project\Project
Resource class
Resource Metadata
Short name: "Project"
Item operations | Attributes |
---|---|
get | [ "method" => "GET" "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] ] |
put | [ "security" => "is_granted('PROJECT_EDIT', object)" "input" => [ "class" => "App\Dto\ProjectInput" "name" => "ProjectInput" ] "output" => [ "class" => "App\Dto\ProjectOutput" "name" => "ProjectOutput" ] "method" => "PUT" "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] ] |
patch | [ "security" => "is_granted('PROJECT_EDIT', object)" "input" => [ "class" => "App\Dto\ProjectInput" "name" => "ProjectInput" ] "output" => [ "class" => "App\Dto\ProjectOutput" "name" => "ProjectOutput" ] "method" => "PATCH" "stateless" => null "input_formats" => [ "json" => [ "application/merge-patch+json" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] ] |
delete | [ "security" => "is_granted('PROJECT_EDIT', object)" "method" => "DELETE" "input" => [ "class" => "App\Dto\ProjectInput" "name" => "ProjectInput" ] "output" => [ "class" => "App\Dto\ProjectOutput" "name" => "ProjectOutput" ] "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] ] |
remove-manager | [ "security" => "is_granted('PROJECT_EDIT', object)" "method" => "DELETE" "path" => "/projects/{slug}/managers/{id}" "controller" => "App\Controller\RemoveManagerFromProjectController" "openapi_context" => [ "summary" => "Remove manager from project" "description" => "Remove manager from project" "parameters" => [ [ "in" => "path" "name" => "slug" "required" => true ] [ "in" => "path" "name" => "id" "required" => true ] ] ] "input" => [ "class" => "App\Dto\ProjectInput" "name" => "ProjectInput" ] "output" => [ "class" => "App\Dto\ProjectOutput" "name" => "ProjectOutput" ] "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] ] |
remove-developer | [ "security" => "is_granted('PROJECT_EDIT', object)" "method" => "DELETE" "path" => "/projects/{slug}/developers/{id}" "controller" => "App\Controller\RemoveDeveloperFromProjectController" "openapi_context" => [ "summary" => "Remove developer from project" "description" => "Remove developer from project" "parameters" => [ [ "in" => "path" "name" => "slug" "required" => true ] [ "in" => "path" "name" => "id" "required" => true ] ] ] "input" => [ "class" => "App\Dto\ProjectInput" "name" => "ProjectInput" ] "output" => [ "class" => "App\Dto\ProjectOutput" "name" => "ProjectOutput" ] "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] ] |
patch-te | [ "method" => "PATCH" "path" => "projects/{slug}/time-entries" "input" => [ "class" => "App\Dto\TimeEntryFixInput" "name" => "TimeEntryFixInput" ] "output" => [ "class" => "App\Dto\TimeEntryFixOutput" "name" => "TimeEntryFixOutput" ] "security" => "is_granted('ROLE_PROJECT_FIXER')" "openapi_context" => [ "summary" => "Set fix $ approved for time-entries" ] "stateless" => null "input_formats" => [ "json" => [ "application/merge-patch+json" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] ] |
Collection operations | Attributes |
---|---|
get | [ "method" => "GET" "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] ] |
post | [ "security" => "is_granted('ROLE_MASTER_MANAGER')" "input" => [ "class" => "App\Dto\ProjectInput" "name" => "ProjectInput" ] "output" => [ "class" => "App\Dto\ProjectOutput" "name" => "ProjectOutput" ] "method" => "POST" "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] "xlsx" => [ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" ] ] ] |
Filters | |
---|---|
annotated_app_entity_project_project_api_platform_core_bridge_doctrine_orm_filter_search_filter
"ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"
|
|
annotated_app_entity_project_project_api_platform_core_bridge_doctrine_orm_filter_boolean_filter
"ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"
|
Attributes | |
---|---|
order | [ "title" => "ASC" ] |
cache_headers | [ "etag" => true "max_age" => 3600 "shared_max_age" => 3600 "vary" => [ "Accept" ] ] |
denormalization_context | null |
deprecation_reason | null |
elasticsearch | null |
fetch_partial | null |
force_eager | null |
formats | null |
hydra_context | null |
input | [ "class" => "App\Dto\ProjectInput" "name" => "ProjectInput" ] |
mercure | null |
messenger | null |
normalization_context | null |
openapi_context | null |
output | [ "class" => "App\Dto\ProjectOutput" "name" => "ProjectOutput" ] |
pagination_client_enabled | true |
pagination_client_items_per_page | true |
pagination_client_partial | false |
pagination_via_cursor | null |
pagination_enabled | true |
pagination_fetch_join_collection | null |
pagination_items_per_page | 30 |
pagination_maximum_items_per_page | 500 |
pagination_partial | false |
route_prefix | null |
security | null |
security_message | null |
security_post_denormalize | null |
security_post_denormalize_message | null |
stateless | null |
sunset | null |
swagger_context | null |
validation_groups | null |
url_generation_strategy | null |
composite_identifier | null |
Data Providers
No calls to collection data provider have been recorded.
No calls to item data provider have been recorded.
No calls to subresource data provider have been recorded.
Data Persisters
No calls to data persister have been recorded.