GetReflectionDatas
GET
/{WAC}/Reflection/{ReflectionID}/Data
Parameters
Parameter |
Required |
Sample |
Description |
ReflectionID |
|
6
|
ID of ReflectionBase
|
WAC |
|
WAC123456789012
|
Code of BusinessAccount
|
Skip |
|
0
|
Number of elements to skip
|
Take |
|
10
|
Number of elements to take
|
RemovedUnchangedStates |
|
|
Unchanged states removed
|
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
Skip=0&Take=10&RemovedUnchangedStates=&
cURL command sample
curl -k -H "Authorization: Bearer [YOUR_ACCESS_TOKEN]" -H "Content-Type:application/xml" https://api.wit-datacenter.com/WAC123456789012/Reflection/6/Data?Take=10&Skip=0&RemovedUnchangedStates=
Returned Entity
ReflectionDataContainer
XML Sample
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ReflectionDataContainer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://api.wit-datacenter.com/">
<Count>0</Count>
<Datas>
<ReflectionDataBase i:nil="true" />
</Datas>
</ReflectionDataContainer>