REST API - cant see tasks listed via the localhost connection
-
- Posts: 3
- Joined: Fri Mar 28, 2025 5:53 pm
REST API - cant see tasks listed via the localhost connection
Hi, i'd like to use the built in REST api server to report on task progress but it only seems to list task via the GET /api/tasks that are local tasks how would i see tasks created under the localhost:5501 in the below tree for example?
Re: REST API - cant see tasks listed via the localhost connection
Is "localhost:5501" your local service, right?
It is not enough to register the RoboTask system service. The RoboTask service and the RoboTask application in your user session have different task sets.
If you have registered the service, it has no tasks. You must create or import the necessary tasks for the service.
Application and Service are different isolated instances of RoboTask running in different sessions and have different sets of tasks.
You can configure a REST API server for the service using RoboTask service manager (menu Remote -> RoboTask Service manager)
It is not enough to register the RoboTask system service. The RoboTask service and the RoboTask application in your user session have different task sets.
If you have registered the service, it has no tasks. You must create or import the necessary tasks for the service.
Application and Service are different isolated instances of RoboTask running in different sessions and have different sets of tasks.
You can configure a REST API server for the service using RoboTask service manager (menu Remote -> RoboTask Service manager)
Oleg Yershov
-
- Posts: 3
- Joined: Fri Mar 28, 2025 5:53 pm
Re: REST API - cant see tasks listed via the localhost connection
Hi, perfect thanks that makes sense. i can see them now many thanks