createProject
POST/api/suppliers/createProjectOnZamplia
This endpoint allows you to create a new research project.
Request
- application/json
Body
data
object
Unique identifier for the project on Zamplia.
Name assigned to the project for easy reference.
Language identifier for the project (e.g., 4 for English).
Number of completes required for the project.
URL for the study where participants will be directed.
Current status of the project (e.g., Live, Paused).
Length of Interview in minutes.
Incidence rate percentage for the study.
Indicates if group security settings are enabled.
Device allowance settings (e.g., 0 for all devices).
Identifier for the type of study (e.g., 1 for survey).
Indicates if personally identifiable information is collected (0 for no).
Number of days the fieldwork will be open.
Category identifiers associated with the project.
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
{
"status": 201,
"message": "Study Created Successfully"
}