Docs »

Records »

Types »

OAuth App

Name (singular): Oauth App
Name (plural): Oauth Apps
Alias (uri): oauth_app
Identifier (ID): cerberusweb.contexts.oauth.app

Records API

These fields are available in the Records API and packages:

Req’d Field Type Notes
x callback_url url The OAuth2 callback URL of the app
x client_id text The client identifier of the app
x client_secret text The client secret of the app
  links links An array of record type:id tuples to link to. Prefix with - to unlink.
x name text The name of this oauth app
  scopes text The app’s available scopes in YAML format
  updated_at timestamp The date/time when this record was last modified
  url url The app’s URL

Dictionary Placeholders

These placeholders are available in dictionaries for automations, snippets, and API responses:

Field Type Description
_context text Record type extension ID
_label text Label
_type text Record type alias
callback_url text Callback Url
client_id text Client Id
id number Id
name text Name
record_url text Record Url
scopes text Scopes
updated_at date Updated
url text Url

These optional placeholders are also available with key expansion in dictionaries and the API:

Field Type Description
comment_count number Comment count on the record
comments comments Comments
custom_<id> mixed Custom Fields
links links Links

Search Query Fields

These filters are available in oauth app search queries:

Field Type Description
callbackUrl: text Callback Url
clientId: text Client Id
fieldset: record Fieldset
id: number Id
links: links Record Links
name: text Name
updated: date Updated
url: text Url

Worklist Columns

These columns are available on oauth app worklists:

Column Description
cf_<id> Custom Field
o_callback_url Callback Url
o_client_id Client Id
o_id Id
o_name Name
o_scopes Scopes
o_updated_at Updated
o_url Url