App\Entity\Company
Resource class
Resource Metadata
Short name: "Company"
| Item operations | Attributes |
|---|---|
| get | [ "normalization_context" => [ "groups" => "read:company:collection:get" ] "path" => "/public/companies/{id}" "input" => null "output" => null "method" => "GET" "stateless" => 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" ] ] ] |
| update_address | [ "normalization_context" => [ "groups" => "read:company:collection:get" ] "method" => "PUT" "controller" => "App\Controller\Api\Company\UpdateAddressController" "path" => "/companies/{id}/update-address" "input" => null "output" => null "stateless" => 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" ] ] ] |
| update_activity | [ "normalization_context" => [ "groups" => "read:company:collection:get" ] "method" => "PUT" "controller" => "App\Controller\Api\Company\UpdateActivityController" "path" => "/companies/{id}/update-activity" "input" => null "output" => null "stateless" => 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 | [ "method" => "PUT" "path" => "/companies/{id}" "controller" => "App\Controller\Api\Company\PutCompaniesController" "denormalization_context" => [ "groups" => "write:company:item" ] "input" => null "output" => null "stateless" => 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" ] ] ] |
| delete | [ "method" => "DELETE" "stateless" => 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" ] ] ] |
| get_collaborators | [ "normalization_context" => [ "groups" => "read:company:collection:getCollaborators" ] "controller" => "App\Controller\Api\Collaborator\GetCollaboratorsFromCompanyController" "method" => "POST" "path" => "/companies/{id}/collaborators" "input" => null "output" => null "stateless" => 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_manager | [ "controller" => "App\Controller\Api\Company\AddManagerFromCompanyController" "method" => "POST" "path" => "/companies/{id}/add-manager" "input" => null "output" => null "stateless" => 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" ] ] ] |
| get_deals | [ "controller" => "App\Controller\Api\Company\GetDealsFromCompanyController" "method" => "POST" "path" => "/public/companies/{id}/deals" "input" => null "output" => null "stateless" => 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_nearest_companies | [ "normalization_context" => [ "groups" => "read:company:collection:getNearestCompanies" ] "controller" => "App\Controller\Api\Company\GetNearestCompaniesController" "method" => "POST" "path" => "/public/nearest-companies" "read" => false "input" => null "output" => null "stateless" => 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" ] ] ] |
| get_company_by_code | [ "controller" => "App\Controller\Api\Company\GetCompanyByCodeController" "method" => "POST" "path" => "/companies/get-company-by-code" "input" => null "output" => null "stateless" => 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" ] ] ] |
| add_collaborator | [ "controller" => "App\Controller\Api\Company\AddCollaboratorController" "method" => "POST" "path" => "/companies/add-collaborator" "input" => null "output" => null "stateless" => 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" ] ] ] |
| add_company_with_claiming_request | [ "controller" => "App\Controller\Api\Company\AddCompanyWithClaimingRequestController" "method" => "POST" "path" => "/companies/add-company-with-claiming-request" "input" => null "output" => null "stateless" => 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" ] ] ] |
| delete_collaborators_from_conpany | [ "controller" => "App\Controller\Api\Collaborator\DeleteCollaboratorsFromCompany" "method" => "DELETE" "path" => "/companies/{id}/delete_collaborators" "input" => null "output" => null "stateless" => 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 | |
|---|---|
| cache_headers | null |
| 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 | [ "groups" => "read:company:collection" ] |
| openapi_context | null |
| order | null |
| output | null |
| pagination_client_enabled | null |
| pagination_client_items_per_page | null |
| pagination_client_partial | null |
| pagination_via_cursor | null |
| pagination_enabled | null |
| pagination_fetch_join_collection | null |
| pagination_items_per_page | null |
| pagination_maximum_items_per_page | null |
| pagination_partial | null |
| route_prefix | null |
| security | null |
| security_message | null |
| security_post_denormalize | null |
| security_post_denormalize_message | null |
| security_post_validation | null |
| security_post_validation_message | null |
| stateless | null |
| sunset | null |
| swagger_context | null |
| validation_groups | null |
| url_generation_strategy | null |
| composite_identifier | null |
| exception_to_status | null |
| query_parameter_validation_enabled | null |
Data Providers
No calls to collection data provider have been recorded.
| # | Answer | Item data provider |
|---|---|---|
| 1 | TRUE | ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider |
Context[ "groups" => "read:company:collection:get" "operation_type" => "item" "item_operation_name" => "get" "iri_only" => false "input" => null "output" => null "resource_class" => "App\Entity\Company" "request_uri" => "/api/public/companies/22" "uri" => "https://localbeez.ri7.fr/api/public/companies/22" "has_identifier_converter" => true ] |
||
No calls to subresource data provider have been recorded.
Data Persisters
No calls to data persister have been recorded.