GET api/PersonalCibios/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PersonalCibio| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersonalCibio | integer |
None. |
|
| nombre | string |
String length: inclusive between 0 and 250 |
|
| nombreWeb | string |
String length: inclusive between 0 and 250 |
|
| apellidoWeb | string |
String length: inclusive between 0 and 250 |
|
| correo | string |
String length: inclusive between 0 and 500 |
|
| areaInvestigacion | string |
String length: inclusive between 0 and 1000 |
|
| tituloCuartoNivel | string |
String length: inclusive between 0 and 500 |
|
| universidadTituloCuartoNivel | string |
String length: inclusive between 0 and 500 |
|
| tituloCuartoNivel2 | string |
String length: inclusive between 0 and 500 |
|
| universidadTituloCuartoNivel2 | string |
String length: inclusive between 0 and 500 |
|
| postdoctorado | string |
String length: inclusive between 0 and 500 |
|
| direccionOficina | string |
String length: inclusive between 0 and 1000 |
|
| numeroOficina | string |
String length: inclusive between 0 and 500 |
|
| idAutor | integer |
None. |
|
| Autor | Autor |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersonalCibio": 1,
"nombre": "sample string 2",
"nombreWeb": "sample string 3",
"apellidoWeb": "sample string 4",
"correo": "sample string 5",
"areaInvestigacion": "sample string 6",
"tituloCuartoNivel": "sample string 7",
"universidadTituloCuartoNivel": "sample string 8",
"tituloCuartoNivel2": "sample string 9",
"universidadTituloCuartoNivel2": "sample string 10",
"postdoctorado": "sample string 11",
"direccionOficina": "sample string 12",
"numeroOficina": "sample string 13",
"idAutor": 1,
"Autor": {
"idAutor": 1,
"nombre": "sample string 2",
"apellidoPaterno": "sample string 3",
"apellidoMaterno": "sample string 4",
"email": "sample string 5",
"fechaModificacion": "2025-10-30T14:02:12.0538785+00:00",
"usuarioModificacion": "sample string 6",
"borrado": "2025-10-30T14:02:12.0538785+00:00",
"usuarioRegistro": "sample string 7",
"fechaRegistro": "2025-10-30T14:02:12.0538785+00:00"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.