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
Line 2: Line 2:


Description : Lists all of our islands in the current region added through 'push'.
Description : Lists all of our islands in the current region added through 'push'.
----Islands have 2 type
# 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/{{regionname}}/{{islandname}}/Invoice9987.pdf
So you should really also store metadata (in a "Data" type island) on the file so you can locate it.

Revision as of 15:59, 23 November 2023

Syntax : islands <ENTER>

Description : Lists all of our islands in the current region added through 'push'.


Islands have 2 type

  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.