ValleLabs
  1. Academic pedagogical
ValleLabs
  • auth
    • Login
      POST
    • Logout
      GET
    • Refresh Token
      POST
  • pei
    • definition
      • Get PEI definition
      • Update PEI definition
      • Create 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
        • Save institutional situation analysis
        • Update institutional situation analysis
      • Academic pedagogical
        • Save pedagogical strategy
          POST
        • Save curriculum plan and evaluation and promotion criteria - PEI
          POST
        • Update pedagogical strategy
          PUT
        • Update curriculum plan and evaluation and promotion criteria - PEI
          PUT
      • Administrative Management Academic Pedagogical
        • Save coexistence manual and teacher regulations
        • Update coexistence manual and teacher regulations
      • Community
        • Save relationship social organizations
        • Save articulation cultural expressions
        • Save institutional diagnosis reference
        • Update relationship social organizations
        • Update articulation cultural expressions
        • Update institutional diagnosis reference
    • secretary
      • Get all PEI created
      • Get PEI by ID and aspect ID
      • Revision PEI with observations
      • Revision PEI without observations
    • school governing
      • Create school governing
      • Get school governing
    • institution
      • Save PEI data with a file
      • Send PEI data to revision
      • Get PEI data by aspect's indicator
      • Get PEI components
      • Get PEI status of completed
      • Get PEI History
    • Get total pei
      GET
    • Download PEI
      GET
  • institution
    • Create
      POST
    • Create massive
      POST
    • Update
      PUT
    • Find
      GET
    • Find all
      GET
    • FindByMunicipality
      GET
    • FindByHeadquarter
      GET
    • FindByGagem
      GET
    • Merge institution to institution
      POST
    • Create Merge institution to institution
      POST
    • Find history files
      GET
    • Get history file - role institution
      GET
    • Download all institutions
      POST
  • headquarter
    • Create
    • Update
    • FindByInstitution
    • Find
    • Merge headquarters to institution
    • Find history files
    • FindByRoleInstitution
  • draft
    • institution
      • Create
      • Update
    • headquarter
      • Update
      • Create
    • Delete
    • FindByUser
  • change-history
    • FindByInstitution
    • FindByHeadquarter
    • FindByAspectIndicator
  • notification
    • Get by institution
    • Delete
  • user
    • Get institutions
  • indicator
    • Get totals (institutions, headquarters, aulas, students, teachers)
    • Get student-techear ratio
    • Get steam-room-ratio
    • Get totals modelsByInstitution
    • Get absense public-service by headquarter
    • Get steam-room
  • 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 url file
  1. Academic pedagogical

Update pedagogical strategy

PUT
/pei/academic-pedagogical/aspect-ind/7ce35bee-6ab1-4627-96f1-4856e51b0e05

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params multipart/form-data
data
string 
required
Example:
{ "educationalModel": { "model": "Modelo Tradicional", "description": "Este modelo se basa en la transmisión de conocimientos de manera estructurada y secuencial.", "observation": "Se utiliza principalmente en instituciones con un enfoque conservador." }, "pedagogicalApproach": { "description": "Enfoque constructivista que promueve el aprendizaje activo y la construcción del conocimiento a través de la experiencia.", "observation": "Se fomenta la participación activa de los estudiantes en el proceso de aprendizaje." }, "curriculumStructure": [ { "type": "Currículo Nacional", "lastUpdatedDate": "2025-01-15", "expressedSupportNeeds": { "description": "Necesidades de apoyo expresadas por los estudiantes y docentes.", "observation": "Se identifican a través de encuestas y entrevistas." }, "institutionalActionProjection": { "description": "Proyección de acciones institucionales para mejorar el proceso educativo.", "observation": "Incluye la implementación de nuevas tecnologías y metodologías." } } ], "pedagogicalPractices": [ { "responsible": "Coordinador Pedagógico", "steamExperiences": { "description": "Experiencias STEAM que integran ciencia, tecnología, ingeniería, arte y matemáticas.", "observation": "Se realizan proyectos interdisciplinarios." }, "description": { "description": "Descripción de las prácticas pedagógicas implementadas en el aula.", "observation": "Incluye métodos innovadores y tradicionales." }, "steamManager": { "name": "María López", "phone": "123-456-7890", "email": "maria.lopez@example.com" } } ], "researchAndEducationalInnovation": [ { "processType": "Investigación-Acción", "projectTitle": "Desarrollo de Competencias Digitales", "mainObjective": { "description": "Fomentar el uso de herramientas digitales en el proceso de enseñanza-aprendizaje.", "observation": "El proyecto se implementará en varias etapas." }, "knowledgeAreas": "Tecnología, Educación", "researchProductType": "Artículo Científico", "involvedGrades": ["2"], "processLeader": { "name": "Carlos Martínez", "phone": "123-456-7890", "email": "carlos.martinez@example.com" } } ] }

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 PUT 'https://vallelabs-pei-hvi.talentum.edu.co/pei/academic-pedagogical/aspect-ind/7ce35bee-6ab1-4627-96f1-4856e51b0e05' \
--form 'data="{
  \"educationalModel\": {
    \"model\": \"Modelo Tradicional\",
    \"description\": \"Este modelo se basa en la transmisión de conocimientos de manera estructurada y secuencial.\",
    \"observation\": \"Se utiliza principalmente en instituciones con un enfoque conservador.\"
  },
  \"pedagogicalApproach\": {
    \"description\": \"Enfoque constructivista que promueve el aprendizaje activo y la construcción del conocimiento a través de la experiencia.\",
    \"observation\": \"Se fomenta la participación activa de los estudiantes en el proceso de aprendizaje.\"
  },
  \"curriculumStructure\": [
    {
      \"type\": \"Currículo Nacional\",
      \"lastUpdatedDate\": \"2025-01-15\",
      \"expressedSupportNeeds\": {
        \"description\": \"Necesidades de apoyo expresadas por los estudiantes y docentes.\",
        \"observation\": \"Se identifican a través de encuestas y entrevistas.\"
      },
      \"institutionalActionProjection\": {
        \"description\": \"Proyección de acciones institucionales para mejorar el proceso educativo.\",
        \"observation\": \"Incluye la implementación de nuevas tecnologías y metodologías.\"
      }
    }
  ],
  \"pedagogicalPractices\": [
    {
      \"responsible\": \"Coordinador Pedagógico\",
      \"steamExperiences\": {
        \"description\": \"Experiencias STEAM que integran ciencia, tecnología, ingeniería, arte y matemáticas.\",
        \"observation\": \"Se realizan proyectos interdisciplinarios.\"
      },
      \"description\": {
        \"description\": \"Descripción de las prácticas pedagógicas implementadas en el aula.\",
        \"observation\": \"Incluye métodos innovadores y tradicionales.\"
      },
      \"steamManager\": {
        \"name\": \"María López\",
        \"phone\": \"123-456-7890\",
        \"email\": \"maria.lopez@example.com\"
      }
    }
  ],
  \"researchAndEducationalInnovation\": [
    {
      \"processType\": \"Investigación-Acción\",
      \"projectTitle\": \"Desarrollo de Competencias Digitales\",
      \"mainObjective\": {
        \"description\": \"Fomentar el uso de herramientas digitales en el proceso de enseñanza-aprendizaje.\",
        \"observation\": \"El proyecto se implementará en varias etapas.\"
      },
      \"knowledgeAreas\": \"Tecnología, Educación\",
      \"researchProductType\": \"Artículo Científico\",
      \"involvedGrades\": [\"2\"],
      \"processLeader\": {
        \"name\": \"Carlos Martínez\",
        \"phone\": \"123-456-7890\",
        \"email\": \"carlos.martinez@example.com\"
      }
    }
  ]
}"'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
🟠401ValidationToken
🟠403ValidationRole
Modified at 2025-02-25 01:55:42
Previous
Save curriculum plan and evaluation and promotion criteria - PEI
Next
Update curriculum plan and evaluation and promotion criteria - PEI
Built with