https://apihoges.novate-digital.com/bedroom_chambers?page=1

App\Entity\BedroomChamber Resource class

Resource Metadata

Short name: "BedroomChamber"

Item operations Attributes
get
[
  "method" => "GET"
  "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"
  "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"
  "input_formats" => [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
  "output_formats" => [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
]
patch
[
  "method" => "PATCH"
  "input_formats" => [
    "json" => [
      "application/merge-patch+json"
    ]
    "multipart" => [
      "multipart/form-data"
    ]
  ]
  "output_formats" => [
    "jsonld" => [
      "application/ld+json"
    ]
    "json" => [
      "application/json"
    ]
    "html" => [
      "text/html"
    ]
  ]
]
Collection operations Attributes
get
[
  "method" => "GET"
  "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
[
  "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"
    ]
  ]
]
getAvailableChamber
[
  "method" => "GET"
  "path" => "/bedroom_chambers/available"
  "controller" => "App\Controller\ApplyFilterChamber"
  "openapi_context" => [
    "parameters" => [
      [
        "name" => "date_start"
        "in" => "query"
        "schema" => [
          "type" => "string"
          "format" => "date"
        ]
      ]
      [
        "name" => "date_end"
        "in" => "query"
        "schema" => [
          "type" => "string"
          "format" => "date"
        ]
      ]
      [
        "name" => "sites"
        "in" => "query"
        "explode" => false
        "schema" => [
          "type" => "array"
          "items" => [
            "type" => "string"
          ]
        ]
      ]
      [
        "name" => "type"
        "in" => "query"
        "schema" => [
          "type" => "string"
        ]
      ]
      [
        "name" => "bedroom"
        "in" => "query"
        "schema" => [
          "type" => "string"
        ]
      ]
    ]
  ]
  "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"
    ]
  ]
]
getUnvailableChamber
[
  "method" => "GET"
  "path" => "/bedroom_chambers/occupy"
  "normalization_context" => [
    "groups" => [
      "read_available_bedrooms"
    ]
  ]
  "openapi_context" => [
    "parameters" => [
      [
        "name" => "date"
        "in" => "query"
        "schema" => [
          "type" => "string"
          "format" => "date"
        ]
      ]
    ]
  ]
  "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
annotated_app_entity_bedroom_chamber_api_platform_core_bridge_doctrine_orm_filter_search_filter string(56) "ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter"
Attributes
order
[
  "id" => "DESC"
]
normalization_context
[
  "groups" => [
    "read_bedroomchamber"
  ]
  "enable_max_depth" => true
]
denormalization_context
[
  "groups" => [
    "write_bedroomchamber"
  ]
]
input
null
output
null

Data Providers

# Answer Collection data provider
1 FALSE App\DataProvider\BedroomOccupyDataProvider
2 TRUE ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
Context
[
  "filters" => [
    "page" => "1"
  ]
  "groups" => [
    "read_bedroomchamber"
  ]
  "enable_max_depth" => true
  "operation_type" => "collection"
  "collection_operation_name" => "get"
  "resource_class" => "App\Entity\BedroomChamber"
  "input" => null
  "output" => null
  "request_uri" => "/bedroom_chambers?page=1"
  "uri" => "https://apihoges.novate-digital.com/bedroom_chambers?page=1"
  "skip_null_values" => true
]

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.