get_provision_at_date
Check if an article's indexed version was applicable on a specific ISO date, returning compact temporal metadata. Use get_article for full text.
Instructions
Contrôle si la version indexée d'un article était applicable à une date ISO. Retourne des métadonnées temporelles compactes, sans répéter le texte ; appeler get_article si le contenu intégral est nécessaire. Ne reconstitue pas un ancien libellé remplacé.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| act_code | Yes | ||
| target_date | Yes | ||
| article_reference | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| act_code | Yes | ||
| limitation | Yes | Explicit limitation: the service does not reconstruct superseded wording | |
| target_date | Yes | ||
| is_applicable | Yes | ||
| effective_from | No | ||
| status_at_date | Yes | ||
| effective_until | No | ||
| indexed_version | Yes | ||
| article_reference | Yes |