Search the category of a solicitation

DESCRIPTION

The rechercherCategorieSollicitation method is used to search the values ​​of the Solicitation category repository set for the connected mode.

ENVIRONMENTS

Production URL https://chorus-pro.gouv.fr:5443/service/transverses/rechercher/categorieSollicitation
Qualification URL https://chorus-pro.gouv.fr:5443/service-qualif/transverses/rechercher/categorieSollicitation

PARAMETERS

Header parameters

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

Full description of the input and output parameters of the API

Consult the API appendix

{
"codeCategorie" : "Code_Cat",
"libelleCategorie" : "Libelle_Cat",
"estActif" : 1,
"pagination" : {
 "pageResultatDemandee" : 1,
 "nbResultatsParPage" : 10,
 }
}
{
"pagination" : {
                "pageCourante" : 1,
                "pages" : 1,
                "nbResultatsParPage" : 10 ,
                "total" : 1
},

"Liste des valeurs trouvées" :

[{
"idTechnique" : 123,
"libelleCategorie" : "Libelle" ,
"dateCreation" : "2017-08-20",
"dateDerniereModification" : "2017-09-20",
"estActif" : 1
}] 
}
Print Friendly, PDF & Email
Back To Top