Setup Prefix Set

List

Retrieve a paginated list of Setup Prefix Set records. Supports filtering, sorting, and search.

get/api/cp/setup/prefix-set

Response

Successful response

idinteger

Id

account_idinteger

Account Id (references account.id)

namestring

Name

datastring

Data

querystring

Query

flagsstring[]

Flags

Example response

[
  {
    "id": 12345,
    "account_id": 1,
    "name": "Example Name",
    "data": "Sample data text content",
    "query": "Sample query text content",
    "flags": "GLOBAL_DN"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.