# [EXPERIMENTAL] Get Forecast Get a single Forecast. Endpoint: GET /resource-overview/{date}/{location}/forecasts Version: 1.27.2 Security: clientCredentials ## Path parameters: - `date` (string, required) Date for which to delete the forecast Example: "2023-10-01" - `location` (string, required) Name of the location for which to delete the forecast Example: "Ghent" ## Response 200 fields (application/json): - `expected_shifts` (integer) Expected number of shifts Example: 27 - `location` (string) Name of the location Example: "Ghent" - `date` (string) Date of the forecast Example: "2023-10-01" ## Response 400 fields (application/problem+json): - `title` (string) A short, summary of the problem. Example: "Validation exception" - `detail` (string) A detailed explanation specific to this problem. Example: "The field contains invalid business formatting." - `violations` (array) - `violations.field` (string) Example: "path.to.field" - `violations.message` (string) Example: "Field is required" ## Response 404 fields (application/problem+json): - `title` (string) A short, summary of the problem. Example: "Validation exception" - `detail` (string) A detailed explanation specific to this problem. Example: "The field contains invalid business formatting." ## Response 401 fields