RestWS doesn't support filters with OR, so all the permutations of category and status (and multiple pages if there are more than 50 of each) would need to be fetched.
This doesn't cover filtering by when this change happened in the issue changes field. That would be a separate request for every node. Not efficient at all but it could work.
(I could imagine GraphQL might be able to handle this better.)
RestWS doesn't support filters with OR, so all the permutations of category and status (and multiple pages if there are more than 50 of each) would need to be fetched.
https://www.drupal.org/api-d7/node.json?type=project_issue&status=1&field_project=3060&field_issue_priority=400&field_issue_category=1&field_issue_status=7
This doesn't cover filtering by when this change happened in the issue changes field. That would be a separate request for every node. Not efficient at all but it could work.
(I could imagine GraphQL might be able to handle this better.)