AlphaAlpha Docs
API ReferenceSupport tickets

Find all for current tenant

GET
/support/tickets/find-all
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/support/tickets/find-all"
[
  {
    "accessTokenHash": "string",
    "attachments": [
      {
        "blobId": "string",
        "created": "2019-08-24T14:15:22Z",
        "extension": "string",
        "fileSize": 0,
        "name": "string",
        "type": "IMAGE"
      }
    ],
    "category": "string",
    "clientId": "string",
    "closedAt": "2019-08-24T14:15:22Z",
    "contactEmail": "string",
    "contactName": "string",
    "created": "2019-08-24T14:15:22Z",
    "createdBy": "string",
    "description": "string",
    "escalatedAt": "2019-08-24T14:15:22Z",
    "escalatedToEmployeeId": "string",
    "escalatedToTaskId": "string",
    "events": [
      {
        "authorId": "string",
        "date": "2019-08-24T14:15:22Z",
        "description": "string",
        "id": "string",
        "type": "CREATE"
      }
    ],
    "firstResponseAt": "2019-08-24T14:15:22Z",
    "id": "string",
    "messages": [
      {
        "attachments": [
          {
            "blobId": "string",
            "created": "2019-08-24T14:15:22Z",
            "extension": "string",
            "fileSize": 0,
            "name": "string",
            "type": "IMAGE"
          }
        ],
        "content": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "emailReadAt": "2019-08-24T14:15:22Z",
        "emailTrackingId": "string",
        "id": "string",
        "internal": true,
        "senderId": "string",
        "senderName": "string",
        "senderType": "CLIENT"
      }
    ],
    "number": "string",
    "priority": "LOW",
    "projectId": "string",
    "resolvedAt": "2019-08-24T14:15:22Z",
    "serviceOwnerId": "string",
    "solution": "string",
    "solutionRecordedAt": "2019-08-24T14:15:22Z",
    "solverIds": [
      "string"
    ],
    "status": "string",
    "subject": "string",
    "tenantId": "string",
    "ticketNumber": "string",
    "updated": "2019-08-24T14:15:22Z",
    "updatedBy": "string",
    "verificationTokenHash": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}