GET api/InstitucionesAPI/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InstitucionesAPIName | 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": "2024-12-22T23:11:29.9486599+00:00", "apiKey": "sample string 6" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.