This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Get Incidents, filter by Assigned?

I am trying to filter by user assigned. I am using the incidents operation; getIncidents from the API. I found this in the forum which helped a lot with querying via a time window: 

https://thwack.solarwinds.com/product-forums/solarwinds-service-desk-swsd/f/forum/2638/api---incidents-based-on-created-date-parameters

I see a lot of query parameters being used but not documented nor mentioned here: https://apidoc.samanage.com/

Does anyone have a source? Or is it possible to filter by assigned?

Thank you. 

Parents Reply
  • Thanks a lot. I appreciate your help.

    So I tried this out and that does not seem to work. I played with the URL for a bit. I took out the square brackets and instead of using the assignee ID, I used the group ID. I checked if the assignee is placed in any group, and they are not. This URL gives me what I want but why the group ID and not the ID #999999? Very odd.


    https://api.samanage.com/incidents.json?created=[Select+Date+Range]&created_custom_gte=[2022-04-23T08:28:00.6807143Z]&created_custom_lte=[2022-05-05T08:28:00.6807143Z]&assigned_to=100000&page=1&per_page=1000

Children