Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Responses #6

@ManuelLevi

Description

@ManuelLevi

Couldn't find how to get the responses, so I've added get_responses function to class Forms

The code reads like this:

 def get_responses(self, uid: str) -> dict:
        """Retrieves the results"""
        return self.__client.request('get', '/forms/%s/responses' % uid)

Problem is, this does not deal with pagination and will not work with more than 25 answers according to the documentation.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions