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://hvi-api.sigpruta.co/institution/history-file/all' \
--header 'Authorization: Bearer <token>'
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 2025-09-01 03:22:44