Skip to main content
GET
/
admins
/
details
cURL
curl --request GET \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/admins/details \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>'
{
  "beginRequestDate": "2022-04-12 17-31-13",
  "contractId": "A789879",
  "createBy": "empresa x",
  "createDate": "2022-04-12T20:31:15.658Z",
  "customerId": 987456,
  "customerIdRequest": 123456,
  "customerName": "CLIENTE X",
  "customerNameRequest": "EMPRESA Y",
  "durationRequest": "0:00:01:1306",
  "endRequestDate": "2022-04-12 17-31-13",
  "httpCode": 200,
  "query": "/89890/devices",
  "realm": "algar-telecom",
  "requestStatus": "SUCCESS",
  "url": "http://0.0.0.0:8080/invoices/open",
  "verb": "GET"
}

Headers

Content-Type
string
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"

client_id
string
required

Id do cliente

Example:

"client_id"

access_token
string
required

Token gerado.

Example:

"access_token"

Path Parameters

customerIdRequest
integer<int64>

Identificador do cliente.

Example:

"123654"

Query Parameters

beginDateRequest
string

Data inicio da solicitação(yyyy-MM-dd)

Example:

"123654"

endDateRequest
string

Data fim da solicitação(yyyy-MM-dd)

Example:

"123654"

requestStatus
string

Status da solicitação

Example:

"Available values : SUCCESS, REQUEST_ERROR"

page
integer<int32>
default:1
required

Número da página para paginação.

Example:

0

pageSize
integer<int32>
default:30
required

Tamanho da página para paginação.

Example:

24

Response

OK