GET v1/Surveys/{surveyId}/QuotaTargets/{eTag}
User roles allowed to make this request:
DomainAdministrator
PowerUser
RegularUser
Supervisor
Scripter
LimitedUser
QuotaManager
OperationsUser
SampleManager
DemoUser
Permissions required to make this request:
SurveyQuotaFrame.Read
Survey.Read
Supports survey simulations
This method retrieves a Full QuotaFrame structure based on survey. The successful counts are also retrieved
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
surveyId |
The id of the survey |
string |
Required |
eTag |
The ETag version of the quota |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of quota level targets
Response Message
SurveysQuotaFrameResponseModelName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Variables | Collection of SurveysQuotaFrameVariable |
None. |
|
Target |
Target counts |
integer |
None. |
Successful |
Successful counts, only retrieved when ETag is specified |
integer |
None. |
Response Formats
application/json, text/json
{ "Id": "sample string 1", "Variables": [ { "Id": "a5968557-f7a8-4a6d-bece-399e791df72c", "Name": "sample string 2", "IsMulti": true, "Levels": [ { "Id": "fbd9423f-8264-4c3b-bdab-3255de99909b", "Name": "sample string 2", "Variables": [], "Target": 1, "MaxTarget": 1, "MaxOvershoot": 1, "Successful": 3, "DisplayIndex": 4 }, { "Id": "fbd9423f-8264-4c3b-bdab-3255de99909b", "Name": "sample string 2", "Variables": [], "Target": 1, "MaxTarget": 1, "MaxOvershoot": 1, "Successful": 3, "DisplayIndex": 4 } ], "DisplayIndex": 4 }, { "Id": "a5968557-f7a8-4a6d-bece-399e791df72c", "Name": "sample string 2", "IsMulti": true, "Levels": [ { "Id": "fbd9423f-8264-4c3b-bdab-3255de99909b", "Name": "sample string 2", "Variables": [], "Target": 1, "MaxTarget": 1, "MaxOvershoot": 1, "Successful": 3, "DisplayIndex": 4 }, { "Id": "fbd9423f-8264-4c3b-bdab-3255de99909b", "Name": "sample string 2", "Variables": [], "Target": 1, "MaxTarget": 1, "MaxOvershoot": 1, "Successful": 3, "DisplayIndex": 4 } ], "DisplayIndex": 4 } ], "Target": 1, "Successful": 2 }
application/xml
Sample not available.
text/xml
Sample not available.