v1

latestOpenAPI 3.0.32026-07-1773120135.6 KB
users

List unconnected entities of the current user from a target entity and the user's graph of comparisons (entities are vertices and comparisons are edges).

get/users/me/unconnected_entities/{poll_name}/{uid}/

Path parameters

poll_namestring required
uidstring required

Query parameters

limitinteger

Number of results to return per page.

offsetinteger

The initial index from which to return the results.

strictboolean

Set to 'false' to include entities connected to the target entity. In this case, the returned list contains first all unconnected entities, then connected entities sorted by decreasing distance to the target entity.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}