App\Entity\TimeControl\Task
Resource class
Resource Metadata
Short name: "Task"
| 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 | [ "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" ] ] ] |
| delete | [ "security" => "is_granted('TASK_REMOVE', object)" "security_message" => "Deny delete Task, because exists child fixed TimeEntries" "input" => null "output" => null "method" => "DELETE" "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 | [ "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" ] ] ] |
| patch-te | [ "method" => "PATCH" "path" => "task/{id}/time-entries" "input" => [ "class" => "App\Dto\TimeEntryFixInput" "name" => "TimeEntryFixInput" ] "output" => [ "class" => "App\Dto\TimeEntryFixOutput" "name" => "TimeEntryFixOutput" ] "security" => "is_granted('ROLE_USER_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" ] ] ] |
| filtered | [ "method" => "GET" "output" => [ "class" => "App\Dto\TaskOutput" "name" => "TaskOutput" ] "path" => "/tasks/filtered" "pagination_client_enabled" => true "input" => null "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 | [ "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" ] ] ] |
| report | [ "method" => "GET" "path" => "tasks/download" "controller" => "App\Controller\TasksDownloadController" "openapi_context" => [ "summary" => "Report by tasks" "description" => "Download report by tasks" ] "input" => null "output" => null "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_time_control_task_api_platform_core_bridge_doctrine_orm_filter_search_filter
"ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"
|
|
annotated_app_entity_time_control_task_api_platform_core_bridge_doctrine_orm_filter_order_filter
"ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter"
|
|
annotated_app_entity_time_control_task_api_platform_core_bridge_doctrine_orm_filter_date_filter
"ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter"
|
|
annotated_app_entity_time_control_task_api_platform_core_bridge_doctrine_orm_filter_boolean_filter
"ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter"
|
|
annotated_app_entity_time_control_task_app_filter_or_like_search_filter
"App\Filter\OrLikeSearchFilter"
|
| Attributes | |
|---|---|
| order | [ "createdAt" => "DESC" ] |
| 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 | null |
| mercure | null |
| messenger | null |
| normalization_context | null |
| openapi_context | null |
| output | null |
| 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.