La fiche d'une opération collective
GET
/operations-collectives/{operationCollective}
const url = 'https://example.com/operations-collectives/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/operations-collectives/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) »operationCollective
required
string
Réponses
Section intitulée « Réponses »La fiche, avec son avancement et son contrôle de répartition.
Media typeapplication/json
object
reference
string
entrepriseRef
string
exercice
integer
categorie
string
variante
string
nombreIndividuelles
integer
montantRepartiCt
integer format: int64
etat
string
instrumentRef
Renseigné pour une opération sur titres ou une offre d’actionnariat.
string
dateEffet
string format: date
enveloppeDeclareeCt
integer format: int64
controleDeLaRepartition
UNE DONNÉE CONTRÔLÉE, pas un commentaire : l’écart et son verdict sont servis, parce que l’invariant du domaine est que la somme des quotes-parts égale le montant réparti.
object
enveloppeCt
integer format: int64
repartiCt
integer format: int64
ecartCt
integer format: int64
verifie
boolean
avancement
object
total
integer
soldees
integer
enCours
integer
enAnomalie
integer
calendrier
object
ouvertureLe
string format: date
clotureLe
string format: date
valeurSouhaiteeLe
string format: date
version
integer
Examplegenerated
{ "reference": "example", "entrepriseRef": "example", "exercice": 1, "categorie": "example", "variante": "example", "nombreIndividuelles": 1, "montantRepartiCt": 1, "etat": "example", "instrumentRef": "example", "dateEffet": "2026-04-15", "enveloppeDeclareeCt": 1, "controleDeLaRepartition": { "enveloppeCt": 1, "repartiCt": 1, "ecartCt": 1, "verifie": true }, "avancement": { "total": 1, "soldees": 1, "enCours": 1, "enAnomalie": 1 }, "calendrier": { "ouvertureLe": "2026-04-15", "clotureLe": "2026-04-15", "valeurSouhaiteeLe": "2026-04-15" }, "version": 1}404 — inconnu de ce tenant.
Media typeapplication/json
object
code
string
message
string
Examplegenerated
{ "code": "example", "message": "example"}