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

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

Branch flags

Get branches

GET https://api.dotykacka.cz/v2/clouds/:cloudId/branches

Path Parameters

Query Parameters

Headers

Get branch

GET https://api.dotykacka.cz/v2/clouds/:cloudId/branches/:branchId

Path Parameters

Headers

See the General section for more information.

Last updated