GetWumTypes Documentation
GetWumTypes
Draft documentation version
Documentation is partial and not validated !
Description
Remark
WAC parameter is optional. If set, only WUMType referenced by Data or ReflectionBase in your BusinessAccount store is returned
| Version | V1 |
|---|---|
| Require User context | |
| Authorization | |
| Errors |
Request
Route
Parameters
| Parameter | Required | Sample | Description |
|---|---|---|---|
| WAC | WAC123456789012 | Code of BusinessAccount |
Remarks
- To override Content-type in your clients HTTP Accept Header, append the
.xmlsuffix or?format=xml - To embed the response in a jsonp callback, append
?callback=myCallback
Post Data sample
WAC=WAC123456789012&
cURL command sample
curl -k -H "Authorization: Bearer [YOUR_ACCESS_TOKEN]" -H "Content-Type:application/xml" https://api.wit-datacenter.com/WUM/Types?WAC=WAC123456789012
Response
Returned Entity
Array of WUMTypeXML Sample
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ArrayOfWUMType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://api.wit-datacenter.com/">
<WUMType>
<ID>0</ID>
<Name>String</Name>
<Picture>00000000-0000-0000-0000-000000000000</Picture>
<Type>Instantaneous</Type>
</WUMType>
</ArrayOfWUMType>
SDK DotNet
SDK Android
SDK IOS