- 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
- institution
- headquarter
- DeleteDELETE
- FindByUserGET
- 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
Create
GET
/change-draft/institution/{{institutionId}}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
basicData
object
Categoria 1 - Datos básicos
nit
string
Nit de la institución
daneCode
integer
Código DANE
name
string
Nombre de la IE
logo
string
required
gagem
string
required
establishmentType
string
Tipo de establecimiento
sector
string
required
nature
string
Naturaleza
legalStatus
string
Personería Jurídica
calendar
enum<string>
Calendario
Allowed values:
AB
coordinatingEntity
string
Entidad articuladora
dueUpdateDate
string <date-time>
Fecha actualización DUE
dueUpdate
string <date-time>
Fecha de actualización DUE
photo
string
Foto Institución
contactInformation
object
Categoría 2 - Información de contacto
administrativeActNumber
integer
N.º acto administrativo de nombramiento rector
administrativeActFile
string
Archivo acto administrativo rector
rectorName
string
Nombre del rector
rectorID
integer
Cédula rector
rectorCellphone
integer
Celular del rector
zone
string
Zona
department
string
Departamento
municipality
string
Municipio
website
string
Página web
resolutionData
array [object {4}]
Categoría 3 - Resoluciones
type
string
Tipo de resolución
date
string <date-time>
Fecha de la resolución
description
string
Descripción
file
string
Archivo de la resolución
Example
{
"basicData": {
"nit": "string",
"daneCode": 0,
"name": "string",
"logo": "string",
"gagem": "string",
"establishmentType": "string",
"sector": "string",
"nature": "string",
"legalStatus": "string",
"calendar": "A",
"coordinatingEntity": "string",
"dueUpdateDate": "2019-08-24T14:15:22Z",
"dueUpdate": "2019-08-24T14:15:22Z",
"photo": "string"
},
"contactInformation": {
"administrativeActNumber": 0,
"administrativeActFile": "string",
"rectorName": "string",
"rectorID": 0,
"rectorCellphone": 0,
"zone": "string",
"department": "string",
"municipality": "string",
"website": "string"
},
"resolutionData": [
{
"type": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"file": "string"
}
]
}
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/change-draft/institution/{{institutionId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"basicData": {
"nit": "string",
"daneCode": 0,
"name": "string",
"logo": "string",
"gagem": "string",
"establishmentType": "string",
"sector": "string",
"nature": "string",
"legalStatus": "string",
"calendar": "A",
"coordinatingEntity": "string",
"dueUpdateDate": "2019-08-24T14:15:22Z",
"dueUpdate": "2019-08-24T14:15:22Z",
"photo": "string"
},
"contactInformation": {
"administrativeActNumber": 0,
"administrativeActFile": "string",
"rectorName": "string",
"rectorID": 0,
"rectorCellphone": 0,
"zone": "string",
"department": "string",
"municipality": "string",
"website": "string"
},
"resolutionData": [
{
"type": "string",
"date": "2019-08-24T14:15:22Z",
"description": "string",
"file": "string"
}
]
}'
Responses
🟢201Created
application/json
Body
message
string
required
id
string
required
Example
{"message":"Draft created successfully","data":"f2ab50c4-492e-4e86-a0a6-dcf0574ff785"}
🟠401ValidationToken
🟠403ValidationRole
🟠400Draft Already Exists - CurrentUser
🟠403Draft Already Exists - Other User
Modified at 2024-09-09 16:54:14