New pages
From Data Islands
- 11:24, 11 November 2025 Restapis (hist | edit) [127 bytes] WikiSysopdi (talk | contribs) (Created page with "RestApis: <nowiki>========</nowiki> Syntax : restapis <ENTER> Description : Lists all of our rest web server api end points.") Tag: Visual edit
- 10:18, 11 November 2025 Registerrestapi (hist | edit) [225 bytes] WikiSysopdi (talk | contribs) (Created page with "Allows you to add in a new API for a give script RegisterRestApi: <nowiki>===============</nowiki> Syntax : registerrestapi "[METHOD]" "[PATH]" "[filepath]" <ENTER> Description : Register a rest web server api end point.") Tag: Visual edit
- 10:15, 11 November 2025 Restserver (hist | edit) [276 bytes] WikiSysopdi (talk | contribs) (Created page with "The server allows you to call your scripts (jint js and TSD) from a url. RestServer: ========== Syntax : restserver <start/stop>/<startup=y/startup=n> <ENTER> Description : To start/stop the local rest api web server. https://dataislands.crmtogether.com/ EG >restserver start")
- 21:48, 18 August 2025 Removeuseraccess (hist | edit) [164 bytes] WikiSysopdi (talk | contribs) (Created page with " Syntax : removeuseraccess <USERNAME> <ENTER> Description : Remove a user's access from current region.")
- 21:47, 18 August 2025 Adduseraccess (hist | edit) [805 bytes] WikiSysopdi (talk | contribs) (Created page with "'''Syntax''' : adduseraccess <USERNAME> <ACCESS SCOPE> <ENTER> Description : Add a user to allow access the current region. Premissions are controlled by passing access scope as read/readwrite/REST2read/REST2readwrite * read: Allows user to see the region in the console application, web app and RESI API (REST2read) * readwrite: Allows user the read access as well as the option to create and upload (Push/Export) data to islands in the given region using the console a...")
- 08:36, 14 August 2025 XERO JINT (hist | edit) [7,499 bytes] WikiSysopdi (talk | contribs) (Created page with " di.getguid("Accounts", "Name_Value") => Will pass "Name" and will get "AccountID" di.getguid("BankTransactions", "Reference_Value") => Will pass "Reference" and will get "BankTransactionID" di.getguid("BrandingThemes", "Name_Value") => Will pass "Name" and will get "BrandingThemeID" di.getguid("ContactGroups", "Name_Value") => Will pass "Name" and will get "ContactGroupID" di.getguid("Contacts", "Name_Value") => Will pass "Name" and will get "ContactID" di.get...")