Endpoints
A group document contains one or more documents that correspond to one match request. A group document is returned by the match endpoint when the limit parameter is set to a value greater than 1.
Sample group document. Shown in JSON format.
{ "group": { "entities": [ { "entity": { "id": "3030303000f0fcdec11c864176585b90d37d44b04c", "personIds": [ "303030300043dce117b3383483b7e500cf80810e15" ] } }, { "entity": { "id": "3030303000fdf9ce9db8fa2a61f58963e6335f77f5", "personIds": [ "303030300043dce117b3383483b7e500cf80810e15" ] } }, { "entity": { "id": "30303030007a60772d7161ebb94524cbca2d3d8481", "personIds": [ "303030300043dce117b3383483b7e500cf80810e15" ] } } ] } }
NOTE: Sample documents include sample ids and content, and may not include all possible data attributes. This is for illustration purposes only.