v1

latestOpenAPI 3.0.02026-07-14135106116.2 KB
documents

post/documents/query/{query_type}

Request body

type'inbox' | 'get-todo-count' | 'get-todo-escalated-count' | 'get-oldest-todo' | 'get-oldest-escalated-todo' | 'get-finished-me' | 'get-finished-team' | 'next-document' | 'prev-document' | 'get-next-uuid' | 'avg-time'

Example request

{
  "filter": {
    "_id": {
      "$oid": "abcdef123456789abcdef123"
    },
    "inbox": {
      "$in": [
        {
          "$oid": "abcdef123456789abcdef123"
        }
      ]
    }
  },
  "type": "inbox"
}

Response

Success