v1
latestOpenAPI 3.1.02026-07-1451089.2 KBCreate a box
This call creates a box based on the pipelineKey you provide.
post/pipelines/{pipelineKey}/boxes
Path parameters
pipelineKeystring required
The key of the pipeline this box should belong to
Request body
Response
200
Example response
{
"pipelineKey": "agptYWl3cYPww",
"creatorKey": "agptXNlchgBDA",
"creationTimestamp": 1348436318347,
"lastUpdatedTimestamp": 1348436318347,
"name": "NewBox",
"stageKey": "5001",
"followerKeys": [
"agptXNlchgBDA"
],
"followerCount": 1,
"gmailThreadCount": 1,
"boxKey": "agptYWRiZAQw",
"key": "agptYWRiZAQw"
}