20% OFF OR MORE WITH OFFER!

SALE ENDS IN

Hrs
Min
Sec

Scriptcase Full Link -

Scriptcase uses a "Grid" and "Form" based philosophy. When you create a new application, you generally choose from these types:

There are three primary ways to work with the Full Link in Scriptcase. scriptcase full link

Scriptcase is installed on a web server (local or cloud). Once installed, users access it via a browser. The interface is divided into projects. Each project can contain multiple applications (forms, grids, reports). Scriptcase uses a "Grid" and "Form" based philosophy

Because the Full Link is a standard HTTP GET request, you can call Scriptcase applications from any external system (Java, Python, PowerApps, Zapier). A Full Link in ScriptCase is a manually

Example: Calling a Scriptcase report from a Python script:

import requests
# The Scriptcase Full Link
url = "http://myserver.com/scriptcase/apps/api/report_grid.php?report_id=5&format=json"
response = requests.get(url)
print(response.json())

A Full Link in ScriptCase is a manually constructed or automatically generated URL that includes:

It is commonly used in: