Skip to content
English
  • There are no suggestions because the search field is empty.

Print Management - API Configuration Data

This article will detail the most up-to-date data for the "Configuration" per Print Management API Connector

SAFEQ Cloud

[
    {
      "Name": "document_history",
      "IsPrimary": true, 
      "Path": "/api/v1/documents/history",
      "ArraySelector": "$.documents.*",
      "Authentication": "Bearer",
      "NextPageLocation": "$.nextPageToken",
      "Columns": [ 
        { "columnname": "providerId", "type": "int" },            
        { "columnname": "uuid", "type": "string(50)" },
        { "columnname": "documentName", "type": "string(255)" },
        { "columnname": "documenttype", "type": "int" },
        { "columnname": "userName", "type": "string(255)" },
        { "columnname": "totalPages", "type": "int" },
        { "columnname": "colorPages", "type": "int" },
        { "columnname": "duplex", "type": "int" },
        { "columnname": "copies", "type": "int" },
        { "columnname": "grayscale", "type": "boolean" },
        { "columnname": "paperSize", "type": "string(50)" },
        { "columnname": "dateTime", "type": "DateTime", "format": "unixepoch" },
        { "columnname": "storageOnline", "type": "boolean" },
        { "columnname": "secure", "type": "boolean" },
        { "columnname": "collate", "type": "boolean" },
        { "columnname": "status", "type": "int" },
        { "columnname": "outputPortId", "type": "int" },
        { "columnname": "outputPortName", "type": "string(255)" },
        { "columnname": "jobtype", "type": "string(50)" },
        { "columnname": "scanWorkflowId", "type": "int" },
        { "columnname": "scanConnectorId", "type": "int" }
      ],
      "ChildTables": [ 
        {
          "columnname": "tags", 
          "fieldname": "name", 
          "type": "string(255)",

          "TableName": "department" 
        }
      ]
    },
    {
      "Name": "account_containers",
      "Path": "/api/v1/account/containers",
      "Authentication": "Bearer",
      "ArraySelector": "$.*",
      "Columns": [
        { "columnname" : "id", "type": "int" },
        { "columnname" : "name", "type": "string(255)" },
        { "columnname" : "parentAccountOrContainerId", "type": "int" },
        { "columnname" : "locationId", "type": "int" }
      ]
    },
    {
      "Name": "inputs",
      "Path": "/api/v1/inputports",
      "Authentication": "Bearer",
      "ArraySelector": "$.*",
      "Columns": [
        { "columnname" : "id", "type": "int" },
        { "columnname" : "name", "type": "string(255)" },
        { "columnname" : "containerName", "type": "string(255)" },
        { "columnname" : "accountId", "type": "int" }
      ]
    },
    {
      "Name": "outputs",
      "Path": "/api/v1/outputports",
      "QueryParams": "enrichPorts=true",
      "Authentication": "Bearer",
      "ArraySelector": "$.*",
      "Columns": [
        { "columnname" : "id", "type": "int" },
        { "columnname" : "name", "type": "string(255)" },
        { "columnname" : "vendor", "type": "string(255)" },
        { "columnname" : "deviceSerial", "type": "string(255)" },
        { "columnname" : "description", "type": "string(255)" },
        { "columnname" : "containerName", "type": "string(255)" },
        { "columnname" : "accountId", "type": "int" },
        { "columnname" : "parentAccountOrContainerId", "type": "int" }
      ]
    },
    {
      "Name": "locations",
      "Path": "/api/v1/locations",
      "Authentication": "Bearer",
      "ArraySelector": "$.*",
      "Columns": [
        { "columnname" : "id", "type": "int" },
        { "columnname" : "name", "type": "string(255)" }
      ]
    },
    {
      "Name": "groups",
      "Path": "/api/v1/groups",
      "Authentication": "Bearer",
      "ArraySelector": "$.*",
      "Columns": [
        { "columnname" : "id", "type": "int" },
        { "columnname" : "groupName", "type": "string(255)" },
        { "columnname" : "groupDN", "type": "string(255)" }
      ]
    }
]

 

Toshiba e-FOLLOW Cloud

[
        {
          "Name": "user_transactions",
          "Columns": [ 
            { "columnname": "id", "type": "string(255)" },            
            { "columnname": "type", "type": "string(16)" },
            { "columnname": "username", "type": "string(255)" },
            { "columnname": "userfullname", "type": "string(255)" },
            { "columnname": "upn", "type": "string(255)" },
            { "columnname": "email", "type": "string(255)" },
            { "columnname": "department", "type": "string(255)" },
            { "columnname": "device", "type": "string(255)" },
            { "columnname": "ip_serial_or_name", "type": "string(255)" },
            { "columnname": "device_type", "type": "string(255)" },
            { "columnname": "doc_name", "type": "string(255)" },
            { "columnname": "job_id", "type": "string(255)" },
            { "columnname": "workflow_id", "type": "int" },
            { "columnname": "project", "type": "string(255)" },
            { "columnname": "sub_project", "type": "string(255)" },
            { "columnname": "scan_pages", "type": "int" },
            { "columnname": "eco_pages", "type": "int" },
            { "columnname": "eco_reason", "type": "string(255)" },
            { "columnname": "pages", "type": "int" },
            { "columnname": "format", "type": "string(12)" },
            { "columnname": "color_mode", "type": "string(32)" },
            { "columnname": "duplex", "type": "boolean" },
            { "columnname": "created", "type": "datetime" },
            { "columnname": "created_utc", "type": "datetime" },
            { "columnname": "model", "type": "string(255)" },
            { "columnname": "description", "type": "string(255)" },
            { "columnname": "location", "type": "string(255)" },
            { "columnname": "has_color", "type": "boolean" },
            { "columnname": "download_job_size", "type": "int" },
            { "columnname": "upload_job_size", "type": "int" }
          ]
        }
      ]

 

Toshiba e-BRIDGE Global Print

[
        {
          "Name": "user_transactions",
          "Columns": [ 
            { "columnname": "record_id", "type": "string(128)" },            
            { "columnname": "device_serial_number", "type": "string(15)" },
            { "columnname": "device_model", "type": "string(32)" },
            { "columnname": "time_utc", "type": "datetime" },
            { "columnname": "username", "type": "string(128)" },
            { "columnname": "department_code", "type": "string(32)" },
            { "columnname": "document_name", "type": "string(255)" },
            { "columnname": "job_id", "type": "int" },
            { "columnname": "job_type", "type": "string(12)" },
            { "columnname": "job_subcategory", "type": "string(32)" },
            { "columnname": "job_status", "type": "string(32)" },
            { "columnname": "job_error_code", "type": "string(12)" },
            { "columnname": "job_type_detail", "type": "string(128)" },
            { "columnname": "job_color_mode", "type": "string(18)" },
            { "columnname": "total_job_pages", "type": "int" },
            { "columnname": "printed_pages", "type": "int" },
            { "columnname": "print_duplex_mode", "type": "string(18)" },
            { "columnname": "print_color_mode", "type": "string(18)" },
            { "columnname": "print_paper_size", "type": "string(32)" },
            { "columnname": "print_paper_source", "type": "string(32)" },
            { "columnname": "print_paper_type", "type": "string(18)" },
            { "columnname": "currency", "type": "string(8)" },
            { "columnname": "cost", "type": "decimal" }
          ]
        }
      ]