Changes

UBIK Web Service

632 bytes added, 14:36, 27 February 2020
/* Downloading Infrastructure Objects */
=== Downloading Infrastructure Objects ===
==== HTTP ====
<source lang="html4strict" style="padding-bottom: 0; border-bottom: 0;">
POST <CONTENT-PATH>/UBIKContent.svc/GetHierarchyDeltasV212/<APP>/<CTX>/<TOKEN>/<VERSION> HTTP/1.1
Host: <HOSTNAME/IP>:<PORT>
Content-Type: application/json
</source>
<source lang="javascript" style="padding-top: 0; border-top: 0;">
{
"StartingPoint": {
"__type": "HierarchyInfrastructure:#UBIK.Service.DTO.V211"
},
"ParentDepth": 0,
"ChildrenDepth": 1,
"KnownRelations": null,
"KnownContents": null
}
</source>
Make sure to replace the <code><tags></code> accordingly!
==== C#====
<source lang="csharp">
string appName = "APP_TEST";
</source>
[[Category:Server|Web Service]]
=== Downloading entire branch ===
1,579
edits