GET api/Autores/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Autor| Name | Description | Type | Additional information |
|---|---|---|---|
| idAutor | integer |
None. |
|
| nombre | string |
Required String length: inclusive between 0 and 250 |
|
| apellidoPaterno | string |
String length: inclusive between 0 and 250 |
|
| apellidoMaterno | string |
String length: inclusive between 0 and 250 |
|
| string |
String length: inclusive between 0 and 255 |
||
| fechaModificacion | date |
Data type: DateTime |
|
| usuarioModificacion | string |
String length: inclusive between 0 and 254 |
|
| borrado | date |
Data type: DateTime |
|
| usuarioRegistro | string |
String length: inclusive between 0 and 255 |
|
| fechaRegistro | date |
Data type: DateTime |
|
| Biografia | Collection of Biografia |
None. |
|
| PublicacionAutor | Collection of PublicacionAutor |
None. |
|
| PersonalCibio | Collection of PersonalCibio |
None. |
Response Formats
application/json, text/json
Sample:
{
"idAutor": 1,
"nombre": "sample string 2",
"apellidoPaterno": "sample string 3",
"apellidoMaterno": "sample string 4",
"email": "sample string 5",
"fechaModificacion": "2025-10-30T13:30:50.4277286+00:00",
"usuarioModificacion": "sample string 6",
"borrado": "2025-10-30T13:30:50.4277286+00:00",
"usuarioRegistro": "sample string 7",
"fechaRegistro": "2025-10-30T13:30:50.4277286+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.