Get automation rule collection
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
``200 The requested automation rule collection
object
automationRuleId
array
automationRuleUrl
array
createdDate
array
lastUpdatedDate
array
rule
array
statusId
array
Updated3 months ago
ShellNodeRubyPHPPython
:
Base URL
https://app.finaleinventory.com/account/api/automationrule
xxxxxxxxxx
curl --request GET \
--url https://app.finaleinventory.com/account/api/automationrule \
--header 'accept: application/json' \
--header 'authorization: Basic ••••'
xxxxxxxxxx
{
"automationRuleId": [],
"automationRuleUrl": [],
"createdDate": [],
"lastUpdatedDate": [],
"rule": [],
"statusId": []
}
Updated3 months ago