everyaction.services.SurveyQuestions

class everyaction.services.SurveyQuestions(ea: EAClient)

Represents the Survey Questions service.

Methods

get(question_id, /)

See GET /surveyQuestions/{surveyQuestionId}.

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 SurveyQuestion object.

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 SurveyQuestion objects.

Keyword Arguments
  • cycle

  • name

  • question

  • statuses

  • type