| Name (singular): | Resource | 
    
      | Name (plural): | Resources | 
    
      | Alias (uri): | resource | 
    
      | Identifier (ID): | cerb.contexts.resource | 
  
Records API
These fields are available in the Records API and packages:
  
    
      | Req'd | Field | Type | Notes | 
  
  
    
      |  | automation_kata | text |  | 
    
      |  | cache_until | timestamp |  | 
    
      |  | content | text | The optional content of this resource. For text, use a string. For binary, base64-encode in data URI format. This may also be an automation resource URI (e.g. cerb:automation_resource:TOKEN) | 
    
      |  | description | text |  | 
    
      | x | extension_id | text | A cerb.resource.type extension ID. | 
    
      |  | is_dynamic | boolean |  | 
    
      |  | links | links | An array of record type:idtuples to link to. Prefix with-to unlink. | 
    
      | x | name | text | The name of this resource | 
    
      |  | updated_at | timestamp | The date/time when this record was last modified | 
  
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 | 
    
      | automation_kata | text | Automation | 
    
      | cache_until | date | Cache Until | 
    
      | description | text | Description | 
    
      | extension_id | text | Type | 
    
      | id | number | Id | 
    
      | is_dynamic | boolean | Is Dynamic | 
    
      | name | text | Name | 
    
      | record_url | text | Record Url | 
    
      | updated_at | date | Updated | 
  
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in resource search queries:
Worklist Columns
These columns are available on resource worklists:
  
    
      | Column | Description | 
  
  
    
      | cf_<id> | Custom Field | 
    
      | r_cache_until | Cache | 
    
      | r_description | Description | 
    
      | r_extension_id | Type | 
    
      | r_id | Id | 
    
      | r_is_dynamic | Is Dynamic | 
    
      | r_name | Name | 
    
      | r_storage_extension | Storage Extension | 
    
      | r_storage_key | Storage Key | 
    
      | r_storage_profile_id | Storage Profile | 
    
      | r_storage_size | Size | 
    
      | r_updated_at | Updated |