GET api/Users

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of User
NameDescriptionTypeAdditional information
Name

string

None.

Email

string

Max length: 100

Min length: 4

HiredDate

date

None.

UserAgreementList

Collection of UserAgreement

None.

Id

integer

None.

CreatedDate

date

None.

ModifiedDate

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 'User' with type 'WorkTime.Domain.Entities.User'. Path '[0].UserAgreementList[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 'User' with type 'WorkTime.Domain.Entities.User'. Path '[0].UserAgreementList[0]'.