Get history file - role institution
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://vallelabs-pei-hvi.talentum.edu.co/institution/history-file/all'
Responses
application/json {
"data": [
{
"id": "string",
"component": "string",
"name": "string",
"entityType": "string",
"entityId": "string",
"file": "string",
"createdAt": "string",
"users": {
"id": "string",
"name": "string",
"email": "string",
"identifier": 0,
"createdAt": "string",
"updatedAt": "string"
}
}
]
}
Modified at 2024-09-09 16:53:22