Fetch Analysis (conjoint)
Analysis / Question Dashboard
Fetch Analysis (conjoint)
Description
Get conjoint questions analysis.
Payload
{
"fromDate": string,
"toDate": string,
"filter": array,
"groups": object
}
where:
fromDate: start date in ISO format. (Required).toDate: end date in ISO format. (Required).filter: array of filters to filter the responses. (Optional).groups: Object indexed by question id with aqas prefix. Every key has assigned an array with the question ids withqprefix that are the same question through different concepts inside a concept test. Only needed for project with Concept Test or Question Loops (Optional).
Response
200 OK
{
"filter": object,
"fromDate": string,
"toDate": string,
"projectId": string,
"responses": object,
"responsesByQuestionCounter": object,
"responsesCounter": number|null,
}
where:
fromDate: Starting date to filter responses.toDate: End date to filter responses.filter: List of filters used to apply to the constant sum answers.projectId: Id of the project this analysis belongs to.responses: An object indexed by question id prefixed withq.responses.qQuestionID: An object indexed by attribute index associated with an object containing the utility, importance and intercept data for that attribute.responsesByQuestionCounter: An object indexed by question id prefixed withqassociated with the number of responses for it.responsesCounter: Total responses used for the conjoint analysis.
400 Bad Request
Missing or invalid
fromDate/toDate/projectIdfields.
401 Unauthorized
Invalid authorization.
404 Not Found
Resource not found.
500 Internal Server Error
Error occurred in the service.
POST
Fetch Analysis (conjoint)
Description
Get conjoint questions analysis.Payload
fromDate: start date in ISO format. (Required).toDate: end date in ISO format. (Required).filter: array of filters to filter the responses. (Optional).groups: Object indexed by question id with aqas prefix. Every key has assigned an array with the question ids withqprefix that are the same question through different concepts inside a concept test. Only needed for project with Concept Test or Question Loops (Optional).
Response
200 OK
fromDate: Starting date to filter responses.toDate: End date to filter responses.filter: List of filters used to apply to the constant sum answers.projectId: Id of the project this analysis belongs to.responses: An object indexed by question id prefixed withq.responses.qQuestionID: An object indexed by attribute index associated with an object containing the utility, importance and intercept data for that attribute.responsesByQuestionCounter: An object indexed by question id prefixed withqassociated with the number of responses for it.responsesCounter: Total responses used for the conjoint analysis.
400 Bad Request
Missing or invalidfromDate/toDate/projectIdfields.
401 Unauthorized
Invalid authorization.
404 Not Found
Resource not found.
500 Internal Server Error
Error occurred in the service.