App\Model\Task\Task
Resource class
Resource Metadata
Short name: "Task"
Item operations | Attributes |
---|---|
get | [ "method" => "GET" "path" => "/task/{id}" "normalization_context" => [ "groups" => [ "read_task" ] ] "security" => "is_granted("ROLE_USER")" "security_message" => "not_allowed_get_task" "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
put | [ "path" => "/task" "normalization_context" => [ "groups" => [ "read_post_task" ] ] "denormalization_context" => [ "groups" => [ "write_post_task" ] ] "swagger_context" => [ "tags" => [ "Task" ] ] "input" => null "output" => null "method" => "PUT" "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
delete | [ "path" => "/task/{id}" "security" => "is_granted("TASK_CUD")" "security_message" => "not_allowed_edit_task" "input" => null "output" => null "method" => "DELETE" "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
task_with_values_form | [ "method" => "GET" "path" => "/task/form/{id}" "controller" => "App\Controller\Task\FormEditAction" "output" => [ "class" => "App\Model\Form\FormSchema" "name" => "FormSchema" ] "normalization_context" => [ "groups" => [ "form_edit" ] ] "denormalization_context" => [ "groups" => [ "form_edit" ] ] "security" => "is_granted("TASK_CUD")" "security_message" => "not_allowed_edit_task" "swagger_context" => [ "summary" => "Get Form Schema for editing" "tags" => [ "Task" ] ] "input" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
Collection operations | Attributes |
---|---|
get | [ "method" => "GET" "normalization_context" => [ "groups" => [ "list_task" ] ] "path" => "/tasks" "filters" => [ "App\Filters\PagingFilter" ] "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
post | [ "path" => "/task" "normalization_context" => [ "groups" => [ "read_post_task" ] ] "denormalization_context" => [ "groups" => [ "write_post_task" ] ] "swagger_context" => [ "tags" => [ "Task" ] ] "input" => null "output" => null "method" => "POST" "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
task_search_form | [ "method" => "GET" "path" => "/tasks/search/form" "controller" => "App\Controller\Task\Search\GetSearchFormAction" "normalization_context" => [ "groups" => [ "form_edit" ] ] "denormalization_context" => [ "groups" => [ "form_edit" ] ] "output" => [ "class" => "App\Model\Form\FormSchema" "name" => "FormSchema" ] "swagger_context" => [ "summary" => "Get Search Form Schema" "tags" => [ "Task" ] ] "input" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
task_order_form | [ "method" => "GET" "path" => "/task/form" "controller" => "App\Controller\Task\FormAction" "normalization_context" => [ "groups" => [ "form_edit" ] ] "denormalization_context" => [ "groups" => [ "form_edit" ] ] "output" => [ "class" => "App\Model\Form\FormSchema" "name" => "FormSchema" ] "swagger_context" => [ "summary" => "Get Form Schema" "tags" => [ "Task" ] ] "security" => "is_granted("TASK_CUD")" "security_message" => "not_allowed_add_task" "input" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
task_search_post | [ "method" => "POST" "path" => "/tasks/search/form" "controller" => "App\Controller\Task\Search\PostSearchFormAction" "deserialize" => false "security" => "is_granted("ROLE_USER")" "security_message" => "not_allowed_get_task" "swagger_context" => [ "tags" => [ "Task" ] "parameters" => [ [ "in" => "body" "name" => "simpleApiRequest" "schema" => [ "type" => "object" "properties" => [ "attribute1" => [ "type" => "string" ] "attribute2" => [ "type" => "string" ] ] ] ] ] "responses" => [ 200 => [ "description" => "Search resource returned" "schema" => [ "type" => "object" "properties" => [ "attribute1" => [ "type" => "string" ] "attribute2" => [ "type" => "string" ] ] ] ] 400 => [ "description" => "Invalid input" ] 404 => [ "description" => "Resource not found" ] ] "summary" => "Search resource returned" ] "consumes" => [ "application/json" "application/ld-json" ] "produces" => [ "application/ld-json" ] "input" => null "output" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "html" => [ "text/html" ] ] ] |
Filters | |
---|---|
No available filter declared for this resource. |
Attributes | |
---|---|
normalization_context | [ "groups" => [ "list" ] ] |
input | null |
output | 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.