GET
/
v1
/
holder
/
{holderId}
/
organization
/
{organizationId}
/
activities
cURL
curl --request GET \
  --url https://search.tratum.com.br/v1/holder/{holderId}/organization/{organizationId}/activities \
  --header 'Authorization: Bearer <token>'
{
  "sucess": true,
  "reason": "<string>",
  "total": 123,
  "from": 123,
  "to": 123,
  "limit": 123,
  "result": [
    {
      "accessPauseMonitor": true,
      "createdAtDate": 123,
      "documentInfo": "<string>",
      "daypausemonitor": 123,
      "documentType": "<string>",
      "documentNumber": "<string>",
      "consume": 123,
      "typePlan": "<string>",
      "rfBaseStatus": "<string>",
      "userPlanConsumeUniqueId": 123,
      "createdAt": "<string>",
      "deletedAt": "<string>",
      "planChangedAt": "<string>",
      "latestTotalAnalyzed": 123,
      "latestTotalRisk": 123,
      "dtAvailablePause": "<string>",
      "typeSearch": "<string>",
      "userPlanConsumeAnalytics": [
        {
          "userPlanConsumeProtestSummaryId": "<string>",
          "bucketName": "<string>",
          "hasMindMap": true,
          "userPlanConsumeGovernmentDebtorSummaryId": "<string>",
          "faturamentoEstimado": 123,
          "statusIndex": "<string>",
          "statusProtest": "<string>",
          "filenameFull": "<string>",
          "statusDebtor": "<string>",
          "lastUserPlanConsumeAnalytics": 123,
          "statusReport": "<string>",
          "typePlan": "<string>",
          "userPlanConsumeUniqueId": 123,
          "createdAt": "<string>",
          "userPlanConsumeAnalyticsId": 123,
          "folder": "<string>",
          "filename": "<string>",
          "statusQSA": "<string>",
          "hasCertification": true,
          "importantTerms": [
            "<string>"
          ],
          "status": "<string>"
        }
      ],
      "updatedAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

holderId
integer
required

ID do parceiro

organizationId
integer
required

ID da organização

Response

200
application/json

Resposta da listagem das análises disponíveis

The response is of type object.