GET api/Report/GetNatureOfInjuryReport?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfListOfCommonReportDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of CommonReportDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "Label": "sample string 1",
      "Count": 2,
      "Percentage": 3.0
    },
    {
      "Label": "sample string 1",
      "Count": 2,
      "Percentage": 3.0
    }
  ],
  "totalCount": 3
}