+As a ServiceNow developer, I need assistance in creating a Scripted REST API that enables external applications to retrieve incident details based on query parameters. The API should accept GET requests with optional parameters for priority, state, and assigned_to, returning a list of incidents in JSON format that match the criteria. It must implement error handling for invalid parameters, returning a 400 status code for bad requests and a 404 status code when no incidents are found. Additionally, the code should include logging to track API access attempts
0 commit comments