Islands: Difference between revisions

From Data Islands
(Created page with "'''Syntax''' : islands <ENTER> Description : Lists all of our islands in the current region added through 'push'.")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Syntax''' : islands <ENTER>
'''Syntax''' : islands <ENTER>


Description : Lists all of our islands in the current region added through 'push'.
Description : Lists all of our data islands in the current region  
 
----Islands can be one of 2 types
 
# Data
# Files
 
Only "Data" types can have SQL run on them in the REST api
 
"File" types require something like
 
https://apidev.crmtogether.com/files/Template:Regionname/Template:Islandname/Invoice9987.pdf
 
So you should really also store metadata (in a "Data" type island) on the file so you can locate it

Latest revision as of 17:30, 2 January 2025

Syntax : islands <ENTER>

Description : Lists all of our data islands in the current region


Islands can be one of 2 types

  1. Data
  2. Files

Only "Data" types can have SQL run on them in the REST api

"File" types require something like

https://apidev.crmtogether.com/files/Template:Regionname/Template:Islandname/Invoice9987.pdf

So you should really also store metadata (in a "Data" type island) on the file so you can locate it