GET api/admin/doctors/DoctorReport/{lastDays}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
lastDays

integer

Default value is 30

Body Parameters

None.

Response Information

Resource Description

DataActionResponse
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

ErrorMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccessful": true,
  "errorMessage": "sample string 2",
  "data": {}
}

text/html

Sample:
{"isSuccessful":true,"errorMessage":"sample string 2","data":{}}

application/xml, text/xml

Sample:
<DataActionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ps.CoreUtilities.Framework.Exceptions">
  <Data />
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsSuccessful>true</IsSuccessful>
</DataActionResponse>