Entity Business Rules - Failing Rules ====================================== .. code-block:: http /api/repositories/{repository}/entities/{entityID}/businessrules/failingrules .. csv-table:: :header: Parameter, Type, Purpose :widths: 20, 20, 60 :stub-columns: 1 repository, string, The name of the :doc:`repository` to access entityID, int, The ID of the entity to view .. http:get:: /api/repositories/(string:repository)/entities/(int:entityID)/businessrules/failingrules :synopsis: List the failing rules of the entity Get the failing rules of the entity. .. code-block:: http GET /api/repositories/alpha/entities/1/businessrules/failingrules Accept: application/json .. csv-table:: :header: Response Code, Reason :widths: 25, 75 200, No error 500, Server error :ref:`Paging ` is supported for this GET request using :doc:`standard-url-query-string`. The underlying data rows can be returned in a :ref:`JSON key/value pair ` by setting the :ref:`external JSON format ` parameter. This allows access by different external tools that requires the JSON data in a key/value pair instead of standard array of row data with columns names defined separately. The response is a :doc:`standard-response`, with a list of the failed rules. If :ref:`external JSON format ` parameter was set then the details of the business rule will be returned in a :ref:`JSON key/value pair ` format.