records

records

Active filters Clear all

No active filters

Filters

Customer service requests, with resolution time

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
REQUEST_STATUS
               

No description available for this field.

Name (identifier)
request_status
Type
text
Sample
                       
DATE_RECEIVED
               

No description available for this field.

Name (identifier)
date_received
Type
date
Sample
                       
DATE_COMPLETED
               

No description available for this field.

Name (identifier)
date_completed
Type
date
Sample
                       
SUBURB
               

No description available for this field.

Name (identifier)
suburb
Type
text
Sample
                       
CATEGORY
               

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
SERVICE_DESC
               

No description available for this field.

Name (identifier)
service_desc
Type
text
Sample
                       
DAYS_TO_COMPLETE
               

No description available for this field.

Name (identifier)
days_to_complete
Type
integer
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"customer-service-requests-with-resolution-time",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/customer-service-requests-with-resolution-time"
      }
    ]
    ,
  • "definitions":
    {
    • "customer-service-requests-with-resolution-time":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/customer-service-requests-with-resolution-time_records"
            }
          }
        }
      }
      ,
    • "customer-service-requests-with-resolution-time_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "request_status":
              {
              • "type":"string",
              • "title":"REQUEST_STATUS",
              • "description":""
              }
              ,
            • "date_received":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE_RECEIVED",
              • "description":""
              }
              ,
            • "date_completed":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE_COMPLETED",
              • "description":""
              }
              ,
            • "suburb":
              {
              • "type":"string",
              • "title":"SUBURB",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"CATEGORY",
              • "description":""
              }
              ,
            • "service_desc":
              {
              • "type":"string",
              • "title":"SERVICE_DESC",
              • "description":""
              }
              ,
            • "days_to_complete":
              {
              • "type":"integer",
              • "title":"DAYS_TO_COMPLETE",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets