Skip to main content
Solved

[Bot Scheduler API] I do not know the cause of the API error.

  • 23 May 2024
  • 1 reply
  • 57 views

Forum|alt.badge.img+2

hello.

I want to find only the list of activated schedules among the schedules set in CR.

If you try using the Request Samples Json listed in List automations available to the user, it will fail with the message ‘Invalid passed parameter’. (field and value are correct)

So, if you try to modify the Json as shown below, you will receive a response.

The Filter value doesn't seem to be applied properly. (Even if you change the filter conditions, the same value is output.)

Do you know what the problem is?

 

{
  "filter": {
    "operator": "NONE",
    "operands": [{
      "operator": "eq",
      "field": "status",
      "value": "active"
    }]
  },
  "sort": [
    {
      "field": "name",
      "direction": "asc"
    }
  ],
  "page": {
    "offset": 0,
    "length": 100
  }
}

 

Best answer by Aaron.Gleason

Please advise which API you’re referencing so we can try and duplicate your issue. Example:

https://mycontrolroom.com/v2/devices/list

You may also reference the specific Swagger page.

View original
Did this topic help answer your question?

1 reply

Aaron.Gleason
Forum|alt.badge.img+7
  • Automation Anywhere Team
  • 395 replies
  • Answer
  • June 6, 2024

Please advise which API you’re referencing so we can try and duplicate your issue. Example:

https://mycontrolroom.com/v2/devices/list

You may also reference the specific Swagger page.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings