Each response group corresponds to a filter request group sent with the GetThings request.
The element attributes.
| Name | Type | Use | Default Value | Summary | Remarks |
|---|---|---|---|---|---|
| name | http://www.w3.org/2001/XMLSchema:string | Optional | Name of the group. | This name is identical to the name sent in the request for this group. |
The sequence of elements that make up the type.
| Name | Type | Min Occurs | Max Occurs | Summary | Remarks |
|---|---|---|---|---|---|
| thing | urn:com.microsoft.wc.thing:Thing2 | 0 | unbounded | The things that satisfied the criteria in the filter group of the request. | The things returned here might be a partial list. The server will return a list of things up to a maximum based on server configuration. The unprocessed-thing-key-info element will contain additional things in partial form. To retrieve the things in full form, the thing ids can be specified in the filter group of additional GetThing methods requests. |
| unprocessed-thing-key-info | urn:com.microsoft.wc.thing:UnprocessedThingKeyInfo | 0 | unbounded | Additional things that satisfied the criteria in the filter group of the request but are returned in partial form, including the thing id and thing type. | To retrieve the things in full form, the thing ids can be specified in the filter group of additional GetThing methods requests. |
| filtered | http://www.w3.org/2001/XMLSchema:boolean | 0 | 1 | Indicates whether some of the things were filtered. | Thing may be filtered because of security settings on the record. |
Each group is uniquely identified by the group name and contains the represent an group of clauses that are used as a filter to a GetThings method request. Each group is independent of the other groups that might be sent with the same request.