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: postPath:
/ec-library-svc/rest/v1.0/libraryObjects/kits
- Delete library kit
- Method: deletePath:
/ec-library-svc/rest/v1.0/libraryObjects/kits/{libraryKitId}
- Get all library kits
- Method: getPath:
/ec-library-svc/rest/v1.0/libraryObjects/kits
- Get library kit by ID
- Method: getPath:
/ec-library-svc/rest/v1.0/libraryObjects/kits/{libraryKitId}
- Get library kits with pagination
- Method: getPath:
/ec-library-svc/rest/v1.0/libraryObjects/kits/pagination
- Get the history of all library kits
- Method: getPath:
/ec-library-svc/rest/v1.0/libraryObjects/kits/{libraryKitId}/history
- Update library kit
- Method: putPath:
/ec-library-svc/rest/v1.0/libraryObjects/kits/{libraryKitId}
- Update library kit status in bulk
- Method: postPath:
/ec-library-svc/rest/v1.0/libraryObjects/kits/bulk/{status}