Skip to main content
GET
/
lorawan
/
broker
/
report
/
status
Busca relatório de histórico de dispositivos
curl --request GET \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/lorawan/broker/report/status \
  --header 'Content-Type: <content-type>'
[
  {
    "actionType": "string",
    "idContract": "string",
    "devEui": "string",
    "customer": {
      "id": 0,
      "name": "string",
      "email": "string"
    },
    "customerId": 0,
    "status": "PENDING",
    "processLog": "string",
    "processingDate": "2025-02-18T15:20:35.576Z",
    "createdAt": "2025-02-18T15:20:35.576Z",
    "createdBy": "string",
    "updatedAt": "2025-02-18T15:20:35.576Z",
    "updatedBy": "string",
    "processData": "string"
  }
]

Headers

Content-Type
string
default:application/json
required

Define o formato da requisição.

🔹 Valor padrão:

application/json

📌 Dica: Copie e cole esse valor no campo Content-Type.

Example:

"application/json"

Query Parameters

product
integer<int32>
required

Produto a ser selecionado.

Example:

12345

Response

Lista de ativações retornada com sucesso.