Skip to content

SurveyClient for partial responses #25

@Femilshajin

Description

@Femilshajin

Until now we had partial response just for web-survey, now we have started using it in In-App channel as well, Brand would like to know from which channel partial response is being collected from. So we have made change in the partial survey API by adding a parameter to pass surveyclient.

Use SurveyClient as Below while Partial submission and complete submission
For Android : InApp-Droid
For iOS: InApp-iOS

POST /api/PartialSurvey/{id}/{complete}/{surveyclient}/{tabletId}

/// <param name="complete">false for all responses except true if submit/last question(will discard partial response when true)</param>
/// <param name="surveyclient">Survey Client(ex: JS-Web)</param>
/// <param name="tabletId">Optional Tablet Id</param>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions