GET/projects/{project_id}/surveys/{survey_id}

Get survey

Fetch a single survey by ID, scoped to the project. Returns 404 when the survey does not belong to the given project.

Base URLhttps://seggwat.com/api/v1

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011
survey_idpathstringrequired

MongoDB ObjectId of the survey

Example: 6630f1c7c2b3a40a1e9e1b22

Responses

Navigation