Scripts
API Reference for ProcessMaker Script API
Display a listing of the Script Categories.
Laravel passport oauth2 security.
Filter results by string. Searches Name, Description, and Status. All fields must match exactly.
Field to order results by
ascPossible values: 10list of scripts categories
list of scripts categories
Store a newly created Script Category in storage
Laravel passport oauth2 security.
Represents a business script category definition.
success
success
Display the specified script category.
Laravel passport oauth2 security.
ID of script category to return
Successfully found the script
Successfully found the script
Updates the current element
Laravel passport oauth2 security.
ID of script category to return
Represents a business script category definition.
success
success
Remove the specified resource from storage.
Laravel passport oauth2 security.
ID of script category to return
success
success
No content
Get a list of scripts in a process.
Laravel passport oauth2 security.
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
ascPossible values: 10Include data from related models in payload. Comma separated list.
""list of scripts
list of scripts
Create a new script in a process.
Laravel passport oauth2 security.
Represents an Eloquent model of a Script
success
success
Previews executing a script, with sample data/config data
Laravel passport oauth2 security.
success if the script was queued
No content
success if the script was queued
No content
Executes a script, with sample data/config data
Laravel passport oauth2 security.
success if the script was queued
success if the script was queued
Get the response of a script execution
Laravel passport oauth2 security.
response of a script execution
response of a script execution
No content
Get a single script in a process.
Laravel passport oauth2 security.
ID of script to return
Successfully found the script
Successfully found the script
Update a script in a process.
Laravel passport oauth2 security.
ID of script to return
Represents an Eloquent model of a Script
success
success
No content
Delete a script in a process.
Laravel passport oauth2 security.
ID of script to return
success
success
No content
duplicate a Script.
Laravel passport oauth2 security.
ID of script to return
Represents an Eloquent model of a Script
success
success
Get a list of script executors.
Laravel passport oauth2 security.
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
ascPossible values: 10list of script executors
list of script executors
Create a script executor
Laravel passport oauth2 security.
Represents an Eloquent model of a Script Executor
success
success
Update and rebuild the script executor
Laravel passport oauth2 security.
ID of script executor to return
Represents an Eloquent model of a Script Executor
success
success
Delete a script executor
Laravel passport oauth2 security.
ID of script executor to return
success
success
Cancel a script executor
Laravel passport oauth2 security.
success
success
Get a list of available languages.
Laravel passport oauth2 security.
Filter results by string. Searches Name, Description, and Status. Status must match exactly. Others can be a substring.
Field to order results by
ascPossible values: 10list of available languages
list of available languages
Last updated