Library Entity Associated Rules =============================== .. code-block:: http /api/repositories/{repository}/library/entities/{libraryID}/businessrules/{ruleID}/associatedrules .. csv-table:: :header: Parameter, Type, Purpose :widths: 20, 20, 60 :stub-columns: 1 repository, string, The name of the :doc:`repository` libraryID, int, The ID of the library entity ruleID, int, The ID of the library business rule Get ~~~ .. http:get:: /api/repositories/(string:repository)/library/entities/(int:libraryID)/associatedrules :synopsis: Get business rules associated with a library business rule Gets a list of :doc:`businessrules` associated with a :doc:`libraryentitybusinessrule` .. code-block:: http GET /api/repositories/jupiter/library/entities/2/businessrules/1/associatedrules HTTP/1.1 Accept: application/json .. csv-table:: :header: Response Code, Reason :widths: 25, 75 200, No error 500, Server error The response will be a :doc:`standard-response`, with a list of the :doc:`businessrules` associated with the :doc:`libraryentitybusinessrule`.