Project Search
Search for a Project. The response given is an array objects, each of which represents a project whose name contains the
project_name
string. Each object includes the project name
, slug
, access
and ref
.We assume the base domain to be five.epicollect.net.
GET /api/projects/{project_name}
Parameter | Required | Description |
---|---|---|
project_name | yes, as url segment | A full or partial project name. |
The project_name parameter can be the full or partial name of a project you wish to search for. This must be at least 3 characters long.
Last modified 1yr ago