New filter option on /api/session end point #299
Closed
giovannicarella
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Hi! Added in Make sure to update the image and restart the container. https://waha.devlike.pro/docs/how-to/sessions/#get-session Get sessionTo get information about a specific session - call {
"name": "default",
"status": "WORKING",
"config": {
"proxy": null,
"webhooks": [
{
"url": "https://httpbin.org/post",
"events": [
"message",
"session.status"
],
"hmac": null,
"retries": null,
"customHeaders": null
}
],
"debug": false
},
"me": {
"id": "79111111@c.us",
"pushName": "WAHA"
},
"engine": {
"engine": "NOWEB"
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be useful to have the ability to filter the result of "/api/session" end point with a single session name.
With this feautures i'm able to know the state of the session.
Beta Was this translation helpful? Give feedback.
All reactions