GET directory/{weight}/get-questionnaire-result
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
weight | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
QuestionnaireResultDtoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Weight | integer |
None. |
|
Summary | string |
None. |
|
Link | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Weight": 2, "Summary": "sample string 3", "Link": "sample string 4" }
application/xml, text/xml
Sample:
<QuestionnaireResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DrAhmedElMasryApi.Dto"> <Id>1</Id> <Link>sample string 4</Link> <Summary>sample string 3</Summary> <Weight>2</Weight> </QuestionnaireResultDto>