The Branch Object
This is an object representing pipeline branch in a space.
Properties
-
id
numberBranch ID
-
name
stringBranch Name
-
space_id
numberNumeric ID of a space
-
deleted_at
stringDeleted date (Format: YYYY-mm-dd HH:MM)
-
created_at
stringCreation date (Format:
yyyy-MM-dd'T'HH:mm:ssZ
) -
updated_at
stringLatest update date (Format:
yyyy-MM-dd'T'HH:mm:ssZ
) -
source_id
number or nullSource of this branch
null
orid
of another branch -
deployed_at
stringDeployed date (Format:
yyyy-MM-dd'T'HH:mm:ssZ
) -
url
stringPreview URL for this branch
-
position
numberNumeric representation of the branch position
Example Object
{
"branch": {
"id": 30443,
"name": "Branche Dev",
"space_id": 234234,
"deleted_at": null,
"created_at": "2023-08-28T20:17:38.204Z",
"updated_at": "2024-05-30T09:14:59.842Z",
"source_id": 30403,
"deployed_at": "2024-05-30T08:18:38.439Z",
"url": "https://quickstart.me.storyblok.com/",
"position": 2
}
}