Finding Routing Rules

Get Finding Routing Rule

Retrieve a single finding routing rule by ID.

get/api/v1/findings/routing-rules/{id}

Path parameters

idstring required

The ID of the finding routing rule to retrieve.

Response

Successful response

Changes

Changed in 2 of the 33 revisions of this API.2111

  • f2cf3228f366211See the full diff
    • added c1.api.finding.v1.FindingRoutingRule subschema #2 to the routingRule response property oneOf list for the response status 200

      response-property-one-of-added

    • the routingRule response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the optional property routingRule/action from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routingRule/appId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routingRule/condition from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routingRule/createdAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routingRule/description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routingRule/displayName from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routingRule/enabled from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routingRule/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routingRule/priority from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routingRule/templateId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routingRule/updatedAt from the response with the 200 status

      response-optional-property-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added