Halo ITSM

Introduction

Discover the integration between Autom Mate and HaloITSM, which brings powerful automation capabilities to IT service management workflows. This documentation explores how Autom Mate, a robust workflow automation platform, seamlessly connects with HaloITSM, enabling users to manage ITSM tasks effortlessly. With Autom Mate’s integration, users can streamline actions within HaloITSM—such as ticket creation, updates, and data retrieval—enhancing efficiency and reducing manual workload in IT service management processes.


What is HaloITSM?

HaloITSM is a comprehensive IT service management (ITSM) platform designed to help organizations manage their IT services and support operations efficiently. From incident and problem management to change and asset management, HaloITSM provides a centralized solution for IT teams to handle every aspect of IT service delivery.

With robust features like ticketing, automated workflows, reporting, and integrations, HaloITSM enables organizations to streamline support processes, improve response times, and enhance overall service quality. Its flexibility allows customization to fit specific organizational needs, making it suitable for IT teams of all sizes and industries. HaloITSM supports ITIL best practices, ensuring that businesses can deliver standardized, high-quality service to their users.


Autom Mate Integration with HaloITSM

Autom Mate provides seamless integration with HaloITSM through a set of pre-built actions, enabling users to automate a variety of IT service management tasks within their workflows by leveraging HaloITSM’s robust capabilities.

Some examples include:

  • Automatically creating tickets in HaloITSM based on incoming incidents or customer emails.

  • View ticket statuses in HaloITSM based on defined workflow conditions.

  • Adding notes and updates to existing tickets in HaloITSM to maintain clear communication and tracking.

With this integration, Autom Mate enhances IT service management by streamlining operations, reducing manual input, and ensuring consistent, efficient workflows within HaloITSM.


Credentials

1

Specify Connector Name

  • Connector Name: Enter a friendly name for the connector, e.g., Semih Memis.

  • Note: This name will help you identify the connector and make it globally available within Autom Mate.

2

Set Authentication Type

  • Authentication Type: Select oauth20_client_credentials_grant.

  • Info: This authentication type uses OAuth 2.0 client credentials to authorize API requests.

3

Define API URL

  • API URL: Enter the HaloITSM API URL, such as https://autommate.haloitsm.com.

  • Example: Replace with the URL of your specific HaloITSM instance.

4

Enter Client ID

  • Client ID: Input your OAuth 2.0 client ID associated with HaloITSM.

  • Note: Ensure this matches the client credentials in your HaloITSM account.

5

Enter Client Secret

  • Client Secret: Provide the OAuth 2.0 client secret.

  • Note: This field is encrypted and appears as "••••" for security.

6

Configure Scope

  • Scope: Specify the scope value(s) required for the API access. Separate multiple scopes with commas (,) if needed.

  • Tip: Check HaloITSM API documentation for specific scope requirements.

After completing these steps, your HaloITSM connector will be ready for use within Autom Mate workflows.


How To Use Action

Create Ticket

Description and Purpose

The Create Ticket action allows users to open a new ticket within the HaloITSM system, enabling centralized tracking and efficient management of IT issues. This action is ideal for streamlining the ticketing process by quickly creating tickets based on provided details like priority, type, and summary.

Usage Instructions

1

Input Ticket Details

Payload (Required): Provide a JSON object containing the necessary ticket details.

In the payload input field, provide the necessary details to create a ticket in JSON format. This payload should include key attributes for the ticket, ensuring that it is accurately categorized and prioritized.

2

Execute the Ticket Creation

Run the Create Ticket action. This will submit the provided payload to HaloITSM, creating a new ticket with the specified attributes.

3

Review Ticket Creation Output

After executing the action, check the output to confirm successful ticket creation. The response will include essential details, such as the ticket ID, which can be used for further tracking and reference within the HaloITSM platform.

Inputs

Payload (Required): The JSON object containing details required to create the ticket. Each field in the payload helps categorize and prioritize the ticket for efficient handling.

Sample Input
{
  "priority_id": 2,
  "tickettype_id": "24",
  "summary": "Issue with application",
  "category_1": "Business Applications"
}

Field Descriptions:

  • priority_id: Specifies the priority level of the ticket.

  • tickettype_id: Defines the type of ticket to be created.

  • summary: A short description or title for the issue.

  • category_1: The main category under which the ticket is classified.

(Refer to HaloITSM documentation for specific field values and options.)

Outputs

Ticket Creation Response: The output from HaloITSM, which includes the unique ticket ID and a status confirmation, verifying that the ticket has been successfully created.

Sample Output
{
  "_canupdate": true,
  "acctmaninformedsurvey": false,
  "actisbillabledefault": true,
  "additional_agents": [],
  "addressfrom": "S",
  "agent_id": 1,
  "agreedcleared": false,
  "alluserscanview": 0,
  "appointment_type": 0,
  "article_type": 0,
  "atera_alert_id": 0,
  "attachment_count": 0,
  "auditdate": "1899-12-30T00:00:00",
  "auditstatus": -1,
  "auditunum": -1,
  "automate_id": 0,
  "autotask_id": -1,
  "autotask_number": "",
  "auvik_id": "",
  "auvik_url": "",
  "backoutplan": "",
  "billing_address": {
    "date_active": "2024-06-14T22:16:19.17",
    "id": 34,
    "inactive": false,
    "line1": "",
    "line2": "",
    "line3": "",
    "line4": "",
    "postcode": "",
    "primary": true,
    "site_id": 18,
    "type": -2
  },
  "budgettype_id": 0,
  "category_1": "Business Applications",
  "category_2": "",
  "category_3": "",
  "category_4": "",
  "categoryid_1": 155,
  "changeinformation_html": "",
  "changeseq": 36563,
  "chargerate": -1,
  "child_count": 0,
  "client_id": 12,
  "client_name": "Personal",
  "communicationplan": "",
  "component_id": 0,
  "connectwise_id": 0,
  "connectwise_project_id": 0,
  "contact_address": {
    "date_active": "2024-06-14T22:16:19.17",
    "id": 34,
    "inactive": false,
    "line1": "",
    "line2": "",
    "line3": "",
    "line4": "",
    "postcode": "",
    "primary": true,
    "site_id": 18,
    "type": -2
  },
  "contract_id": -1,
  "contract_schedule_plan_id": 0,
  "cost": 0,
  "createdfrom_id": 0,
  "currency": 0,
  "currentelapsedhours": 0.0002711624444451388,
  "customer_relationships": "[]",
  "customfields": [],
  "datecreated": "2024-11-11T09:14:03.7268187Z",
  "dateoccurred": "2024-11-11T09:14:03.700595Z",
  "datto_alert_state": -1,
  "deadlinedate": "1900-01-01T00:00:00",
  "deadlinenotificationhours": 0,
  "deleted": false,
  "delivery_address": {
    "date_active": "2024-06-14T22:16:19.17",
    "id": 34,
    "inactive": false,
    "line1": "",
    "line2": "",
    "line3": "",
    "line4": "",
    "postcode": "",
    "primary": true,
    "site_id": 18,
    "type": -2
  },
  "department_id": 3,
  "details": "",
  "details_html": "",
  "development": false,
  "device_automate_id": 0,
  "devops_agent": "",
  "devops_comment_count": 0,
  "domerge": false,
  "email_end_tag_override": "]",
  "email_start_tag_override": "[IN-",
  "enduserstatus": 0,
  "estimate": 0,
  "estimatedays": 0,
  "excludefromsla": false,
  "faultapprovalfailed": false,
  "fixbydate": "2024-11-13T09:16:03.7005949Z",
  "flagged": false,
  "forwardinboundupdates": false,
  "freshdesk_id": 0,
  "guid": "072fa24b-0da0-ef11-aa11-f18439a857c2",
  "has_related": false,
  "hdid": 2310,
  "hide_feedback": false,
  "id": 2310,
  "ignore_kb_match": false,
  "impact": 0,
  "impactdescription": "",
  "impactlevel": 0,
  "inactive": false,
  "inform3rdpartysystem": false,
  "invoiceseperatelyoverride": false,
  "is_opportunity": false,
  "is_project": false,
  "is_sensitive": false,
  "is_vip": false,
  "isbeingclosed": false,
  "isbillable": true,
  "isimportantcontact": false,
  "isnew": true,
  "itemsarebillable": true,
  "itil_requesttype_id": 1,
  "key": "e94b77a4-fa72-455f-92b0-a5689f9e6d3c",
  "knownerror": false,
  "last_update": "2024-11-11T09:14:04.5041658Z",
  "lastactiondate": "2024-11-11T09:14:04.7483438Z",
  "lastincomingemail": "0001-01-01T00:00:00",
  "laststatuschangeinformed": 0,
  "laststatuschangeinformedmanager": 0,
  "laststatuschangestatus": 0,
  "laststatuschangestatusdate": "1899-12-30T00:00:00",
  "locked": false,
  "loggedoutofhdworkinghours": false,
  "mailboxid": 0,
  "mailentryid": "",
  "matched_kb_id": 0,
  "matched_rule_id": 0,
  "meraki_alert_type": "",
  "meraki_device": "",
  "merged_into_id": 0,
  "messsent": "YNYYYNYYYYYYYYY",
  "ncentral_details_id": 0,
  "newaction_emailfrom": 0,
  "ninja_alert_id": "",
  "ninja_device_id": 0,
  "notuseful_count": 0,
  "onhold": false,
  "oppaddr1": "",
  "oppaddr2": "",
  "oppaddr3": "",
  "oppaddr4": "",
  "oppcompanyname": "Personal",
  "oppcountry": "",
  "oppdontaddtomailinglist": false,
  "opppostcode": "",
  "oppregion": "0",
  "opptimezonename": "",
  "opptype": " ",
  "organisation_id": 1,
  "orionacknowledgedate": "1900-01-01T00:00:00",
  "orionacknowledgedby": 0,
  "orionacknowledgenote": "",
  "orionacknowledgestate": 0,
  "orionalertactiveid": 0,
  "orionalertid": 0,
  "orionalertname": "",
  "orionclosestate": 0,
  "pagerdutyeragent": 0,
  "pagerdutyid": "",
  "pagerdutyincidentidstring": "",
  "pagerdutyservice": "",
  "pagerdutystatus": 0,
  "phonenumberfrom": "",
  "pipeline_stage_id": 1,
  "postloggedview": 0,
  "priority": {
    "colour": "#fe9200",
    "enterslaexcuse": false,
    "fixendofday": false,
    "fixtime": 48,
    "fixunits": "H",
    "id": "bab35e73-b415-4fe0-59fb-08d5c0811dad",
    "ishidden": false,
    "name": "High",
    "priorityid": 2,
    "responseendofday": false,
    "responsestartofday": false,
    "responsestartofdaytime": "00:00:00",
    "responsetime": 48,
    "responseunits": "H",
    "setfixtostartdate": false,
    "setfixtotargetdate": false,
    "slaid": 2,
    "startofday": false,
    "startofdaytime": "00:00:00",
    "workdaysoverride": -1
  },
  "priority_id": 2,
  "product_id": 0,
  "projectconsignmentdetailid": 0,
  "projectconsignmentheaderid": 0,
  "projectinternaltask": false,
  "purchaseordernumber": "",
  "quantity": 1,
  "read": false,
  "reference": "IN-0002310",
  "release2_id": 0,
  "release3_id": 0,
  "release_id": 0,
  "release_important": false,
  "releasenotegroup_id": 0,
  "resource_booking_type": 0,
  "resourcetype_id": 0,
  "respondbydate": "2024-11-13T09:16:03.7005949Z",
  "reviewed": false,
  "reviewed_date": "1899-12-30T00:00:00",
  "riskdescription": "",
  "risklevel": 0,
  "scomalertstate": -1,
  "section_timezone": "",
  "sendack": false,
  "sendprintrequest": 0,
  "sendtopagerduty": false,
  "service_count": 0,
  "servicefailurestid": 0,
  "servicenow_id": "",
  "servicenow_number": "",
  "services": [],
  "servicestatusnote": "",
  "showforusers": false,
  "showonroadmap": false,
  "site_id": 18,
  "site_name": "Main",
  "site_sla_id": 1,
  "site_timezone": "",
  "sla_id": 2,
  "sla_name": "24 Hour SLA",
  "slaactiondate": "2024-11-13T09:16:03.7005949Z",
  "slaholdtime": 0,
  "slapercused": 0.00056452972472997,
  "slatimeleft": 48.033062170861115,
  "sms_override": "",
  "source": 3,
  "splunkoncall_id": "",
  "splunkoncallstatus": 0,
  "splunkoncallurl": "",
  "starttime": "00:00:00",
  "starttimeslot": 0,
  "status_id": 1,
  "summary": "test",
  "supplier_breachfixbysent": false,
  "supplier_breachrespsent": false,
  "supplier_contact_id": 0,
  "supplier_contract_id": 0,
  "supplier_status": 0,
  "surveyneeded": false,
  "surveysent": false,
  "sync_to_salesforce": false,
  "table": 1,
  "takenby": "YUSUF SAKIN",
  "targetdate": "1900-01-01T00:00:00",
  "targettime": "00:00:00",
  "targettimeslot": 0,
  "team": "1st Line Support",
  "team_id": 1,
  "template_id": 10,
  "testplan": "",
  "thirdpartyreviewscore": -1,
  "ticket_tags": "",
  "tickettype": {
    "access_control": [
      {
        "agent_id": 3,
        "department_id": 0,
        "entity": "requesttype",
        "entity_id": 24,
        "entity_text_id": "",
        "id": 37,
        "level": 3,
        "role_id": 0,
        "team_id": 0,
        "type": 0,
        "user_id": 0
      }
    ],
    "access_control_level": 3,
    "acknowledgementtemplate": 0,
    "acknowledgementtemplate_name": "",
    "acknowledgementtemplateooh": 0,
    "acknowledgementtemplateooh_name": "",
    "addactionstolinked": 3,
    "addnoteonlytolinked": false,
    "adduserupdatestochildren": false,
    "agent_details_hint_is_placeholder": true,
    "agent_summary_hint_is_placeholder": true,
    "agentresourcebookingtype": 0,
    "agentscanselect": true,
    "allow_slack_channel_creation": false,
    "allow_teams_chat_creation": false,
    "allowall_actions": true,
    "allowall_appointment_types": true,
    "allowall_category1": true,
    "allowall_category2": true,
    "allowall_category3": true,
    "allowall_category4": true,
    "allowall_child_tickettypes": false,
    "allowall_iframe_customtabs": true,
    "allowall_status": true,
    "allowall_suggestion_faqlists": true,
    "allowall_team": true,
    "allowattachments": true,
    "allowcustomiseunborn": false,
    "allowlogonbehalfof": -2,
    "allowtickettypetobechild": true,
    "alluserscanview": 0,
    "alluserscanviewit": false,
    "always_bcc": "",
    "anonymouscanlog": true,
    "anonymouscanselect": true,
    "apply_workflow_on_type_change": true,
    "applydefaultsontypechangebool": false,
    "appointmentdefaultbody": 0,
    "appointmentdefaultbody_name": "",
    "approval_process_id": 0,
    "approval_process_name": "",
    "attendeesenduser": 1,
    "autoCloseHours": 0,
    "auto_contributor": true,
    "auto_delete_data": 0,
    "auto_forward_email_updates": 0,
    "auto_respond_logged_manually": 0,
    "chargerate": -1,
    "childticketcolumnsoverride": 11,
    "childticketcolumnsoverride_name": "Major Incident Related/Child Ticket(s)",
    "close_kb_action": 1,
    "closedrequestreplylimit": 0,
    "closedrequestsemail_name": "Closed Ticket Update Reply Subject",
    "closedrequestsemailid": 180,
    "closedrequestswithupdates": 0,
    "closedrequestswithupdatesincpending": false,
    "closeduserupdatehours": 0,
    "completion_status_type": 0,
    "continue_autorelease": true,
    "copyattachmentstochild": false,
    "copyattachmentstorelated": false,
    "cors_whitelist_list": [],
    "database_lookup_id": 0,
    "database_lookup_name": "",
    "default_agent": 1,
    "default_agent_name": "Unassigned",
    "default_appointment_details": "",
    "default_appointment_summary": "",
    "default_appt_type": 0,
    "default_backoutplan": "",
    "default_budgettype_id": 0,
    "default_budgettype_name": "",
    "default_category_1": "",
    "default_category_2": "",
    "default_category_3": "",
    "default_category_4": "",
    "default_changeinformation_html": "",
    "default_communicationplan": "",
    "default_details": "",
    "default_details_html": "",
    "default_estimate": 0,
    "default_excludefromsla": false,
    "default_impact": 0,
    "default_impactdescription": "",
    "default_is_sensitive": false,
    "default_justification": "",
    "default_kanban_view": 0,
    "default_kb_name": "",
    "default_matchedkbid": 0,
    "default_priority": 1,
    "default_product_id": 0,
    "default_product_name": "Product A",
    "default_risklevel": 0,
    "default_riskleveldescription": "",
    "default_send_to_pagerduty": false,
    "default_sendack": 0,
    "default_sendemail": true,
    "default_sendremoteinvite": 0,
    "default_sendtosoc": 0,
    "default_servicenow_type": 0,
    "default_services": [],
    "default_servicestatusnote": "",
    "default_showforusers": false,
    "default_sla": 2,
    "default_soctargetid": "",
    "default_soctargetname": "",
    "default_soctargettype": 0,
    "default_summary": "",
    "default_targetdate": -1,
    "default_team": "1st Line Support",
    "default_team_to_agents_default": false,
    "default_testplan": "",
    "defaultagentresourcebookingduration_id": 0,
    "defaultlisttype": 0,
    "defaultpagerdutyservice_name": "",
    "defaultresourcetype": 0,
    "defaultresourcetype_agent": 0,
    "defaultresourcetype_name": "",
    "defaultresourcetype_name_agent": "",
    "defaultsidebarcollapsed": true,
    "defaultsync_to_sentinel": false,
    "defaulttab": 0,
    "display_audit_tab": false,
    "displayonquicktime": true,
    "do_ai_survey": false,
    "dontconfirm_updateparent": false,
    "dontsendslareminders": false,
    "dontusependingclosure": false,
    "editservstatus": true,
    "email_end_tag_override": "]",
    "email_start_tag_override": "[IN-",
    "enduserscanlog": true,
    "enduserscanselect": false,
    "fields": [
      {
        "copytochild": false,
        "copytochildonupdate": false,
        "copytorelated": false,
        "enduseraction": 1,
        "endusercheckboxmandatory": false,
        "enduserdetail": 1,
        "endusernew": 1,
        "fieldid": 0,
        "group": {
          "description": "",
          "fields": [
            {
              "copytochild": false,
              "copytochildonupdate": false,
              "copytorelated": false,
              "enduseraction": 1,
              "endusercheckboxmandatory": false,
              "enduserdetail": 1,
              "endusernew": 1,
              "fieldid": 2,
              "fieldinfo": {
                "actions_field_name": "",
                "addunknown": false,
                "calcfield": "",
                "calculation": "",
                "calendar_searchable": false,
                "characterlimit": 0,
                "characterlimittype": 0,
                "copytochild": true,
                "copytochildonupdate": false,
                "copytorelated": false,
                "custom": 0,
                "customextratableid": 0,
                "database_lookup_auto": false,
                "defaultdate": 0,
                "defaultvalue": "",
                "deleteafterclosure": false,
                "deleteafterclosuredays": -1,
                "excludefromallfields": false,
                "faults_field_name": "symptom",
                "groupname": "",
                "guid": "f9f8a48f-4575-4ab8-8eb0-70a6951f8edc",
                "hint": "\r\n",
                "hint_type": 0,
                "hyperlink": "",
                "id": 2,
                "importalias": "",
                "inputtype": 0,
                "is_horizontal": false,
                "isencrypted": false,
                "label": "Summary",
                "labellong": "Summary",
                "lookup_method": 0,
                "name": "symptom",
                "new_storage_method": false,
                "ordervalueby": 0,
                "ordervaluesalphanumerically": false,
                "readonly": false,
                "regex": "",
                "rounding": -1,
                "searchable": true,
                "selection_field_id": 0,
                "showhintondetails": false,
                "showondetailsscreen": false,
                "sql_certificate_id": 0,
                "sql_connection_type": 1,
                "sqllookup": "",
                "summary": "",
                "tab_id": 1,
                "tab_name": "",
                "table_id": 0,
                "third_party_name": "",
                "type": 0,
                "usage": 0,
                "user_searchable": true,
                "variable_name": "$SYMPTOM"
              },
              "groupid": 25,
              "id": 4530,
              "restrictread": 0,
              "restrictupdate": 0,
              "rtid": -25,
              "seq": 1,
              "tableid": 1,
              "techaction": 1,
              "techdetail": 1,
              "technew": 1,
              "technewlocation": 0,
              "techtab_id": -1,
              "techtab_name": ""
            },
            {
              "copytochild": false,
              "copytochildonupdate": false,
              "copytorelated": false,
              "enduseraction": 1,
              "endusercheckboxmandatory": false,
              "enduserdetail": 1,
              "enduserdetailhideifempty": false,
              "endusernew": 1,
              "fieldid": 224,
              "fieldinfo": {
                "addunknown": false,
                "calculation": "",
                "calendar_searchable": false,
                "copytochild": true,
                "copytochildonupdate": true,
                "copytorelated": true,
                "custom": 1,
                "customextratableid": 0,
                "database_lookup_auto": true,
                "database_lookup_id": 1,
                "database_lookup_input": 0,
                "database_lookup_triggers": [
                  {
                    "field_id": 224,
                    "field_name": "Severity (CFMISeverity)",
                    "id": 1,
                    "lookup_profile_id": 1,
                    "required": false
                  }
                ],
                "defaultdate": 0,
                "deleteafterclosure": false,
                "deleteafterclosuredays": -1,
                "excludefromallfields": false,
                "extratype": 1,
                "guid": "8e8cb642-ec82-488c-a1ea-d82e28d694a1",
                "hint": "",
                "hint_type": 0,
                "id": 224,
                "inherit_ac_from_tickettype": false,
                "inputtype": 0,
                "is_horizontal": false,
                "isencrypted": false,
                "label": "Severity",
                "labellong": "Severity (CFMISeverity)",
                "load_type": 0,
                "lookup": 144,
                "lookup_method": 0,
                "mandatory": false,
                "name": "CFMISeverity",
                "ordervalueby": 2,
                "ordervaluesalphanumerically": true,
                "regex": "",
                "rounding": -1,
                "searchable": false,
                "selection_field_id": 0,
                "showhintondetails": false,
                "showoncrmnote": false,
                "showondetailsscreen": false,
                "sql_connection_type": 1,
                "summary": "",
                "tab_columns": 1,
                "tab_id": 0,
                "tab_name": "Additional Fields",
                "tab_sequence": 0,
                "type": 2,
                "usage": 1,
                "user_searchable": false,
                "values": [
                  {
                    "id": 1,
                    "lookupid": 144,
                    "name": "Critical",
                    "sequence": 1,
                    "value2": "1",
                    "value2_bool": true
                  },
                  {
                    "id": 2,
                    "lookupid": 144,
                    "name": "High",
                    "sequence": 2,
                    "value2": "1",
                    "value2_bool": true
                  },
                  {
                    "id": 3,
                    "lookupid": 144,
                    "name": "Low",
                    "sequence": 4,
                    "value2": "1",
                    "value2_bool": true
                  },
                  {
                    "id": 4,
                    "lookupid": 144,
                    "name": "Medium",
                    "sequence": 3,
                    "value2": "1",
                    "value2_bool": true,
                    "value5": "0",
                    "value5_bool": false
                  }
                ],
                "variable_name": "$CF00224"
              },
              "groupid": 25,
              "id": 4531,
              "restrictread": 0,
              "restrictupdate": 0,
              "rtid": -25,
              "seq": 2,
              "tableid": 1,
              "techaction": 1,
              "techdetail": 2,
              "techdetailhideifempty": false,
              "technew": 1,
              "technewlocation": 0,
              "techtab_id": -1,
              "techtab_name": ""
            },
            {
              "copytochild": false,
              "copytochildonupdate": false,
              "copytorelated": false,
              "enduseraction": 1,
              "endusercheckboxmandatory": false,
              "enduserdetail": 1,
              "enduserdetailhideifempty": false,
              "endusernew": 1,
              "fieldid": 225,
              "fieldinfo": {
                "addunknown": false,
                "calculation": "",
                "calendar_searchable": false,
                "copytochild": true,
                "copytochildonupdate": true,
                "copytorelated": true,
                "custom": 1,
                "customextratableid": 0,
                "database_lookup_auto": false,
                "defaultdate": 0,
                "deleteafterclosure": false,
                "deleteafterclosuredays": -1,
                "excludefromallfields": false,
                "guid": "9c585151-ae15-4b33-8404-95dcc812201f",
                "hint": "",
                "hint_type": 0,
                "id": 225,
                "inherit_ac_from_tickettype": false,
                "inputtype": 0,
                "is_horizontal": false,
                "isencrypted": false,
                "label": "Details",
                "labellong": "Details (CFMIDetails)",
                "lookup_method": 0,
                "mandatory": false,
                "name": "CFMIDetails",
                "ordervalueby": 0,
                "ordervaluesalphanumerically": true,
                "regex": "",
                "rounding": -1,
                "searchable": false,
                "selection_field_id": 0,
                "showhintondetails": false,
                "showoncrmnote": false,
                "showondetailsscreen": false,
                "sql_connection_type": 1,
                "summary": "",
                "tab_columns": 1,
                "tab_id": 0,
                "tab_name": "Additional Fields",
                "tab_sequence": 0,
                "type": 1,
                "usage": 1,
                "user_searchable": false,
                "variable_name": "$CF00225"
              },
              "groupid": 25,
              "id": 4532,
              "restrictread": 0,
              "restrictupdate": 0,
              "rtid": -25,
              "seq": 3,
              "tableid": 1,
              "techaction": 1,
              "techdetail": 2,
              "techdetailhideifempty": false,
              "technew": 1,
              "technewlocation": 0,
              "techtab_id": -1,
              "techtab_name": ""
            },
            {
              "copytochild": false,
              "copytochildonupdate": false,
              "copytorelated": false,
              "enduseraction": 1,
              "endusercheckboxmandatory": false,
              "enduserdetail": 1,
              "enduserdetailhideifempty": false,
              "endusernew": 1,
              "fieldid": 226,
              "fieldinfo": {
                "addunknown": false,
                "calculation": "",
                "calendar_searchable": false,
                "copytochild": true,
                "copytochildonupdate": true,
                "copytorelated": true,
                "custom": 1,
                "customextratableid": 0,
                "database_lookup_auto": false,
                "defaultdate": 0,
                "deleteafterclosure": false,
                "deleteafterclosuredays": -1,
                "excludefromallfields": false,
                "guid": "75f74938-3d9a-4970-9e5e-0f3624402585",
                "hint": "",
                "hint_type": 0,
                "id": 226,
                "inherit_ac_from_tickettype": false,
                "inputtype": 0,
                "is_horizontal": false,
                "isencrypted": false,
                "label": "Impact Statement",
                "labellong": "Impact Statement (CFMIImpactStatement)",
                "lookup_method": 0,
                "mandatory": false,
                "name": "CFMIImpactStatement",
                "ordervalueby": 0,
                "ordervaluesalphanumerically": true,
                "regex": "",
                "rounding": -1,
                "searchable": false,
                "selection_field_id": 0,
                "showhintondetails": false,
                "showoncrmnote": false,
                "showondetailsscreen": false,
                "sql_connection_type": 1,
                "summary": "",
                "tab_columns": 1,
                "tab_id": 0,
                "tab_name": "Additional Fields",
                "tab_sequence": 0,
                "type": 1,
                "usage": 1,