Library Entity Associated Rules¶
/api/repositories/{repository}/library/entities/{libraryID}/businessrules/{ruleID}/associatedrules
| Parameter | Type | Purpose |
|---|---|---|
| repository | string | The name of the Repository |
| libraryID | int | The ID of the library entity |
| ruleID | int | The ID of the library business rule |
Get¶
-
GET/api/repositories/(string: repository)/library/entities/(int: libraryID)/associatedrules¶ Gets a list of Business Rules associated with a Library Entity Business Rule
GET /api/repositories/jupiter/library/entities/2/businessrules/1/associatedrules HTTP/1.1
Accept: application/json
| Response Code | Reason |
|---|---|
| 200 | No error |
| 500 | Server error |
The response will be a Standard Response, with a list of the Business Rules associated with the Library Entity Business Rule.