everyaction.services.SurveyQuestions¶
- class everyaction.services.SurveyQuestions(ea: EAClient)¶
Represents the Survey Questions service.
Methods
get(question_id, /)list(*[, limit])See GET /surveyQuestions.
- get(question_id: Union[int, str], /) SurveyQuestion¶
See GET /surveyQuestions/{surveyQuestionId}.
- Parameters
question_id – The surveyQuestionId path parameter.
- Returns
The resulting
SurveyQuestionobject.
- list(*, limit: Optional[int] = None, **kwargs: EAValue) List[SurveyQuestion]¶
See GET /surveyQuestions.
- Parameters
limit – Maximum number of records to get for this request.
kwargs – The applicable query arguments and JSON data for the request.
- Returns
List of the resulting
SurveyQuestionobjects.- Keyword Arguments
cycle
name
question
statuses
type