GET api/HSV/GetProjectSampleQuota?projectID={projectID}&sampleID={sampleID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectID | integer |
Required |
|
| sampleID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of API_GetProjectSampleQuota_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| ProjectGroupID | integer |
None. |
|
| SampleID | integer |
None. |
|
| SampleStatus | string |
None. |
|
| QuestionId | integer |
None. |
|
| AnswerChoiceId | string |
None. |
|
| AnswerChoiceText | string |
None. |
|
| QuotaPercentage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProjectId": 1,
"ProjectGroupID": 1,
"SampleID": 1,
"SampleStatus": "sample string 2",
"QuestionId": 1,
"AnswerChoiceId": "sample string 3",
"AnswerChoiceText": "sample string 4",
"QuotaPercentage": 1.0
},
{
"ProjectId": 1,
"ProjectGroupID": 1,
"SampleID": 1,
"SampleStatus": "sample string 2",
"QuestionId": 1,
"AnswerChoiceId": "sample string 3",
"AnswerChoiceText": "sample string 4",
"QuotaPercentage": 1.0
}
]