API
Ask or search…
K
Links

Branch

Branch schema

id integer? Branch ID - cannot be null in PUT/PATCH methods 📶 EQUALS,ENUM 🔽 NONE
_cloudId integer Cloud ID 🔽 NONE
created timestamp? Branch created date and time 📶 EQUALS, ENUM, NUMBER 🔽 BOTH
deleted boolean Branch deleted - cannot be true in POST/PUT/PATCH methods 📶 EQUALS, ENUM 🔽 BOTH
display boolean Branch displayed 📶 EQUALS, ENUM 🔽 BOTH
features long Branch features 📶 BITS 🔽 NONE
flags short Branch flags 📶 BITS 🔽 NONE
name string(100) Branch name 🔽 NONE
versionDate timestamp? Last modification date and time 📶 EQUALS, ENUM, NUMBER 🔽 BOTH

Branch response

JSON
{
"_cloudId": <integer>,
"created": <timestamp>,
"deleted": <boolean>,
"display": <boolean>,
"features": <long>,
"flags": <short>,
"id": <integer>,
"name": <string>,
"versionDate": <timestamp>
}

Branch flags

Bit
Name
0
SUBSTITUTING_BRANCH
1
REPLACED_BRANCH
8
HIDE_STOCK
9
HIDE_PRICES
10
FREE_LICENSE
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/branches
Get branches
get
https://api.dotykacka.cz
/v2/clouds/:cloudId/branches/:branchId
Get branch
See the General section for more information.