Download OpenAPI specification:Download
Wisol 1.x REST API - Reservation Salle | Ville de Kehlen
objet | string Subject of the reservation |
salle | string Location of the reservation |
name | string Name of the requirer |
adresse | string Adress of the requirer |
date_debut | string <date> Starting date |
date_fin | string <date> End date |
heure_debut | string(^([01][0-9]|2[0-3])[:][0-5][0-9]([:][0-5][0-... Starting date |
heure_fin | string(^([01][0-9]|2[0-3])[:][0-5][0-9]([:][0-5][0-... End date |
equipement | Array of objects Desired equipment as array of objects with id and quantity |
info_sup | string Additional information to be stored with a reservation |
{- "objet": "string",
- "salle": "string",
- "name": "string",
- "adresse": "string",
- "date_debut": "2019-08-24",
- "date_fin": "2019-08-24",
- "heure_debut": "08:00",
- "heure_fin": "23:59",
- "equipement": [
- {
- "id": "991039",
- "quantite": "3"
}, - {
- "id": "000003",
- "quantite": "4"
}
], - "info_sup": "string"
}
"true"
where | object Where clause to filter results (empty for all) |
fields | Array of arrays Array of fields |
order | object Order ASC or DESC |
limit | integer Limit result count |
{- "where": {
- "salle": "ASN*"
}, - "fields": [
- "salle",
- "objet"
], - "order": {
- "date_debut": "ASC"
}, - "limit": 2
}
[- {
- "id": "string",
- "objet": "string",
- "salle": "string",
- "date_debut": "2019-08-24",
- "date_fin": "2019-08-24",
- "dateheure_creation": "2019-08-24T14:15:22Z",
- "dateheure_modif": "2019-08-24T14:15:22Z",
- "heure_debut": "08:00",
- "heure_fin": "23:59",
- "etat": "CON",
- "info_sup": "string"
}
]
where | object Where clause to filter results (empty for all) |
fields | Array of arrays Array of fields |
order | object Order ASC or DESC |
limit | integer Limit result count |
{- "where": {
- "salle": "ASN*"
}, - "fields": [
- "salle",
- "objet"
], - "order": {
- "date_debut": "ASC"
}, - "limit": 2
}
[- {
- "id": "string",
- "salle": "string",
- "designation": "string",
- "access_club": 1,
- "access_comite": 0,
- "access_private": 1
}
]
where | object Where clause to filter results (empty for all) |
fields | Array of arrays Array of fields |
order | object Order ASC or DESC |
limit | integer Limit result count |
{- "where": {
- "salle": "ASN*"
}, - "fields": [
- "salle",
- "objet"
], - "order": {
- "date_debut": "ASC"
}, - "limit": 2
}
[- {
- "equipement": "string",
- "salle": "string",
- "nom": "string"
}
]