waha
waha copied to clipboard
[DOC][NOWEB] - Inconsistent return of "get contact"
Describe the bug
I've never seen all listed properties on Docs of this endpoint:
GET /api/[email protected]&session=default
{
"id": "[email protected]",
"number": "11231231231",
"name": "Contact Name",
"pushname": "Pushname",
"shortName": "Shortname",
"isMe": true,
"isGroup": false,
"isWAContact": true,
"isMyContact": true,
"isBlocked": false
}
Right now, I'm receiving only this:
{
"id": "[email protected]",
"pushname": "Pushname",
}
Version
{
"version": "2024.11.1",
"engine": "NOWEB",
"tier": "PLUS"
}
There's some inconsistency in API responses between engines, yes :( We'll work on making it the same (or at least to provider proper documentation for that) :crossed_fingers:
hi! there are some news for that?
Came here to share this inconsistency too :)
any news????