Get totals (institutions, headquarters, aulas, students, teachers)
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"filters": {
"gagemId": "e03d019f-f7d2-4513-b9fd-c84dfeec76cf",
"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/count' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters": {
"gagemId": "e03d019f-f7d2-4513-b9fd-c84dfeec76cf", //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":{"institutions":0,"headquarters":0,"steamsRooms":0,"students":0,"teachers":0}}
Modified at 2024-09-09 16:54:50