The element attributes.
| Name | Type | Use | Default Value | Summary | Remarks |
|---|---|---|---|---|---|
| name | http://www.w3.org/2001/XMLSchema:string | Optional | Name of this request group. | This is used to distinguish this group from other groups that are specified as part of this same search. | |
| max | http://www.w3.org/2001/XMLSchema:nonNegativeInteger | Optional | The maximum number of items to be returned for this group. | ||
| max-full | http://www.w3.org/2001/XMLSchema:nonNegativeInteger | Optional | Maximum number of "full" items to be returned for this group. | For each request, the server might set a maximum number for complete things that might be returned. Past this maximum, the server will return the list of thing-ids of the results. To retrieve the things represented by these ids, additional GetThings calls can be made with these thing ids supplied in the ThingRequestGroup. |
The sequence of elements that make up the type.
| Name | Type | Min Occurs | Max Occurs | Summary | Remarks | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Element ChoiceThe choice of elements that make up the type.
| |||||||||||||||||||||||||||||
| filter | urn:com.microsoft.wc.methods.GetThings:ThingFilterSpec | 0 | unbounded | Specifies a filter for things to be retrieved based on the properties of the thing. | |||||||||||||||||||||||||
| format | urn:com.microsoft.wc.methods.GetThings3:ThingFormatSpec2 | Specifies a view for the results. | |||||||||||||||||||||||||||
| current-version-only | http://www.w3.org/2001/XMLSchema:boolean | 0 | 1 | Specifies whether or not we should return only the current version of things that satisfy the filter. | This is true by default. If set to false all the versions of the thing are returned. | ||||||||||||||||||||||||