Vai al contenuto principale
GET
https://tools.innochat.ch
/
weekday
curl --location --request GET 'https://tools.innochat.ch/weekday?date=2024-10-10' \
--header 'Authorization: Bearer <token>' \
--data-raw ''

{
  "weekday": "Thursday"
}

Parametri dello strumento

{
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "La data in formato ISO-8601. Ad esempio 2022-06-15 (15 giugno 2022)."
    }
  },
  "required": ["date"]
}
Include default metadata: False

Parametro di path

date
string
obbligatorio

Risposta

weekday
string
curl --location --request GET 'https://tools.innochat.ch/weekday?date=2024-10-10' \
--header 'Authorization: Bearer <token>' \
--data-raw ''

{
  "weekday": "Thursday"
}