Microsoft Health Schemas

urn:com.microsoft.wc.methods.response.GetThings3:ThingResponseGroup2

Each response group corresponds to a filter request group sent with the GetThings request.

Attributes

The element attributes.

NameTypeUseDefault ValueSummaryRemarks
namehttp://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.

Element Sequence

The sequence of elements that make up the type.

NameTypeMin OccursMax OccursSummaryRemarks
thingurn:com.microsoft.wc.thing:Thing2
0unbounded 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-infourn:com.microsoft.wc.thing:UnprocessedThingKeyInfo
0unbounded 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.
filteredhttp://www.w3.org/2001/XMLSchema:boolean
01 Indicates whether some of the things were filtered. Thing may be filtered because of security settings on the record.

Remarks

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.