GET api/PersonalCibios/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

PersonalCibio
NameDescriptionTypeAdditional 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": "2024-12-22T23:25:07.5186411+00:00",
    "usuarioModificacion": "sample string 6",
    "borrado": "2024-12-22T23:25:07.5186411+00:00",
    "usuarioRegistro": "sample string 7",
    "fechaRegistro": "2024-12-22T23:25:07.5186411+00:00"
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.