POST api/Reports/GetAnalyticsReport
Request Information
URI Parameters
None.
Body Parameters
Ref_ReportsParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| DateOfDiagnosisOfLynchSyndrome | string |
None. |
|
| Gender | string |
None. |
|
| Age | string |
None. |
|
| HowWasLynchSyndromeDiagnosed | string |
None. |
|
| GeneticTypeOfLynchSyndrome | string |
None. |
|
| AreYouAwareOfTheSymptomsToLookOutFor | string |
None. |
|
| HaveYouDiscussedHelicobacterTestWithYourGP | string |
None. |
|
| PleaseSelectWhichAppliesForHelicobacterTest | string |
None. |
|
| HaveYouDiscussedAspirinTherapyWithYourGP | string |
None. |
|
| PleaseSelectWhichAppliesForAspirinTherapy | string |
None. |
|
| HaveYouHadAColonoscopyForYourLynchSyndrome | string |
None. |
|
| NotifyingCloseFamilyMembers | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"DateOfDiagnosisOfLynchSyndrome": "sample string 2",
"Gender": "sample string 3",
"Age": "sample string 4",
"HowWasLynchSyndromeDiagnosed": "sample string 5",
"GeneticTypeOfLynchSyndrome": "sample string 6",
"AreYouAwareOfTheSymptomsToLookOutFor": "sample string 7",
"HaveYouDiscussedHelicobacterTestWithYourGP": "sample string 8",
"PleaseSelectWhichAppliesForHelicobacterTest": "sample string 9",
"HaveYouDiscussedAspirinTherapyWithYourGP": "sample string 10",
"PleaseSelectWhichAppliesForAspirinTherapy": "sample string 11",
"HaveYouHadAColonoscopyForYourLynchSyndrome": "sample string 12",
"NotifyingCloseFamilyMembers": "sample string 13",
"StartDate": "sample string 14",
"EndDate": "sample string 15"
}
application/xml, text/xml
Sample:
<Ref_ReportsParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LynchAppApi.Models"> <Age>sample string 4</Age> <AreYouAwareOfTheSymptomsToLookOutFor>sample string 7</AreYouAwareOfTheSymptomsToLookOutFor> <DateOfDiagnosisOfLynchSyndrome>sample string 2</DateOfDiagnosisOfLynchSyndrome> <EndDate>sample string 15</EndDate> <Gender>sample string 3</Gender> <GeneticTypeOfLynchSyndrome>sample string 6</GeneticTypeOfLynchSyndrome> <HaveYouDiscussedAspirinTherapyWithYourGP>sample string 10</HaveYouDiscussedAspirinTherapyWithYourGP> <HaveYouDiscussedHelicobacterTestWithYourGP>sample string 8</HaveYouDiscussedHelicobacterTestWithYourGP> <HaveYouHadAColonoscopyForYourLynchSyndrome>sample string 12</HaveYouHadAColonoscopyForYourLynchSyndrome> <HowWasLynchSyndromeDiagnosed>sample string 5</HowWasLynchSyndromeDiagnosed> <NotifyingCloseFamilyMembers>sample string 13</NotifyingCloseFamilyMembers> <PleaseSelectWhichAppliesForAspirinTherapy>sample string 11</PleaseSelectWhichAppliesForAspirinTherapy> <PleaseSelectWhichAppliesForHelicobacterTest>sample string 9</PleaseSelectWhichAppliesForHelicobacterTest> <StartDate>sample string 14</StartDate> <UserId>sample string 1</UserId> </Ref_ReportsParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.