v1.0 REST Endpoints

Library/Library Kits APIs/v1.0
The operations from the Library/Library Kits APIs/v1.0 category.
Add library kit
Method: post
Path: /ec-library-svc/rest/v1.0/libraryObjects/kits
Delete a library kit
Method: delete
Path: /ec-library-svc/rest/v1.0/libraryObjects/kits/{libraryKitId}
Get all library kits
Method: get
Path: /ec-library-svc/rest/v1.0/libraryObjects/kits
Get library kit by Id.
Method: get
Path: /ec-library-svc/rest/v1.0/libraryObjects/kits/{libraryKitId}
Get library kits with pagination.
Method: get
Path: /ec-library-svc/rest/v1.0/libraryObjects/kits/pagination
Get the history of all library kits
Method: get
Path: /ec-library-svc/rest/v1.0/libraryObjects/kits/{libraryKitId}/history
Update library kit status in bulk
Method: post
Path: /ec-library-svc/rest/v1.0/libraryObjects/kits/bulk/{status}
Update the library Kit
Method: put
Path: /ec-library-svc/rest/v1.0/libraryObjects/kits/{libraryKitId}