GET api/NTNonInjury/GetFFDCovidQuestionnaire?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfReturnToWorkCovidQuestionnaireDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of ReturnToWorkCovidQuestionnaireDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"Id": 1,
"CaseNo": 2,
"EmployeeId": "sample string 3",
"FitnessForDutyId": 4,
"QuarantineStartDate": "2025-10-30T10:01:40.7047368-07:00",
"QuarantineEndDate": "2025-10-30T10:01:40.7047368-07:00",
"RTWDate": "2025-10-30T10:01:40.7047368-07:00",
"Recommendation": "sample string 5",
"Answer1": true,
"Answer2": true,
"Answer3": true,
"Answer4": true,
"Answer5": true,
"Answer6": true,
"Answer7": true,
"Answer5_1": true,
"Status": 6,
"ClinicalPathwayId": 7,
"PhysicianId": 1,
"EvaluationDate": "2025-10-30T10:01:40.7047368-07:00",
"EvaluationTime": "00:00:00.1234567",
"TimeZoneId": 1,
"CloseDate": "2025-10-30T10:01:40.7047368-07:00",
"CloseByName": "sample string 8",
"CovidFFDStatus": 9,
"PhysicianName": "sample string 10",
"TimeZoneName": "sample string 11",
"COSFormId": 12,
"Note": "sample string 13",
"LastDayWorked": "2025-10-30T10:01:40.7047368-07:00",
"DateOfExposure": "2025-10-30T10:01:40.7047368-07:00",
"DateOfSymptomsBegan": "2025-10-30T10:01:40.7047368-07:00",
"WorkAreaFrequented": "sample string 14",
"IsEEDeniesSymptoms": true,
"AutoPopulateDays": 15.1,
"ReferenceDateName": "sample string 16",
"ReferenceDate": "2025-10-30T10:01:40.7047368-07:00",
"ValidFlag": true,
"DateCreated": "2025-10-30T10:01:40.7047368-07:00",
"DateUpdated": "2025-10-30T10:01:40.7047368-07:00",
"UserIDCreated": 20,
"UserIDUpdated": 21,
"CompanyCode": "sample string 22",
"IsExcludeDiscount": true
},
{
"Id": 1,
"CaseNo": 2,
"EmployeeId": "sample string 3",
"FitnessForDutyId": 4,
"QuarantineStartDate": "2025-10-30T10:01:40.7047368-07:00",
"QuarantineEndDate": "2025-10-30T10:01:40.7047368-07:00",
"RTWDate": "2025-10-30T10:01:40.7047368-07:00",
"Recommendation": "sample string 5",
"Answer1": true,
"Answer2": true,
"Answer3": true,
"Answer4": true,
"Answer5": true,
"Answer6": true,
"Answer7": true,
"Answer5_1": true,
"Status": 6,
"ClinicalPathwayId": 7,
"PhysicianId": 1,
"EvaluationDate": "2025-10-30T10:01:40.7047368-07:00",
"EvaluationTime": "00:00:00.1234567",
"TimeZoneId": 1,
"CloseDate": "2025-10-30T10:01:40.7047368-07:00",
"CloseByName": "sample string 8",
"CovidFFDStatus": 9,
"PhysicianName": "sample string 10",
"TimeZoneName": "sample string 11",
"COSFormId": 12,
"Note": "sample string 13",
"LastDayWorked": "2025-10-30T10:01:40.7047368-07:00",
"DateOfExposure": "2025-10-30T10:01:40.7047368-07:00",
"DateOfSymptomsBegan": "2025-10-30T10:01:40.7047368-07:00",
"WorkAreaFrequented": "sample string 14",
"IsEEDeniesSymptoms": true,
"AutoPopulateDays": 15.1,
"ReferenceDateName": "sample string 16",
"ReferenceDate": "2025-10-30T10:01:40.7047368-07:00",
"ValidFlag": true,
"DateCreated": "2025-10-30T10:01:40.7047368-07:00",
"DateUpdated": "2025-10-30T10:01:40.7047368-07:00",
"UserIDCreated": 20,
"UserIDUpdated": 21,
"CompanyCode": "sample string 22",
"IsExcludeDiscount": true
}
],
"totalCount": 3
}
application/xml, text/xml
Sample:
<AsapResponseOfArrayOfReturnToWorkCovidQuestionnaireDTOmhANR0_Pp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.NurseTriage.NonInjury">
<d2p1:ReturnToWorkCovidQuestionnaireDTO>
<CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 22</CompanyCode>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:01:40.7047368-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:01:40.7047368-07:00</DateUpdated>
<IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">20</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">21</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:Answer1>true</d2p1:Answer1>
<d2p1:Answer2>true</d2p1:Answer2>
<d2p1:Answer3>true</d2p1:Answer3>
<d2p1:Answer4>true</d2p1:Answer4>
<d2p1:Answer5>true</d2p1:Answer5>
<d2p1:Answer5_1>true</d2p1:Answer5_1>
<d2p1:Answer6>true</d2p1:Answer6>
<d2p1:Answer7>true</d2p1:Answer7>
<d2p1:AutoPopulateDays>15.1</d2p1:AutoPopulateDays>
<d2p1:COSFormId>12</d2p1:COSFormId>
<d2p1:CaseNo>2</d2p1:CaseNo>
<d2p1:ClinicalPathwayId>7</d2p1:ClinicalPathwayId>
<d2p1:CloseByName>sample string 8</d2p1:CloseByName>
<d2p1:CloseDate>2025-10-30T10:01:40.7047368-07:00</d2p1:CloseDate>
<d2p1:CovidFFDStatus>9</d2p1:CovidFFDStatus>
<d2p1:DateOfExposure>2025-10-30T10:01:40.7047368-07:00</d2p1:DateOfExposure>
<d2p1:DateOfSymptomsBegan>2025-10-30T10:01:40.7047368-07:00</d2p1:DateOfSymptomsBegan>
<d2p1:EmployeeId>sample string 3</d2p1:EmployeeId>
<d2p1:EvaluationDate>2025-10-30T10:01:40.7047368-07:00</d2p1:EvaluationDate>
<d2p1:EvaluationTime>PT0.1234567S</d2p1:EvaluationTime>
<d2p1:FitnessForDutyId>4</d2p1:FitnessForDutyId>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsEEDeniesSymptoms>true</d2p1:IsEEDeniesSymptoms>
<d2p1:LastDayWorked>2025-10-30T10:01:40.7047368-07:00</d2p1:LastDayWorked>
<d2p1:Note>sample string 13</d2p1:Note>
<d2p1:PhysicianId>1</d2p1:PhysicianId>
<d2p1:PhysicianName>sample string 10</d2p1:PhysicianName>
<d2p1:QuarantineEndDate>2025-10-30T10:01:40.7047368-07:00</d2p1:QuarantineEndDate>
<d2p1:QuarantineStartDate>2025-10-30T10:01:40.7047368-07:00</d2p1:QuarantineStartDate>
<d2p1:RTWDate>2025-10-30T10:01:40.7047368-07:00</d2p1:RTWDate>
<d2p1:Recommendation>sample string 5</d2p1:Recommendation>
<d2p1:ReferenceDate>2025-10-30T10:01:40.7047368-07:00</d2p1:ReferenceDate>
<d2p1:ReferenceDateName>sample string 16</d2p1:ReferenceDateName>
<d2p1:Status>6</d2p1:Status>
<d2p1:TimeZoneId>1</d2p1:TimeZoneId>
<d2p1:TimeZoneName>sample string 11</d2p1:TimeZoneName>
<d2p1:WorkAreaFrequented>sample string 14</d2p1:WorkAreaFrequented>
</d2p1:ReturnToWorkCovidQuestionnaireDTO>
<d2p1:ReturnToWorkCovidQuestionnaireDTO>
<CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 22</CompanyCode>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:01:40.7047368-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T10:01:40.7047368-07:00</DateUpdated>
<IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">20</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">21</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:Answer1>true</d2p1:Answer1>
<d2p1:Answer2>true</d2p1:Answer2>
<d2p1:Answer3>true</d2p1:Answer3>
<d2p1:Answer4>true</d2p1:Answer4>
<d2p1:Answer5>true</d2p1:Answer5>
<d2p1:Answer5_1>true</d2p1:Answer5_1>
<d2p1:Answer6>true</d2p1:Answer6>
<d2p1:Answer7>true</d2p1:Answer7>
<d2p1:AutoPopulateDays>15.1</d2p1:AutoPopulateDays>
<d2p1:COSFormId>12</d2p1:COSFormId>
<d2p1:CaseNo>2</d2p1:CaseNo>
<d2p1:ClinicalPathwayId>7</d2p1:ClinicalPathwayId>
<d2p1:CloseByName>sample string 8</d2p1:CloseByName>
<d2p1:CloseDate>2025-10-30T10:01:40.7047368-07:00</d2p1:CloseDate>
<d2p1:CovidFFDStatus>9</d2p1:CovidFFDStatus>
<d2p1:DateOfExposure>2025-10-30T10:01:40.7047368-07:00</d2p1:DateOfExposure>
<d2p1:DateOfSymptomsBegan>2025-10-30T10:01:40.7047368-07:00</d2p1:DateOfSymptomsBegan>
<d2p1:EmployeeId>sample string 3</d2p1:EmployeeId>
<d2p1:EvaluationDate>2025-10-30T10:01:40.7047368-07:00</d2p1:EvaluationDate>
<d2p1:EvaluationTime>PT0.1234567S</d2p1:EvaluationTime>
<d2p1:FitnessForDutyId>4</d2p1:FitnessForDutyId>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsEEDeniesSymptoms>true</d2p1:IsEEDeniesSymptoms>
<d2p1:LastDayWorked>2025-10-30T10:01:40.7047368-07:00</d2p1:LastDayWorked>
<d2p1:Note>sample string 13</d2p1:Note>
<d2p1:PhysicianId>1</d2p1:PhysicianId>
<d2p1:PhysicianName>sample string 10</d2p1:PhysicianName>
<d2p1:QuarantineEndDate>2025-10-30T10:01:40.7047368-07:00</d2p1:QuarantineEndDate>
<d2p1:QuarantineStartDate>2025-10-30T10:01:40.7047368-07:00</d2p1:QuarantineStartDate>
<d2p1:RTWDate>2025-10-30T10:01:40.7047368-07:00</d2p1:RTWDate>
<d2p1:Recommendation>sample string 5</d2p1:Recommendation>
<d2p1:ReferenceDate>2025-10-30T10:01:40.7047368-07:00</d2p1:ReferenceDate>
<d2p1:ReferenceDateName>sample string 16</d2p1:ReferenceDateName>
<d2p1:Status>6</d2p1:Status>
<d2p1:TimeZoneId>1</d2p1:TimeZoneId>
<d2p1:TimeZoneName>sample string 11</d2p1:TimeZoneName>
<d2p1:WorkAreaFrequented>sample string 14</d2p1:WorkAreaFrequented>
</d2p1:ReturnToWorkCovidQuestionnaireDTO>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfArrayOfReturnToWorkCovidQuestionnaireDTOmhANR0_Pp>