« Back to index

/projects

This resource can be used to list a summary of all projects, or show details for a particular project.

Each project belongs to a particular lab group. A project can be associated with any number of samples.

GET/projects

Get a list of all projects, which doesn't have all the details that are available when retrieving single projects (see GET /projects/[project id]).

Example: GET <%= SiteConfig.site_url %>/projects

Access: HTTP Basic authentication, Customer access or higher

Parameters: None

Response: A list of all summary information on all projects
JSON example:
(toggle code)

XML example:
(toggle code)

GET/projects/[project id]

Get detailed information about a single project.

Example: GET <%= SiteConfig.site_url %>/projects/5.json

Access: HTTP Basic authentication, Customer access or higher

Parameters: None

Response: Detailed attributes of a particular project
JSON example:
(toggle code)

XML example:
(toggle code)