v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBlabel
get label by id
Get label by ID
post/instances/{id}/client/action/get-label-by-id
Path parameters
idinteger required
Instance ID
Request body
Example request
{
"labelId": 1
}Response
Example response
{
"data": {
"id": 1,
"name": "First label"
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/get-label-by-id"
},
"status": "success"
}