Skip to main content
Skip table of contents

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

id

PK<KeywordGroup>

Yes

external_ref

ERef<KeywordGroup>

Yes

name

string

Yes

keywords

Array[<Keyword>]

Yes

Filter Parameters

API Requests | Search-&-Parameters

Name

Type

created_at_lte

Date YYYY-MM-DD

created_at_gte

Date YYYY-MM-DD

created_at

Date YYYY-MM-DD

updated_at_lte

Date YYYY-MM-DD

updated_at_gte

Date YYYY-MM-DD

updated_at

Date YYYY-MM-DD

name

String

Example Response

CODE
[
  {
    "id":1,
    "external_ref": "KWG_1",
    "name":"Country",
    "keywords": [1, 2, 3, 4]
  }
]

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.