SearchReflectionCommandGroups
Draft documentation version
Documentation is partial and not validated !
Get Grouped Command
Route
GET
/{WAC}/Reflection/CommandGroup
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
Skip=0&Take=10&Execution=Awaiting&IncludeArchived=false<UID=7&Phase=OnGoing&
cURL command sample
curl -k -H "Authorization: Bearer [YOUR_ACCESS_TOKEN]" -H "Content-Type:application/xml" https://api.wit-datacenter.com/WAC123456789012/Reflection/CommandGroup?LTUID=7&Phase=OnGoing&Execution=Awaiting&Take=10&Skip=0&IncludeArchived=false
Returned Entity
ReflectionCommandGroupContainer
XML Sample