URI /RESTfm/{database}/script Read - GET

URI /RESTfm/{database}/script

This is the RESTfm 'script level' URI.  It allows for the explicit execution of scripts.  Scripts may also be called with most layout and record level operations.

This is the RESTfm 'database-script level' URI. It provides a list of available script resources.

Returns a list of available scripts for given {database}.

Example URI and response

{
    "data": [
        {
            "script": "SimpleSearch"
        }
    ],
    "meta": [
        {
            "recordID": "auto.1",
            "href": "\/RESTfm\/postcodes\/script\/SimpleSearch.json"
        }
    ],
    "info": {
        "X-RESTfm-Version": "2.0.1\/r280",
        "X-RESTfm-Protocol": "4",
        "X-RESTfm-Status": 200,
        "X-RESTfm-Reason": "OK",
        "X-RESTfm-Method": "GET"
    }
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us