Import responses
Responses / Import
Import responses
Description
Imports responses to a campaign.
Response
200 OK
{
"result": {
"firestoreDocumentId": string
}
}
where:
firestoreDocumentId: The firestore document id to keep track of the status of the import process.
400 Bad Request
ProjectId and/or file are missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
POST
Import responses
Description
Imports responses to a campaign.Response
200 OK
firestoreDocumentId: The firestore document id to keep track of the status of the import process.
400 Bad Request
ProjectId and/or file are missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.