List scripts

Returns a list of scripts (workflows)

Request

MethodURL

GET

http://scripts?page=1&limit=10

ParamsValueDescription

page

1

page number of pagination

limit

10

number of profiles displayed

Example request

Example params

KeyValue

page

1

limit

10

Response

 "data": {
        "type": "success",
        "title": "Request successfully.",
        "content": [
                //content information 
                ]
        }

Last updated