Actions (42)
Pipelines · 30
- Create fieldPUT /api/v2/pipelines/{pipelineKey}/fields
Create a field on a pipeline (v2).
documented - Create fieldPUT /api/v1/pipelines/{pipelineKey}/fields
Create a new field on a pipeline.
documented - Create pipelinePUT /api/v2/pipelines
Create a new pipeline (v2).
documented - Create pipelinePUT /api/v1/pipelines
Create a new pipeline.
documented - Create stagePUT /api/v2/pipelines/{pipelineKey}/stages
Create a new stage in a pipeline (v2).
documented - Create stagePUT /api/v1/pipelines/{pipelineKey}/stages
Create a new stage in a pipeline.
documented - Delete fieldDELETE /api/v2/pipelines/{pipelineKey}/fields/{fieldKey}
Delete a field (v2).
documented - Delete fieldDELETE /api/v1/pipelines/{pipelineKey}/fields/{fieldKey}
Delete a field from a pipeline.
documented - Delete pipelineDELETE /api/v2/pipelines/{pipelineKey}
Delete a pipeline (v2).
documented - Delete pipelineDELETE /api/v1/pipelines/{pipelineKey}
Delete a pipeline (only when empty).
documented - Delete stageDELETE /api/v2/pipelines/{pipelineKey}/stages/{stageKey}
Delete a stage (v2).
documented - Delete stageDELETE /api/v1/pipelines/{pipelineKey}/stages/{stageKey}
Delete a stage (if no boxes use it).
documented - Get fieldGET /api/v1/pipelines/{pipelineKey}/fields/{fieldKey}
Get a specific field definition for a pipeline.
documented - Get fieldGET /api/v2/pipelines/{pipelineKey}/fields/{fieldKey}
Get a field definition (v2).
documented - Get pipelineGET /api/v1/pipelines/{pipelineKey}
Retrieve a single pipeline by key.
documented - Get pipelineGET /api/v2/pipelines/{pipelineKey}
Retrieve a single pipeline by key (v2).
documented - Get stageGET /api/v2/pipelines/{pipelineKey}/stages/{stageKey}
Retrieve a specific stage in a pipeline (v2).
documented - Get stageGET /api/v1/pipelines/{pipelineKey}/stages/{stageKey}
Retrieve a specific stage in a pipeline.
documented - List fields in pipelineGET /api/v2/pipelines/{pipelineKey}/fields
List the fields defined for the pipeline (v2).
documented - List fields in pipelineGET /api/v1/pipelines/{pipelineKey}/fields
List the custom fields defined for the pipeline.
documented - List pipelinesGET /api/v1/pipelines
Retrieve all pipelines accessible to the authenticated user.
documented - List pipelinesGET /api/v2/pipelines
Retrieve all pipelines (v2).
documented - List stages in pipelineGET /api/v1/pipelines/{pipelineKey}/stages
List the stages defined for a given pipeline.
documented - List stages in pipelineGET /api/v2/pipelines/{pipelineKey}/stages
List the stages defined for a pipeline (v2).
documented - Update fieldPOST /api/v1/pipelines/{pipelineKey}/fields/{fieldKey}
Update the name or properties of a pipeline field.
documented - Update fieldPOST /api/v2/pipelines/{pipelineKey}/fields/{fieldKey}
Update a field definition (v2).
documented - Update pipelinePOST /api/v1/pipelines/{pipelineKey}
Update properties of an existing pipeline.
documented - Update pipelinePOST /api/v2/pipelines/{pipelineKey}
Update properties of an existing pipeline (v2).
documented - Update stagePOST /api/v1/pipelines/{pipelineKey}/stages/{stageKey}
Rename or modify a stage.
documented - Update stagePOST /api/v2/pipelines/{pipelineKey}/stages/{stageKey}
Update a stage in a pipeline (v2).
documented
Boxes · 12
- Get boxGET /api/v1/boxes/{boxKey}
Retrieve a box by its key.
documented - Get boxGET /api/v2/boxes/{boxKey}
Retrieve a box by key (v2).
documented - Get field valueGET /api/v2/boxes/{boxKey}/fields/{fieldKey}
Get a field value for a box (v2).
documented - Get field valueGET /api/v1/boxes/{boxKey}/fields/{fieldKey}
Get the value of a specific field for a box.
documented - Get timeline for a boxGET /api/v2/boxes/{boxKey}/timeline
Timeline for a box (v2).
documented - Get timeline for a boxGET /api/v1/boxes/{boxKey}/timeline
Retrieve the activity timeline for a box.
documented - List all boxes in pipelineGET /api/v2/boxes/{pipelineKey}/boxes
List all boxes in a pipeline (v2).
documented - List all boxes in pipelineGET /api/v1/boxes/{pipelineKey}/boxes
List all boxes within a given pipeline.
documented - List field values for a boxGET /api/v2/boxes/{boxKey}/fields
List field values for a box (v2).
documented - List field values for a boxGET /api/v1/boxes/{boxKey}/fields
List field values for all fields on a box.
documented - Update field valuePOST /api/v1/boxes/{boxKey}/fields/{fieldKey}
Update the value of a specific field for a box.
documented - Update field valuePOST /api/v2/boxes/{boxKey}/fields/{fieldKey}
Update a field value for a box (v2).
documented