Searches for tags matching criteria, or retrieves tags by section and reference ID.
| 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 TagBasic records.
| Name | Type | Description |
|---|---|---|
| id | int | Id of associated object |
| section | string | Type of the associated object |
| refId | int | Id of object associated with this activity log |
| tagName | string | Name of the tag |
GET http://gforge.api/tag?section=trackeritem
GET http://gforge.api/tag/trackeritem/1001
Creates a series of tag on a given objet
| Name | Type | Description |
|---|---|---|
| request | \mvcnphp\RequestParameters |
PUT http://gforge.api/tag/section/1
[
{"tags": "tag1,tag2,tag3"}
]