POST api/AuthRepository/GetUserPasswords

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:

Sample not available.

Response Information

Resource Description

Collection of PasswordModel
NameDescriptionTypeAdditional information
Id

integer

None.

Password

string

None.

CreationDate

date

None.

User

UserModel

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 with type 'AlhambraWebServices.Models.PasswordModel'. Path '[0].User.Passwords'.

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 with type 'AlhambraWebServices.Models.PasswordModel'. Path '[0].User.Passwords'.