addedInput schema / properties / identifiant_adressage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Exact addressing identifier (identifiantAdressage)."
+}
addedInput schema / properties / identifiant_routage
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Routing-code identifier."
+}
addedInput schema / properties / ignorer
Added value: +{
+ "default": 0,
+ "description": "Number of results to skip for pagination (ignorer).",
+ "minimum": 0,
+ "type": "integer"
+}
removedInput schema / properties / limit
Removed value: -{
- "default": 50,
- "description": "Maximum number of results per page (1-500, default 50).",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
-}
addedInput schema / properties / limite
Added value: +{
+ "default": 50,
+ "description": "Maximum number of results (limite).",
+ "maximum": 500,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / matricule_plateforme
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "4-digit Approved Platform registration number."
+}
removedInput schema / properties / platform_id
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Filter by Approved Platform identifier. Use to list all lines managed by a specific AP."
-}
removedInput schema / properties / routing_code
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Filter by routing code associated with the directory line. Use to find the exact line for a department-level address."
-}
changedInput schema / properties / siren / description
Previous value: -"Taxable entity SIREN (9 digits). Returns all directory lines (at SIREN, SIRET, and routing-code level) registered for this company. Most common starting point."New value: +"SIREN (9 digits)."
changedInput schema / properties / siret / description
Previous value: -"Specific establishment SIRET (14 digits). Narrows results to lines for this establishment only."New value: +"SIRET (14 digits)."
removedInput schema / properties / updated_after
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Pagination cursor: only return lines updated after this date/time (ISO 8601, e.g. 2024-09-01T00:00:00Z). Use the 'nextUpdatedAfter' field from the previous response to fetch the next page."
-}