List scripts
Returns a list of scripts (workflows)
Request
Method
URL
GET
http://scripts?page=1&limit=10
Params
Value
Description
page
1
page number of pagination
limit
10
number of profiles displayed
Example request
Method
URL
Response
"data": {
"type": "success",
"title": "Request successfully.",
"content": [
//content information
]
}
Last updated