GET api/Bookings/getDoctors

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AspNetUser
NameDescriptionTypeAdditional information
Id

string

None.

Email

string

None.

EmailConfirmed

boolean

None.

PasswordHash

string

None.

SecurityStamp

string

None.

PhoneNumber

string

None.

PhoneNumberConfirmed

boolean

None.

TwoFactorEnabled

boolean

None.

LockoutEndDateUtc

date

None.

LockoutEnabled

boolean

None.

AccessFailedCount

integer

None.

UserName

string

None.

PracticeId

integer

None.

DisplayName

string

None.

NameId

string

None.

IsDeleted

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "Email": "sample string 2",
  "EmailConfirmed": true,
  "PasswordHash": "sample string 4",
  "SecurityStamp": "sample string 5",
  "PhoneNumber": "sample string 6",
  "PhoneNumberConfirmed": true,
  "TwoFactorEnabled": true,
  "LockoutEndDateUtc": "2025-07-06T12:28:07.0998071+00:00",
  "LockoutEnabled": true,
  "AccessFailedCount": 10,
  "UserName": "sample string 11",
  "PracticeId": 12,
  "DisplayName": "sample string 13",
  "NameId": "sample string 14",
  "IsDeleted": true
}

text/html

Sample:
{"Id":"sample string 1","Email":"sample string 2","EmailConfirmed":true,"PasswordHash":"sample string 4","SecurityStamp":"sample string 5","PhoneNumber":"sample string 6","PhoneNumberConfirmed":true,"TwoFactorEnabled":true,"LockoutEndDateUtc":"2025-07-06T12:28:07.0998071+00:00","LockoutEnabled":true,"AccessFailedCount":10,"UserName":"sample string 11","PracticeId":12,"DisplayName":"sample string 13","NameId":"sample string 14","IsDeleted":true}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[VetAPI.DataModel.AspNetUser, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[VetAPI.DataModel.AspNetUser, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.