GET api/Autores
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AutorName | 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": "2024-12-22T23:09:12.0692124+00:00", "usuarioModificacion": "sample string 6", "borrado": "2024-12-22T23:09:12.0692124+00:00", "usuarioRegistro": "sample string 7", "fechaRegistro": "2024-12-22T23:09:12.0692124+00:00" }, { "idAutor": 1, "nombre": "sample string 2", "apellidoPaterno": "sample string 3", "apellidoMaterno": "sample string 4", "email": "sample string 5", "fechaModificacion": "2024-12-22T23:09:12.0692124+00:00", "usuarioModificacion": "sample string 6", "borrado": "2024-12-22T23:09:12.0692124+00:00", "usuarioRegistro": "sample string 7", "fechaRegistro": "2024-12-22T23:09:12.0692124+00:00" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.