GET api/documentos-empleados/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

DocumentoEmpleado
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Fecha

date

None.

IdCategoriaDocumentoEmpleado

integer

None.

CategoriaDocumentoEmpleado

CategoriaDocumentoEmpleado

None.

IdUsuario

integer

None.

Usuario

Usuario

None.

NombreArchivo

string

None.

NombreArchivoOriginal

string

None.

Tipo

integer

None.

CreatedAt

date

None.

UpdatedAt

date

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'Usuario' with type 'GestionMaincer.Models.Usuario'. Path 'Usuario.Pedidos[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'Usuario' with type 'GestionMaincer.Models.Usuario'. Path 'Usuario.Pedidos[0]'.