Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
aitor_torreno
Contributor II
Contributor II

API NPrinting doesn't show all tasks

Hello everyone,

I've created a task wit their app, report and conection in NPrinting, the problem is that when I search the task in the API it doesn't show the new one. I can see a lot of tasks but this new one I can't.
Yesterday I created a new task, that I can see in the API, and this new one it has exactly the same features.

The url I'm using for seeing all the task is:

https://xxx.xx.xx.xx:4993/api/v1/tasks

where I'm not able to see my task (but I can see others)

But when I use this url:

https://xxx.xx.xx.xx:4993/api/v1/tasks\bd7e3915-a3ef-40a2-913b-4c56e45bf7ed

I can see the task!

Anyone knows a solution or what is happening?

Thank you so much.

-Aitor

1 Solution

Accepted Solutions
aitor_torreno
Contributor II
Contributor II
Author

Hello,

I've solved my own problem. I've seen that the API page have a limit so I changed the limit and then I can see all the API's.

Here is the URL with the limit changed and then I can see all the API
https://xxx.xx.xx.xx:4993/api/v1/tasks?limit=100

I hope this solution can help to anyone.

-Aitor

View solution in original post

2 Replies
aitor_torreno
Contributor II
Contributor II
Author

Hello,

I've solved my own problem. I've seen that the API page have a limit so I changed the limit and then I can see all the API's.

Here is the URL with the limit changed and then I can see all the API
https://xxx.xx.xx.xx:4993/api/v1/tasks?limit=100

I hope this solution can help to anyone.

-Aitor

Balasubramanian
Contributor II
Contributor II

It was of great help.