List all Keyword Groups
URL
GET https://<tenant>.bubbleppm.com/api/v3/keywordgroups/
External Refs
This endpoint supports External Refs. For more information please refer to the documentation here.
Pagination
This endpoint supports pagination. For more information please refer to the documentation here.
Attributes
Name | Type | Value always returned |
|---|---|---|
| PK<KeywordGroup> | Yes |
| ERef<KeywordGroup> | Yes |
| string | Yes |
| Array[<Keyword>] | Yes |
Filter Parameters
API Requests | Search-&-Parameters
Name | Type |
|---|---|
| Date |
| Date |
| Date |
| Date |
| Date |
| Date |
| String |
Example Response
[
{
"id":1,
"external_ref": "KWG_1",
"name":"Country",
"keywords": [1, 2, 3, 4]
}
]