Search structure

DESCRIPTION

The rechercherStructure API allows a manager to look for structures.

ENVIRONMENTS

Production url https://chorus-pro.gouv.fr:5443/service/structures/rechercher
Qualification url https://chorus-pro.gouv.fr:5443/service-qualif/structures/rechercher

SETTINGS

Header parameters

Technical account Varchar Required
Password Varchar Required
Certificate Varchar Required
Content-Type Varchar Required

Full description of API inpout and output parameters

Consult the API appendices API

{
 "structure": {
  "raisonSocialeStructure": null,
  "identifiantStructure": null,
  "typeIdentifiantStructure": "SIRET",
  "libelleStructure": null,
  "nomStructure": null,
  "prenomStructure": null,
  "adresseCodePostal": null,
  "adresseVille": null,
  "adresseCodePays": null,
  "typeStructure": null,
  "statutStructure": "ACTIF"
 },
 "restreindreStructuresPrivees": null,
 "parametres": {
    "pageResultatDemandee" :null, 
             "nbResultatsParPage" : 3,
            "triSens" : "Descendant", 
           "triColonne" : "IdentifiantStructure"
 }
}


		
{
   "codeRetour": 0,
   "libelle": "TRA_MSG_00.000",
   "listeStructures":    [
            {
         "designationStructure": "ASA LA MARE FLEURIE",
         "idStructureCPP": 663192,
         "identifiantStructure": 99999999999999,
         "statut": "ACTIVE",
         "typeIdentifiantStructure": "SIRET"
      },
            {
         "designationStructure": "Tribunal de Grande Instance de Toulouse",
         "idStructureCPP": 16,
         "identifiantStructure": 96587451235874,
         "statut": "ACTIVE",
         "typeIdentifiantStructure": "SIRET"
      },
            {
         "designationStructure": "ASA CHAMPS BACON",
         "idStructureCPP": 683693,
         "identifiantStructure": 90000012800000,
         "statut": "ACTIVE",
         "typeIdentifiantStructure": "SIRET"
      }
   ],
   "parametresRetour":    {
      "nbResultatsParPage": 3,
      "pageCourante": 1,
      "pages": 7270,
      "total": 21809
   }
}
Print Friendly, PDF & Email
Back To Top