Skip to main content
GET
/
report
/
{id}
curl --location --globoff 'https://gyra-core.gyramais.com.br/report/{id}' \
--header 'Authorization: Bearer abc123'
{
  "id": "6734081bd2a2fc62e2c55c14",
  "document": "022#######3",
  "status": {
    "value": "PENDING"
  },
  "sections": [
    {
      "type": { "value": "SUMMARY" },
      "sectionDetails": [
        {
          "values": {
            "serasaScoreSummary": {
              "title": "Score BoaVista",
              "value": "673",
              "status": "BAD"
            }
          }
        }
      ]
    }
  ]
}
curl --location --globoff 'https://gyra-core.gyramais.com.br/report/{id}' \
--header 'Authorization: Bearer abc123'
O exemplo de resposta foi resumido para facilitar a leitura. O JSON completo está disponível no ambiente real ou mediante solicitação técnica.
{
  "id": "6734081bd2a2fc62e2c55c14",
  "document": "022#######3",
  "status": {
    "value": "PENDING"
  },
  "sections": [
    {
      "type": { "value": "SUMMARY" },
      "sectionDetails": [
        {
          "values": {
            "serasaScoreSummary": {
              "title": "Score BoaVista",
              "value": "673",
              "status": "BAD"
            }
          }
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter JWT token

Path Parameters

id
string
required

Query Parameters

tabType
string

Report type

details
string

Para remover os detalhes da seção, defina como false