« Back to index

/lab_groups

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

A user can have and belong to many lab groups. A lab_group may be associated with any number of projects.

GET/lab_groups

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

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

Access: HTTP Basic authentication, Customer access or higher

Parameters: None

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

XML example:
(toggle code)

GET/lab_groups/[lab_group id]

Get detailed information about a single lab_group.

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

Access: HTTP Basic authentication, Customer access or higher

Parameters: None

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

XML example:
(toggle code)