Get
How to get Record content and information.
Get Record From Tag
Parameter
About
Type
Required
tag
The Record's tag
String
Get Record Information
Content
Path
Tag
Get Database Name
Names are derived from the directory's base name or can manually be set in config object when initializing.
Get Record from Value
This checks if the record content is exactly the value
param
Parameter
About
Type
Required
value
The value to get from
String
exact
Exact match?
Boolean
Get from Key/Value pair
Check if a Record exists
This will only return true
or false
.
Parameter
About
Type
Required
tag
The tag to check for
String
Get All Records
Parameter
About
Type
Required
options.tagOnly
Set to true to return an array of tags instead of Records
Boolean
options.limit
Max results
Number
options.filter
Filter results
Function
Last updated