Islands: Difference between revisions

From Data Islands
No edit summary
mNo edit summary
Line 14: Line 14:
https://apidev.crmtogether.com/files/{{regionname}}/{{islandname}}/Invoice9987.pdf
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.
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