App\Dto\CsvFileDownload
Resource class
Resource Metadata
Short name: "CSV Downloader"
| Item operations | Attributes |
|---|---|
| No available item operation for this resource. | |
| Collection operations | Attributes |
|---|---|
| download_csv | [ "method" => "GET" "path" => "/csv/download/{entity}/{cpv}" "controller" => "App\Controller\Api\CsvDownload\CsvDownloadController" "read" => false "write" => false "deserialize" => false "output" => [ "class" => null ] "pagination_enabled" => false "requirements" => [ "path" => ".+" ] "defaults" => [ "_api_receive" => false ] "openapi_context" => [ "summary" => "Télécharger un fichier CSV" "parameters" => [ [ "name" => "entity" "in" => "path" "required" => true "description" => "(PRODUCTION, PRISES_PARC, PANIER,MOBILE)" "schema" => [ "type" => "string" ] ] [ "name" => "cpv" "in" => "path" "required" => true "schema" => [ "type" => "string" "description" => "CPV" ] ] [ "name" => "codeCluster" "in" => "query" "required" => false "schema" => [ "type" => "string" "description" => "Code cluster" ] ] [ "name" => "codeInsee" "in" => "query" "required" => false "schema" => [ "type" => "string" "description" => "Code insee" ] ] [ "name" => "codeIris" "in" => "query" "required" => false "schema" => [ "type" => "string" "description" => "Code IRIS" ] ] ] ] "input" => null "status" => 204 "stateless" => null "input_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "csv" => [ "text/csv" ] "multipart" => [ "multipart/form-data" ] "binary" => [ "application/octet-stream" ] ] "output_formats" => [ "jsonld" => [ "application/ld+json" ] "json" => [ "application/json" ] "csv" => [ "text/csv" ] "multipart" => [ "multipart/form-data" ] "binary" => [ "application/octet-stream" ] ] ] |
| Filters | |
|---|---|
| No available filter declared for this resource. |
| Attributes | |
|---|---|
| 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.