GET api/InstitucionesAPI/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InstitucionesAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| idInstitucion | integer |
None. |
|
| string |
Required String length: inclusive between 0 and 254 |
||
| nombreInstitucion | string |
Required String length: inclusive between 0 and 250 |
|
| motivoUsoAPI | string |
None. |
|
| fechaGeneracionAPIKey | date |
Required Data type: DateTime |
|
| apiKey | string |
Required |
|
| TransaccionesAPI | Collection of TransaccionesAPI |
None. |
Response Formats
application/json, text/json
Sample:
{
"idInstitucion": 1,
"email": "sample string 2",
"nombreInstitucion": "sample string 3",
"motivoUsoAPI": "sample string 4",
"fechaGeneracionAPIKey": "2025-10-30T02:40:43.6685918+00:00",
"apiKey": "sample string 6"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.