Get all projects

Use this information to retrieve all projects.

The following elements are described:

Request

Aspect Value
Endpoint URL /api/v1/behaviour/projects
HTTP Method GET

Response

Aspect Value
Content-Type application/json
Response Code 200 (OK)

Body

The body contains a single list of projects. Each entry has the following fields:
Field Description
id ID assigned to the project (the same as the name value)
name Name of the project
description Supplied description of the project

Example

{
  "id": "assembly::t_simple::1.0",
​  "name": "assembly::t_simple::1.0",
​  "description": "Project for assembly::t_simple::1.0"
}