GET api/QualityAssurance/GetOrgAnswers?orgId={orgId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orgId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OrgAnswerResponseModelName | Description | Type | Additional information |
---|---|---|---|
UserId | string |
None. |
|
OrgId | string |
None. |
|
Q1Answer | string |
None. |
|
Q2Answer | string |
None. |
|
Q3Answer | string |
None. |
|
Q4Answer | string |
None. |
|
Q5Answer | string |
None. |
|
Q5aAnswer | string |
None. |
|
Q6Answer | string |
None. |
|
Q7Answer | string |
None. |
|
Q8Answer | string |
None. |
|
Q9Answer | string |
None. |
|
Q10Answer | string |
None. |
|
Q11Answer | string |
None. |
|
Q11aAnswer | string |
None. |
|
Q11bAnswer | string |
None. |
|
Q12Answer | string |
None. |
|
Q13Answer | string |
None. |
|
Q14Answer | string |
None. |
|
Q15Answer | string |
None. |
|
Result | ResponseResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "UserId": "sample string 1", "OrgId": "sample string 2", "Q1Answer": "sample string 3", "Q2Answer": "sample string 4", "Q3Answer": "sample string 5", "Q4Answer": "sample string 6", "Q5Answer": "sample string 7", "Q5aAnswer": "sample string 8", "Q6Answer": "sample string 9", "Q7Answer": "sample string 10", "Q8Answer": "sample string 11", "Q9Answer": "sample string 12", "Q10Answer": "sample string 13", "Q11Answer": "sample string 14", "Q11aAnswer": "sample string 15", "Q11bAnswer": "sample string 16", "Q12Answer": "sample string 17", "Q13Answer": "sample string 18", "Q14Answer": "sample string 19", "Q15Answer": "sample string 20", "Result": { "Success": true, "Message": "sample string 2", "Errors": [ { "Message": "sample string 1" }, { "Message": "sample string 1" } ] } }
application/xml, text/xml
Sample:
<OrgAnswerResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bond.Core.API.Models.Response"> <Result> <Errors> <ErrorMessage> <Message>sample string 1</Message> </ErrorMessage> <ErrorMessage> <Message>sample string 1</Message> </ErrorMessage> </Errors> <Message>sample string 2</Message> <Success>true</Success> </Result> <OrgId>sample string 2</OrgId> <Q10Answer>sample string 13</Q10Answer> <Q11Answer>sample string 14</Q11Answer> <Q11aAnswer>sample string 15</Q11aAnswer> <Q11bAnswer>sample string 16</Q11bAnswer> <Q12Answer>sample string 17</Q12Answer> <Q13Answer>sample string 18</Q13Answer> <Q14Answer>sample string 19</Q14Answer> <Q15Answer>sample string 20</Q15Answer> <Q1Answer>sample string 3</Q1Answer> <Q2Answer>sample string 4</Q2Answer> <Q3Answer>sample string 5</Q3Answer> <Q4Answer>sample string 6</Q4Answer> <Q5Answer>sample string 7</Q5Answer> <Q5aAnswer>sample string 8</Q5aAnswer> <Q6Answer>sample string 9</Q6Answer> <Q7Answer>sample string 10</Q7Answer> <Q8Answer>sample string 11</Q8Answer> <Q9Answer>sample string 12</Q9Answer> <UserId>sample string 1</UserId> </OrgAnswerResponseModel>