[[Category:Server|Web Service]]
=== Downloading entire branch ===The entire branch starting at object with UID = '9E8FC21E-137E-4DDB-9D85-6E71B01F12FA' will be downloaded.
==== HTTP ====
POST <CONTENT-PATH>/UBIKContent.svc/GetHierarchyDeltasV212/APP_TEST/CTX_TEST/<token>/264 HTTP/1.1
Host: <HOSTNAME/IP>:<PORT>
Content-Type: application/json
{
"StartingPoint":
{
"__type": "HierarchyStartingPoint:#UBIK.Service.DTO.V211",
"UID": "9E8FC21E-137E-4DDB-9D85-6E71B01F12FA"
},
"ParentDepth": 0,
"ChildrenDepth": 1,
"KnownRelations": null,
"KnownContents": null
}
==== C# ====
<source lang="csharp">
string appName = "APP_TEST";
string contextName = "CTX_TEST";
string authToken = FetchValidAuthToken();
string version = "263264";
HierarchyDeltaArguments args = new HierarchyDeltaArguments()
</source>
[[Category:Server|Web Service]]
= Download a Document =