Get Custom Form Details

Gets the custom form fields for a ticket type.

Notes

Identify if the field is either a custom default field: customField: false/true.

  • customField: True indicates the field is a custom field
  • customField: False indicates the field is a default field

Path Parameters

  • tenantIdstringrequired

    Describes the clientId or mspId of the tenant

  • ticketEntitystringrequired

    Supported service desk entity.These are case sensitive.

    Enum:
    incidentsproblemsserviceRequeststimeBoundRequestschangeRequeststasks

Responses

  • classCodestring

    Ticket Ty

    Enum:
    SERVICEREQUESTACSTICKETCHANGETASKINCIDENTPROBLEM

    Default: INCIDENT

  • displayLabelstring

  • namestring

  • fieldTypestring

    Type of Custom Fields Area

    Enum:
    TYPE_CUSTOM_FIELDTYPE_DROPDOWNTYPE_TEXTTYPE_TEXTAREATYPE_NUMBERTYPE_DATETYPE_DATETIMETYPE_CHECKBOX
  • mandatoryboolean

  • editableboolean

  • descriptionstring

  • valuestring

  • defaultValuestring

  • optionsarray

  • selectedOptionobject

  • customFieldboolean

  • removeOptionsarray

    This is only used during updating a custom field.

  • visibleToBusinessUsersboolean

    Enable visibility to bussiness users

  • activeboolean

    Enable field visibility

  • intgEventUUIdstring

    Integration Outbound Search Event UUID (If field type is TYPE_CUSTOM_FIELD then intgEventUUId is mandatory)

Loading Examples...