SearchLTUs
Draft documentation version
Documentation is partial and not validated !
Return
LTUContainer
Route
Parameters
Parameter |
Required |
Sample |
Description |
WAC |
|
WAC123456789012
|
Code of BusinessAccount
|
Status |
|
EnabledAuto
|
If Empty (default): return LTUs with Status EnabledAuto, Enabled, EnabledLock or Offline ;
If Any: return LTUs constaining Status
See EntityStatusEnum
|
Type |
|
WIT
|
Return LTUs having a type LTUTypeEnum>
|
UpdatedDate |
|
2014-09-15T13:59:20.0000000Z
|
Return LTUs having an upper updated date
|
Remarks
- To override Content-type in your clients HTTP Accept Header, append the
.json
suffix or ?format=json
- To embed the response in a jsonp callback, append
?callback=myCallback
Post Data sample
Status=EnabledAuto&Type=WIT&UpdatedDate=2014-09-15T13:59:20.0000000Z&
cURL command sample
curl -k -H "Authorization: Bearer [YOUR_ACCESS_TOKEN]" -H "Content-Type:application/json" https://api.wit-datacenter.com/WAC123456789012/LTU?Type=WIT&UpdatedDate=2014-09-15T13%3a59%3a20.0000000Z&Status=EnabledAuto
Returned Entity
LTUContainer
JSON Sample
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"wType":"LTUContainer","count":0,"ltUs":[{}]}