---
title: "🇫🇷 Norme · Search for a directory line"
method: POST
path: "/directory-service/v1/directory-line/search"
tags: ["AFNOR XP Z12-013/DirectoryService"]
---

# 🇫🇷 Norme · Search for a directory line

`POST /directory-service/v1/directory-line/search`

Search for directory lines that meet all the criteria passed as parameters and return the results in the desired format.

## Request body

- SearchDirectoryLine
  - `filters` SearchDirectoryLineFilters
    - `addressingIdentifier` SearchDirectoryLineFiltersAddressingIdentifier
      - `op` 'Contains' | 'Strict' — \"contains\" or \"strict\" comparison operator
      - `value` string, nullable
    - `siren` SearchSirenFiltersSiren
      - `op` 'Strict' — \"strict\" comparison operator
      - `value` string, nullable
    - `siret` SearchSiretFiltersSiret
      - `op` 'Strict' — \"strict\" comparison operator
      - `value` string, nullable
    - `routingIdentifier` RoutingCodeSearchFiltersRoutingIdentifier
      - `op` 'Contains' | 'Strict' — \"contains\" or \"strict\" comparison operator
      - `value` string, nullable
    - `addressingSuffix` SearchDirectoryLineFiltersAddressingSuffix
      - `op` 'Contains' | 'Strict' — \"contains\" or \"strict\" comparison operator
      - `value` string, nullable
  - `sorting` SearchDirectoryLineSortingInner[], nullable — Sorting criteria on a field and an order (ascending or descending).
    - `field` 'AddressingIdentifier' | 'Siren' | 'Siret' | 'RoutingIdentifier' | 'AddressingSuffix' — Fields of the directory line resource
    - `order` 'Ascending' | 'Descending' — Sorting order (ascending or descending)
  - `fields` DirectoryLineField[], nullable — Allows you to filter the desired fields in the response.
  - `include` Include3[], nullable
  - `limit` integer, nullable
  - `ignore` integer, nullable

## Response `200`

OK

- DirectoryLineSearchPost200Response
  - `search` SearchDirectoryLine
    - `filters` SearchDirectoryLineFilters
      - `addressingIdentifier` SearchDirectoryLineFiltersAddressingIdentifier
        - `op` 'Contains' | 'Strict' — \"contains\" or \"strict\" comparison operator
        - `value` string, nullable
      - `siren` SearchSirenFiltersSiren
        - `op` 'Strict' — \"strict\" comparison operator
        - `value` string, nullable
      - `siret` SearchSiretFiltersSiret
        - `op` 'Strict' — \"strict\" comparison operator
        - `value` string, nullable
      - `routingIdentifier` RoutingCodeSearchFiltersRoutingIdentifier
        - `op` 'Contains' | 'Strict' — \"contains\" or \"strict\" comparison operator
        - `value` string, nullable
      - `addressingSuffix` SearchDirectoryLineFiltersAddressingSuffix
        - `op` 'Contains' | 'Strict' — \"contains\" or \"strict\" comparison operator
        - `value` string, nullable
    - `sorting` SearchDirectoryLineSortingInner[], nullable — Sorting criteria on a field and an order (ascending or descending).
      - `field` 'AddressingIdentifier' | 'Siren' | 'Siret' | 'RoutingIdentifier' | 'AddressingSuffix' — Fields of the directory line resource
      - `order` 'Ascending' | 'Descending' — Sorting order (ascending or descending)
    - `fields` DirectoryLineField[], nullable — Allows you to filter the desired fields in the response.
    - `include` Include3[], nullable
    - `limit` integer, nullable
    - `ignore` integer, nullable
  - `totalNumberOfResults` integer, nullable
  - `results` DirectoryLinePayloadStatusLegalUnitFacilityRoutingCode[], nullable
    - `addressingIdentifier` string, nullable
    - `platformType` 'WK' | 'DFH' — The type of platform for document reception (from UNCL 3035 list) : - WK : Value added network provider (PA) - DFH : Government service requestor (PPF)
    - `directoryLineStatus` 'Enabled' | 'Disabled' | 'Upcoming' — Line status of the platform. - Enabled : Active line linked to a platform - Disabled : No platform linked to the line - Upcoming : Line associated with a platform, with an effective date in the future
    - `siren` string, nullable
    - `siret` string, nullable
    - `routingIdentifier` string, nullable
    - `addressingSuffix` string, nullable
    - `routingCode` DirectoryLinePayloadHistoryLegalUnitFacilityRoutingCodeRoutingCode
      - `routingIdentifier` string, nullable
      - `routingIdentifierType` string, nullable
      - `routingCodeName` string, nullable
      - `managesLegalCommitment` boolean, nullable
      - `administrativeStatus` 'A' | 'C' — Administrative status of the routing code [A - Active , C - Closed]
      - `address` AddressRead — Wrapper for postal addresses
        - `addressLine1` string, nullable
        - `addressLine2` string, nullable
        - `addressLine3` string, nullable
        - `postalCode` string, nullable
        - `countrySubdivision` string, nullable
        - `locality` string, nullable
        - `countryCode` string, nullable
        - `countryName` string, nullable
    - `legalUnit` LegalUnitPayloadIncluded
      - `siren` string, nullable
      - `businessName` string, nullable
      - `entityType` 'Public' | 'PrivateVatRegistered' — Business structure type
      - `administrativeStatus` 'A' | 'C' — Refers to the administrative status of the legal unit [A - Active , C - Closed]
      - `instructions` SirenInstructions — Instructions regarding the SIREN
        - `isSalesProspectingForbidden` boolean, nullable
    - `facility` FacilityPayloadIncluded
      - `siret` string, nullable
      - `siren` string, nullable
      - `name` string, nullable
      - `facilityType` 'P' | 'S' — Indicates whether the facility is listed as the main facility or not [P - Main facility , S - Secondary facility]
      - `administrativeStatus` 'A' | 'C' — Facility administrative status [A - Active , C - Closed]
      - `instructions` SiretInstructions — Instructions regarding the SIRET
        - `isSalesProspectingForbidden` boolean, nullable
      - `address` AddressRead — Wrapper for postal addresses
        - `addressLine1` string, nullable
        - `addressLine2` string, nullable
        - `addressLine3` string, nullable
        - `postalCode` string, nullable
        - `countrySubdivision` string, nullable
        - `locality` string, nullable
        - `countryCode` string, nullable
        - `countryName` string, nullable
      - `b2gAdditionalData` FacilityPayloadHistoryUleB2gAdditionalData
        - `pm` boolean, nullable
        - `pmOnly` boolean, nullable
        - `managesPaymentStatus` boolean, nullable
        - `managesLegalCommitmentCode` boolean, nullable
        - `managesLegalCommitmentOrServiceCode` boolean, nullable
        - `serviceCodeStatus` boolean, nullable

---

[API](https://skmtc.net/neotimo/apis/neotimo-api.md) · [All operations](https://skmtc.net/neotimo/apis/neotimo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neotimo/neotimo-api/revisions/2ecf51b1543e/schema)
