Determining values for Ids in REST calls
As seen above, the REST call bodies require the use of internal ids for pipeline and projects. Maybe the simplest way to find out these ids, is by using other REST calls. The responses of these calls will contain the required information.
Following the instructions, for the example build pipeline in use here, using the name parameter to filter by name of the pipeline, the REST call will be a GET call:
The result will look similar to the following. The important information can be found at the highlighted rows:
Following the instructions, for the example release pipeline in use here, using the search-text parameter to filter by name of the pipeline, the REST call will be a GET call:
The result will look similar to the following. The important information can be found at the highlighted rows: