La fiche d'un calendrier
GET
/calendriers/{calendrier}
const url = 'https://example.com/calendriers/example';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/calendriers/example \ --header 'Authorization: Bearer <token>'Autorisations
Section intitulée « Autorisations »Paramètres
Section intitulée « Paramètres »Paramètres (path)
Section intitulée « Paramètres (path) »calendrier
required
string
L’identifiant du calendrier chez ce tenant — immuable.
Réponses
Section intitulée « Réponses »La fiche.
Media typeapplication/json
object
calendrier
required
string
nom
required
string
type
required
Des natures NON SUBSTITUABLES entre elles — un calendrier de paiement ne remplace jamais un calendrier de place.
string
fuseau
required
Le fuseau IANA de référence — une heure locale sans fuseau n’est pas une donnée.
string
etat
required
string
version_en_vigueur
object
version
string
valide_du
string format: date
valide_au
string format: date
version_en_preparation
string
exceptions
Le nombre d’exceptions de la version en vigueur.
integer
fonds_associes
Le nombre de fonds dont une règle affecte ce calendrier.
integer
perimetre
Ce que le calendrier couvre — une place
string
autorite
L’autorité responsable des jours et exceptions.
string
Example
{ "type": "place_de_negociation", "etat": "actif"}Aucune identité présentée.
L’identité présentée n’a pas la famille d’accès instruments:consultation.
Le calendrier est inconnu de ce tenant.
Media typeapplication/json
object
motif
required
Le motif
string
Examplegenerated
{ "motif": "example"}