Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • POD POD
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MemriMemri
  • PODPOD
  • Issues
  • #422
Closed
Open
Issue created Dec 22, 2021 by Eelco van der Wel@eelcovdwContributor

getting multiple items from list of ids in single query

Instead of only Getting a single item with HTTP API, often it is required to get multiple items. Currently a single API call is required per ID, which slows pymemri down a lot. Could be implemented either in /search or /get, something like:

POST /v4/$owner_key/get_item

{
  "auth": $auth_json,
  "payload": ["$id1", "$id2", ...]
}

┆Issue is synchronized with this Clickup task by Unito

Edited Feb 09, 2022 by Aglaia
Assignee
Assign to
Time tracking