[
{
"id": 123,
"pipelineId": "<string>",
"pipelineName": "<string>",
"parentPipeline": 123,
"pipelineStatus": "<string>",
"moduleName": "<string>",
"systemOwner": true,
"pipelineDescription": "<string>",
"pipelineInternal": true
}
]
[
{
"id": 123,
"pipelineId": "<string>",
"pipelineName": "<string>",
"parentPipeline": 123,
"pipelineStatus": "<string>",
"moduleName": "<string>",
"systemOwner": true,
"pipelineDescription": "<string>",
"pipelineInternal": true
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Zero-based page index (0..N)
x >= 0
The size of the page to be returned
x >= 1
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
OK
The response is of type object[]
.