Transformers

Get transformer by ID

Retrieves a specific transformer by its unique identifier

get/api/transformers/{transformerId}

Path parameters

transformerIdstring required

Response

The transformer object

OR

Example response

{
  "id": "transformer123",
  "manifest": {
    "key": "serverUrl",
    "translationKey": "connection.serverUrl",
    "validators": [
      {
        "arguments": []
      }
    ],
    "attributes": [
      {
        "key": "serverUrl",
        "translationKey": "connection.serverUrl",
        "validators": [
          {
            "arguments": []
          }
        ],
        "displayProperties": {
          "row": 1,
          "columns": 6,
          "displayInViewMode": true
        },
        "defaultValue": "oibus-client"
      }
    ],
    "enablingConditions": [
      {
        "targetPathFromRoot": "protocol",
        "referralPathFromRoot": "connection.type",
        "values": [
          "MQTT"
        ],
        "operator": "EQUALS"
      }
    ],
    "displayProperties": {
      "visible": true,
      "wrapInBox": true
    }
  },
  "name": "String to Number",
  "description": "Converts string input to numeric output",
  "customCode": "function transform(input) { return parseFloat(input); }",
  "timeout": 2000,
  "createdBy": {
    "id": "abc123",
    "friendlyName": "John Doe (john.doe)"
  },
  "updatedBy": {
    "id": "abc123",
    "friendlyName": "John Doe (john.doe)"
  },
  "createdAt": "2023-10-31T12:34:56.789Z",
  "updatedAt": "2023-10-31T12:34:56.789Z"
}

Changes

Changed in 19 of the 73 revisions of this API.119077

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[CustomTransformerDTO]/manifest/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed the PLATFORM enum value from the anyOf[StandardTransformerDTO]/manifest/validators/items/type response property for the response status 200

      response-property-enum-value-removed

    This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[CustomTransformerDTO]/manifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new PLATFORM enum value to the anyOf[StandardTransformerDTO]/manifest/validators/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new NOT_EQUAL enum value to the anyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new NOT_EQUAL enum value to the anyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the required property anyOf[CustomTransformerDTO]/createdAt to the response with the 200 status

      response-required-property-added

    • added the required property anyOf[CustomTransformerDTO]/createdBy to the response with the 200 status

      response-required-property-added

    • added the required property anyOf[CustomTransformerDTO]/updatedAt to the response with the 200 status

      response-required-property-added

    • added the required property anyOf[CustomTransformerDTO]/updatedBy to the response with the 200 status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the required property anyOf[CustomTransformerDTO]/createdAt from the response with the 200 status

      response-required-property-removed

    • removed the required property anyOf[CustomTransformerDTO]/createdBy from the response with the 200 status

      response-required-property-removed

    • removed the required property anyOf[CustomTransformerDTO]/updatedAt from the response with the 200 status

      response-required-property-removed

    • removed the required property anyOf[CustomTransformerDTO]/updatedBy from the response with the 200 status

      response-required-property-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the required property anyOf[CustomTransformerDTO]/createdAt to the response with the 200 status

      response-required-property-added

    • added the required property anyOf[CustomTransformerDTO]/createdBy to the response with the 200 status

      response-required-property-added

    • added the required property anyOf[CustomTransformerDTO]/updatedAt to the response with the 200 status

      response-required-property-added

    • added the required property anyOf[CustomTransformerDTO]/updatedBy to the response with the 200 status

      response-required-property-added

    • removed the optional property anyOf[CustomTransformerDTO]/createdAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property anyOf[CustomTransformerDTO]/createdBy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property anyOf[CustomTransformerDTO]/updatedAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property anyOf[CustomTransformerDTO]/updatedBy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property anyOf[StandardTransformerDTO]/createdAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property anyOf[StandardTransformerDTO]/createdBy from the response with the 200 status

      response-optional-property-removed

    • removed the optional property anyOf[StandardTransformerDTO]/updatedAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property anyOf[StandardTransformerDTO]/updatedBy from the response with the 200 status

      response-optional-property-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog