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 |
|
access_token_ttl |
text |
The expiration of the access token (e.g. ‘1 hour’) |
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 |
|
refresh_token_ttl |
text |
The expiration of the refresh token (e.g. ‘1 month’) |
|
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 |
access_token_ttl |
text |
Access Token Expires |
callback_url |
text |
Callback Url |
client_id |
text |
Client Id |
id |
number |
Id |
name |
text |
Name |
record_url |
text |
Record Url |
refresh_token_ttl |
text |
Refresh Token Expires |
scopes |
text |
Scopes |
updated_at |
date |
Updated |
url |
text |
Url |
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in oauth app search queries:
Field |
Type |
Description |
accessTokenExpires: |
text |
Access Token Expires |
callbackUrl: |
text |
Callback Url |
clientId: |
text |
Client Id |
fieldset: |
record |
Fieldset |
id: |
number |
Id |
links: |
links |
Record Links |
name: |
text |
Name |
refreshTokenExpires: |
text |
Refresh Token Expires |
updated: |
date |
Updated |
url: |
text |
Url |
Worklist Columns
These columns are available on oauth app worklists:
Column |
Description |
cf_<id> |
Custom Field |
o_access_token_ttl |
Access Token Expires |
o_callback_url |
Callback Url |
o_client_id |
Client Id |
o_id |
Id |
o_name |
Name |
o_refresh_token_ttl |
Refresh Token Expires |
o_scopes |
Scopes |
o_updated_at |
Updated |
o_url |
Url |