ValleLabs
  1. institution
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
        • Save curriculum plan and evaluation and promotion criteria - PEI
        • Update pedagogical strategy
        • Update curriculum plan and evaluation and promotion criteria - PEI
      • 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
      POST
    • Update
      PUT
    • FindByInstitution
      GET
    • Find
      GET
    • Merge headquarters to institution
      POST
    • Find history files
      GET
    • FindByRoleInstitution
      GET
  • 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. institution

Find

GET
/institution/{{institutionId}}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

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 -g --request GET 'https://vallelabs-pei-hvi.talentum.edu.co/institution/{{institutionId}}'

Responses

🟢200OK
application/json
Body
data
object 
required
basicData
object 
required
contactInformation
object 
required
resolutionData
array [object {4}] 
required
id
string 
required
name
string 
required
code
null 
required
createdAt
string 
required
updatedAt
string 
required
Example
{"id":"756782fb-a9e1-4d65-9671-4ea4adab1699","name":"Institución de Prueba","code":null,"data":{"basicData":{"nit":"123456789","daneCode":987654,"name":"Institución de Prueba","logo":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA","gagem":"GAGEM 1","establishmentType":"Centro educativo","sector":"Oficial","nature":"Público","legalStatus":"Si","calendar":"A","coordinatingEntity":"Entidad Coordinadora","dueUpdateDate":"2024-06-05T15:34:35.006798","dueUpdate":"2024-06-05T15:34:35.006808","photo":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA"},"contactInformation":{"administrativeActNumber":12345,"administrativeActFile":"data:file/pdf;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA","rectorName":"Juan Pérez","rectorID":987654321,"rectorCellphone":3001234567,"area":"Urbana","department":"Valle del Cauca","municipality":"Palmira","website":"http://www.ejemplo.com"},"resolutionData":[{"type":"R. CIERRE","date":"2023-01-15T00:00:00","description":"Descripción de la resolución 1","file":"data:file/pdf;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA"},{"type":"R. DE FUSION PUBLICOS","date":"2023-02-20T00:00:00","description":"Descripción de la resolución 2","file":"data:file/pdf;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA"},{"type":"R. LICENCIA FUNCIONAMIENTO","date":"2023-03-25T00:00:00","description":"Descripción de la resolución 3","file":"data:file/pdf;base64,iVBORw0KGgoAAAANSUhEUgAAAAUA"}]},"createdAt":"2024-06-22T03:12:06.990Z","updatedAt":"2024-06-22T03:33:09.000Z"}
🟠401ValidationToken
🟠403ValidationRole
🟠404Record Not Found
Modified at 2024-07-21 15:28:55
Previous
Update
Next
Find all
Built with