Need your help for get information http request

Describe the problem/error/question

  • Im implement http request to software GLPI and output must show 15 record but data have 40 record(totalcount40,count15).

What is the error message (if any)?

  • Not have error but I need output to show full data COUNT=40 record same TOTALCOUNT=40 record

Please share your workflow

  • Trigger->Http Request->Query Data->Code->Send Email

Share the output returned by the last node

  • Data 15 Recourd (form data all 40 record)

Information on your n8n setup

  • n8n version:1.102.4
  • **Database (default: SQLite): default **
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):own **
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):docker **
  • **Operating system: window11 **

Hi @Sakorn_Udomkit

You will need to request the other data.
This API seems to use paging to restrict data being send in one go.
If you share the API docs we can have a look and help you.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.