Get totals modelsByInstitution
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"filters": {
"gagemId": "a9c86202-d9bd-4345-838d-4bd52603057e",
"municipalityId": "7b8a5998-8282-4ab6-8bc0-3bf7a50bb316",
"institutionId": "b6064aa7-256a-4e80-9094-479768ccc57b",
"headquarterId": "2d8bc53f-82a6-4da1-804e-d3d0da2f0621"
}
}
Request Code Samples
curl --location --request POST 'https://vallelabs-pei-hvi.talentum.edu.co/indicator/institution-model' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters": {
"gagemId": "a9c86202-d9bd-4345-838d-4bd52603057e", //GAGEM 8
"municipalityId": "7b8a5998-8282-4ab6-8bc0-3bf7a50bb316", //Ulloa
"institutionId": "b6064aa7-256a-4e80-9094-479768ccc57b", //Prueba
"headquarterId": "2d8bc53f-82a6-4da1-804e-d3d0da2f0621" //Prueba
}
}'
Responses
application/json {"data":[{"model":"ESCUELA NUEVA","value":1},{"model":"SAT","value":1},{"model":"CAFAM","value":1}]}
Modified at 2024-09-09 16:54:50