Get transformer by ID
Retrieves a specific transformer by its unique identifier
Path parameters
Response
The transformer object
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
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/validators/items/typeresponse property for the response status200response-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
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/validators/items/typeresponse property for the response status200response-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
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[CustomTransformerDTO]/manifest/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from theanyOf[StandardTransformerDTO]/manifest/validators/items/typeresponse property for the response status200response-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
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[CustomTransformerDTO]/manifest/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
PLATFORMenum value to theanyOf[StandardTransformerDTO]/manifest/validators/items/typeresponse property for the response status200response-property-enum-value-added
- ●
- ●
added the new
NOT_EQUALenum value to theanyOf[CustomTransformerDTO]/manifest/enablingConditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
added the new
NOT_EQUALenum value to theanyOf[StandardTransformerDTO]/manifest/enablingConditions/items/operatorresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the required property
anyOf[CustomTransformerDTO]/createdAtto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[CustomTransformerDTO]/createdByto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[CustomTransformerDTO]/updatedAtto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[CustomTransformerDTO]/updatedByto the response with the200statusresponse-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]/createdAtfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[CustomTransformerDTO]/createdByfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[CustomTransformerDTO]/updatedAtfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
anyOf[CustomTransformerDTO]/updatedByfrom the response with the200statusresponse-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]/createdAtto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[CustomTransformerDTO]/createdByto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[CustomTransformerDTO]/updatedAtto the response with the200statusresponse-required-property-added
- ○
added the required property
anyOf[CustomTransformerDTO]/updatedByto the response with the200statusresponse-required-property-added
- ○
- ●
removed the optional property
anyOf[CustomTransformerDTO]/createdAtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[CustomTransformerDTO]/createdByfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[CustomTransformerDTO]/updatedAtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[CustomTransformerDTO]/updatedByfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[StandardTransformerDTO]/createdAtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[StandardTransformerDTO]/createdByfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[StandardTransformerDTO]/updatedAtfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
anyOf[StandardTransformerDTO]/updatedByfrom the response with the200statusresponse-optional-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●