GetReflectionTemplates
Draft documentation version
Documentation is partial and not validated !
Return list of Reflection Templates as array of
ReflectionTemplate
Version |
Alpha
|
Require User context
|
|
Authorization |
|
Errors |
|
Route
GET
/{WAC}/ReflectionTemplate
Parameters
Remarks
- To override Content-type in your clients HTTP Accept Header, append the
.xml
suffix or ?format=xml
- To embed the response in a jsonp callback, append
?callback=myCallback
Post Data sample
cURL command sample
curl -k -H "Authorization: Bearer [YOUR_ACCESS_TOKEN]" -H "Content-Type:application/xml" https://api.wit-datacenter.com/WAC123456789012/ReflectionTemplate-
Returned Entity
Array of
ReflectionTemplate
XML Sample
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ArrayOfReflectionTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://api.wit-datacenter.com/">
<ReflectionTemplate>
<ID>0</ID>
<Name>String</Name>
<Picture>00000000-0000-0000-0000-000000000000</Picture>
</ReflectionTemplate>
</ArrayOfReflectionTemplate>