Search request subcatégory
DESCRIPTION
The rechercherSousCategorieSollicitation API can be used to look for the values of the request subcategory repository for the connected mode.
ENVIRONMENTS
Production url | https://chorus-pro.gouv.fr:5443/service/transverses/rechercher/sousCategorieSollicitation |
Qualification url | https://chorus-pro.gouv.fr:5443/service-qualif/transverses/rechercher/sousCategorieSollicitation |
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
{ "idTechniqueCategorie" : 12345, "code" : "01587", "libelle" : "Libelle_Cat", "estActif" : 1, "pagination" : { "pageResultatDemandee" : 1, "nbResultatsParPage" : 10, } }
{ "pagination" : { "pageCourante" : 1, "pages" : 1, "nbResultatsParPage" : 10, "total" : 1 } "Liste des valeurs trouvées" : [ "categorie" : { "idTechniqueCategorie" : 12345, "codeCategorie" : "01587", "libelleCategorie" : "Libelle_Cat" }, "sousCategorie" { "idTechniqueSousCategorie" : 25 "code" : "487" "libelle" : "Libelle_Sous_Cat" "dateCreation" : "2017-08-17" "dateDerniereModification" : "2017-09-15" "estActif" : 1 } ] }