Aller au contenu

La fiche d'une opération collective

GET
/operations-collectives/{operationCollective}
curl --request GET \
--url https://example.com/operations-collectives/example \
--header 'Authorization: Bearer <token>'
operationCollective
required
string

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"
}