Search for boards given given a parameters combination of: section, refId and user
| Name | Type | Description |
|---|---|---|
| request | \mvcnphp\RequestParameters |
sort_field and sort_dir parameters to control the order in which
records are returned.page_size and page_num parameters to control the set of records
returned.Zero or more BoardBasic records
| Name | Type | Description |
|---|---|---|
| id | int | Id |
| section | string | Section the board belongs to |
| refId | int | Id of object the board is bound to |
| boardName | string | Name of the board |
| description | string | Description for the board |
| isShared | bool | isShared |
| createDate | string | Date when the board was created |
| user | \gforge\core\models\api\UserBasic | |
| project | \gforge\core\models\api\ProjectBasic | |
| config | object | config data for the board |
GET http://api.mygforge.tld/board/?section=tracker&refId=335
Creates or updates a board
| Name | Type | Description |
|---|---|---|
| request | \mvcnphp\RequestParameters |
Deletes a board
| Name | Type | Description |
|---|---|---|
| request | \mvcnphp\RequestParameters |