Implement welllogacquisition api
Requested by issue #107 (closed).
Create 5 new API's for handling WellLogAcquisition kind:
HTTP | URL | description |
---|---|---|
POST | /ddms/v3/welllogacquisition | Create or update the WellLogAcquisition using osdu schema |
DELETE | /ddms/v3/welllogacquisition/{welllogacquisitionid} | Delete the WellLogAcquisitionId. The API performs a logical deletion of the given record. No recursive delete for OSDU kinds |
GET | /ddms/v3/welllogacquisition/{welllogacquisitionid} | Get the WellLogAcquisition using osdu schema |
GET | /ddms/v3/welllogacquisition/{welllogacquisitionid}/versions | Get all versions of the WellLogAcquisition |
GET | /ddms/v3/welllogaquisition/{welllogacquisitionid}/versions/{version} | Get the given version of the WellLogAcquisition using OSDU WellogAcquisition schema |
Edited by Cyril Monmouton
Merge request reports
Activity
assigned to @shjellvik
requested review from @cmonmouton
requested review from @vihar.mamania
added 5 commits
-
5c767d54...3203ac43 - 4 commits from branch
master
- 55d43a4c - Add API for WellLogAcquisition
-
5c767d54...3203ac43 - 4 commits from branch
Please register or sign in to reply