GET api/PhysicalTherapy/GetPhysicalTherapyInfo?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfPhysicalTherapyIntakeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | PhysicalTherapyIntakeDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"CaseNo": 1,
"CaseTypeId": 1,
"EmployeeId": "sample string 2",
"CorporationCode": "sample string 3",
"ChiefComplain": "sample string 4",
"StatementOfInjury": "sample string 5",
"CorporationName": "sample string 6",
"EmployeeJobTitle": "sample string 7",
"LastName": "sample string 8",
"FirstName": "sample string 9",
"CaseStatus": "sample string 10",
"WLName": "sample string 11",
"CloseByUserName": "sample string 12",
"CloseDate": "2026-06-20T12:53:43.8592914-07:00",
"CloseByUserId": 1,
"Status": 13,
"CloseCaseByUserName": "sample string 14",
"AdministrativeClosureName": "sample string 15",
"IntakeCloseDate": "2026-06-20T12:53:43.8592914-07:00",
"IntakeCloseByUserId": 1,
"ReasonForDelete": "sample string 16",
"isCloseIntake": true,
"EmployeeWorkLocationCode": "sample string 18",
"InsuranceId": 1,
"PatientCheckinId": 1,
"DateOfInjury": "2026-06-20T12:53:43.8592914-07:00",
"NumberOfAuthorizeVisits": 1,
"DateLastWorked": "2026-06-20T12:53:43.8592914-07:00",
"AuthorizationEndDate": "2026-06-20T12:53:43.8592914-07:00",
"AuthorizationStartDate": "2026-06-20T12:53:43.8592914-07:00",
"AuthorizationNumber": "sample string 19",
"ClaimNumber": "sample string 20",
"ReferringProvideFirstName": "sample string 21",
"ReferringProvideLastName": "sample string 22",
"ReferringProvideNPI": "sample string 23",
"ReferringProvideTIN": "sample string 24",
"ValidFlag": true,
"DateCreated": "2026-06-20T12:53:43.8592914-07:00",
"DateUpdated": "2026-06-20T12:53:43.8592914-07:00",
"UserIDCreated": 28,
"UserIDUpdated": 29,
"CompanyCode": "sample string 30",
"IsExcludeDiscount": true
},
"totalCount": 3
}