get https://api.atendare.com/v2/measuringunit/
Exibe detalhes apenas da unidade de medida buscada
GET - 200
{
"success": true,
"data": {
"status": 1,
"type": 1,
"author_id": 1,
"author": {
"id": 1,
"detail": "Nome do autor",
"type": 1,
"user_id": 1,
"automation_id": 1,
"form_id": 1,
"import_id": 1,
"user_uid": 1
},
"creation_date": "2020-12-15T20:20:28Z",
"update_date": "2021-09-21T12:09:50Z",
"id": 1,
"name": "Unidade (metros)",
"unit": "M"
}
}