- auth
- pei
- definition
- component
- Administrative Management
- Save principles fundamentals
- Save objectives
- Save school government
- Save educational costs
- Save resource evaluation
- Save administrative organization management evaluation
- Update principles fundamentals
- Update objectives
- Update school government
- Update educational costs
- Update resource evaluation
- Update administrative organization management evaluation
- Administrative Community Management
- Academic pedagogical
- Administrative Management Academic Pedagogical
- Community
- Administrative Management
- secretary
- school governing
- institution
- Get total peiGET
- Download PEIGET
- institution
- headquarter
- draft
- change-history
- notification
- user
- indicator
- filters
- List gagem
- List establishment-type
- List sector
- List nature
- List schedule
- List area
- List deparment
- List municipality by deparment
- List resolution-type
- List headquarter-type
- List state
- List model
- List character-due
- List state-due
- List specialty-due
- List detailed-specialty
- List grade
- List academic-day
- List public-service-type
- List operator by public service
- List municipality By Gagem
- List role by institution
- List zone
- List modality
- List labpoint
- List state-quality
- List environment
- List organization
- List financing-type
- List document-type
- List resource-physical-type
- List resource-technological-type
- List cultural-activity-type
- List session-act-type
- List organization-community-type
- List model-pedagogical-type
- List plan-type
- List area-teacher
- List project-type
- List profile-type
- List process-type
- List area-knowledge
- List curriculum-structure-type
- List investigation-product-type
- List tools
- List service-type
- List initiative-type
- List curricular-levels
- List population-group
- List entrepreneurship-type
- List area-type
- List session-acts
- file
Get student-techear ratio
POST
/indicator/student-teacher-ratio
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
filters
object
required
gagemId
string
required
municipalityId
string
required
institutionId
string
required
headquarterId
string
required
Example
{
"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
}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://vallelabs-pei-hvi.talentum.edu.co/indicator/student-teacher-ratio' \
--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
🟢200OK
application/json
Body
data
object
required
ratio
string
required
percentageOfStudents
string
required
percentageOfTeachers
string
required
Example
{"data":{"ratio":"1:5","percentageOfStudents":"83.33","percentageOfTeachers":"16.67"}}
🟠401ValidationToken
🟠403ValidationRole
Modified at 2024-09-09 16:54:50