Overview
Welcome to ServiceOps Release Management API. Our APIs allow third-party systems to create, update, and read a Release from our ServiceOps Platform.
All CRUD operations using APIs are done with the following methods: GET, POST, UPDATE, and DELETE.
First you need to set up your Client with our system and authenticate to acquire a Token ID. Using the Token ID you have to make all the requests to our system.
Release APIs
- POST Create Release
- GET Release
- PATCH Update Release
- Delete Release
- POST/GET Search Release
- POST Relate Asset/CI