Skip to main content

createProject

POST 

/api/suppliers/createProjectOnZamplia

This endpoint allows you to create a new research project.

Request

Body

    data

    object

    projectId integer

    Unique identifier for the project on Zamplia.

    projectName string

    Name assigned to the project for easy reference.

    lang_id integer

    Language identifier for the project (e.g., 4 for English).

    completes integer

    Number of completes required for the project.

    studyUrl string

    URL for the study where participants will be directed.

    projectStatus string

    Current status of the project (e.g., Live, Paused).

    loi integer

    Length of Interview in minutes.

    ir integer

    Incidence rate percentage for the study.

    groupSecurityActive boolean

    Indicates if group security settings are enabled.

    deviceAllowed integer

    Device allowance settings (e.g., 0 for all devices).

    studytype integer

    Identifier for the type of study (e.g., 1 for survey).

    isPII integer

    Indicates if personally identifiable information is collected (0 for no).

    fieldDays integer

    Number of days the fieldwork will be open.

    categoryIds integer[]

    Category identifiers associated with the project.

Responses

Successful response

Schema

    status integer
    message string
Loading...