List all Keywords
URL
GET https://<tenant>.bubbleppm.com/api/v3/keywordgroups/<keyword_group_id>/keywords/
GET https://<tenant>.bubbleppm.com/api/v3/keywordgroups/<keyword_group_external_ref>/keywords/?use_external_refs
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 |
|---|---|
| PK<Keyword> |
| ERef<Keyword> |
| String |
| Integer |
| Integer |
Filter Parameters
API Requests | Search-&-Parameters
Name | Type |
|---|---|
| Date |
| Date |
| Date |
| Date |
| Date |
| Date |
| String |
Example Response
[
{
"id": 1,
"external_ref": "UK",
"name": "United Kingdom",
"active": true,
"order": 0,
"group": 31
},
{
"id": 2,
"external_ref": "US",
"name": "United States",
"active": true,
"order": 1,
"group": 31
}
]