Get Pipeline
Path parameters
Response
Get pipeline
Example response
{
"message": "Get pipeline success",
"data": {
"id": "45aiIXz4aaAadWtYEetjko",
"name": "Pipeline 1",
"creatorID": "24hiIXz3kbFaDwtYEetv2i",
"createdTime": 1705439406615,
"lastModifierID": "24hiIXz3kbFaDwtYEetv2i",
"lastModifiedTime": 1705439406615,
"phases": [
{
"id": "24hiIXz3kbFaDwtYEetv2i",
"name": "Phase 1",
"timeIntervalMs": 3600000,
"requiredReview": false,
"rules": [
{
"id": "24hiIXz3kbFaDwtYEetv2i",
"name": "Rule",
"conditions": [
{
"type": "app_version",
"targetValue": [
"1",
"222"
],
"operator": "any"
}
],
"environments": null
}
]
}
]
}
}Changes
Changed in 1 of the 8 revisions of this API.26
- ●
added the new
afterenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
anyenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
any_case_sensitiveenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
array_contains_allenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
array_contains_anyenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
array_contains_noneenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
beforeenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
encoded_anyenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
gtenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
gteenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_not_nullenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
is_nullenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
ltenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
lteenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
noneenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
none_case_sensitiveenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_array_contains_allenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
onenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
str_contains_anyenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
str_contains_noneenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
str_matchesenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
version_eqenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
version_gtenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
version_gteenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
version_ltenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
version_lteenum value to theallOf[subschema #2]/data/phases/items/rules/items/conditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●