Islands: Difference between revisions
From Data Islands
WikiSysopdi (talk | contribs) (Created page with "'''Syntax''' : islands <ENTER> Description : Lists all of our islands in the current region added through 'push'.") |
WikiSysopdi (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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 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 16:00, 23 November 2023
Syntax : islands <ENTER>
Description : Lists all of our islands in the current region added through 'push'.
Islands have 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