Setup Prefix Set

Read

Retrieve a single Setup Prefix Set record by ID.

get/api/cp/setup/prefix-set/{id}

Path parameters

idinteger required

Id identifier

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.