Get global user task listener
GET/global-task-listeners/:id
Eventually Consistent About endpoint data consistency
Get a global user task listener by its id.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The global user task listener is successfully returned.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The global user task listener with the given id was not found.
An internal error occurred while processing the request.