API Reference
App Resolbit
  1. Schemas
  • Introduction
  • Authentication
  • Pagination
  • Errors
  • Claims
    • List claims
      GET
  • Schemas
    • Schemas
      • Claim
      • Brand
      • Client
      • Problem
      • Solution
      • Executive
App Resolbit
  1. Schemas

Claim

{
    "total": "string",
    "max": "string",
    "offset": "string",
    "results": [
        {
            "id": "string",
            "sentOn": "string",
            "firstResponseOn": "string",
            "closedOn": "string",
            "brand": "string",
            "shoppingType": "string",
            "problem": "string",
            "subProblem": "string",
            "solutionRequested": "string",
            "solutionDelivered": "string",
            "status": "string",
            "closeType": "string",
            "causeClosed": "string",
            "countSolutionByClient": "string",
            "countSolutionByBrand": "string",
            "flagged": "string",
            "sentiment": "string",
            "client": {
                "name": "string",
                "email": "string"
            },
            "executive": {
                "name": "string",
                "email": "string"
            },
            "survey": {
                "satisfactionScore": "string",
                "nps": "string"
            },
            "metadata": [
                {
                    "label": "string",
                    "value": "string"
                }
            ]
        }
    ]
}
Built with