Solved

API which returns all pipelines

  • 31 January 2024
  • 1 reply
  • 10 views

Userlevel 3
Badge +1

Problem description: By default https://<control-hub or platform endpoint>:<port-number>/pipelinestore/rest/v1/pipelines returns the pipelines which are committed. Pipeline count which you note in below image is the number committed pipelines.

 

What if we want the pipelines api to return non-committed or draft pipelines too?

icon

Best answer by Pradeep 31 January 2024, 13:28

View original

1 reply

Userlevel 3
Badge +1

Solution: Apply query filter onlyPublished=false. Eg: https://<control-hub or platform endpoint>:<port-number>/pipelinestore/rest/v1/pipelines?onlyPublished=false

Reply