Adobe Journey Optimizer API

Design, trigger and inspect cross-channel customer journeys and campaigns — including message delivery, content management, suppression lists, throttling configuration, simulation and loyalty challenges — through the Adobe Journey Optimizer REST APIs.

OpenAPI Specification

adobe-suite-journey-optimizer-campaigns-retrieve-openapi.yaml Raw ↑
{
  "openapi" : "3.0.1",
  "info" : {
    "title" : "Retrieve & filter Action Campaigns",
    "description" : "Retrieve & filter Action Campaigns",
    "version" : "v1.79"
  },
  "servers" : [ {
    "url" : "https://platform-int.adobe.io/journey/campaigns",
    "description" : "QA"
  }, {
    "url" : "https://platform-stage.adobe.io/journey/campaigns",
    "description" : "Stage"
  }, {
    "url" : "https://platform.adobe.io/journey/campaigns",
    "description" : "Prod"
  } ],
  "security" : [ { }, {
    "x-api-key" : [ "read", "write" ]
  } ],
  "tags" : [ {
    "name" : "Metadata Resource",
    "description" : "Metadata collection"
  }, {
    "name" : "Workflow Resource",
    "description" : "Workflow collection"
  }, {
    "name" : "Campaign Resource",
    "description" : "Campaign management resource"
  } ],
  "paths" : {
    "/service/campaigns/{campaignId}/messages/{messageId}/{channel}/variants/{variantId}" : {
      "get" : {
        "tags" : [ "Campaign Resource" ],
        "summary" : "Get campaign message or variant",
        "operationId" : "getCampaignMessageOrVariant",
        "parameters" : [ {
          "name" : "campaignId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "messageId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "x-gw-ims-org-id",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "IMS Org ID"
          }
        }, {
          "name" : "x-sandbox-name",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "Sandbox Name"
          }
        } ],
        "responses" : {
          "200" : {
            "description" : "OK",
            "content" : {
              "*/*" : {
                "schema" : {
                  "type" : "object"
                }
              }
            }
          }
        },
        "security" : [ {
          "x-api-key" : [ ]
        }, {
          "AdobeUserToken" : [ ]
        } ]
      }
    },
    "/service/campaigns" : {
      "get" : {
        "tags" : [ "Campaign Resource" ],
        "summary" : "Get campaigns",
        "operationId" : "getCampaigns",
        "parameters" : [ {
          "name" : "count",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32",
            "default" : 50
          },
          "example" : 50
        }, {
          "name" : "page",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32"
          }
        }, {
          "name" : "orderby",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string",
            "default" : "name"
          },
          "example" : "name"
        }, {
          "name" : "property",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string"
          },
          "example" : "campaignClass!=inline;name=like=\"my campaign name\""
        }, {
          "name" : "full",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "boolean",
            "default" : false
          }
        }, {
          "name" : "actions",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "boolean",
            "default" : true
          }
        }, {
          "name" : "x-gw-ims-org-id",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "IMS Org ID"
          }
        }, {
          "name" : "x-sandbox-name",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "Sandbox Name"
          }
        } ],
        "responses" : {
          "403" : {
            "description" : "Permission Denied",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "500" : {
            "description" : "Any error encountered while retrieving details",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "200" : {
            "description" : "Request successful",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Multi Response Model"
                }
              }
            }
          }
        },
        "security" : [ {
          "x-api-key" : [ ]
        }, {
          "AdobeUserToken" : [ ]
        } ]
      }
    },
    "/service/campaigns/{campaignId}/versions" : {
      "get" : {
        "tags" : [ "Campaign Resource" ],
        "summary" : "Fetching the campaign versions",
        "operationId" : "getCampaignVersions",
        "parameters" : [ {
          "name" : "campaignId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "count",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32",
            "default" : 50
          }
        }, {
          "name" : "page",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32"
          }
        }, {
          "name" : "orderby",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string",
            "default" : "name"
          }
        }, {
          "name" : "property",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string"
          },
          "example" : "name=like=ajo,application_id==12312"
        }, {
          "name" : "full",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "boolean",
            "default" : false
          }
        }, {
          "name" : "actions",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "boolean",
            "default" : true
          }
        }, {
          "name" : "x-gw-ims-org-id",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "IMS Org ID"
          }
        }, {
          "name" : "x-sandbox-name",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "Sandbox Name"
          }
        } ],
        "responses" : {
          "403" : {
            "description" : "Permission Denied",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "500" : {
            "description" : "Any error encountered while retrieving details",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "200" : {
            "description" : "Request successful",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Multi Response Model"
                }
              }
            }
          }
        },
        "security" : [ {
          "x-api-key" : [ ]
        }, {
          "AdobeUserToken" : [ ]
        } ]
      }
    },
    "/service/campaigns/{campaignId}" : {
      "get" : {
        "tags" : [ "Campaign Resource" ],
        "summary" : "Get campaign details",
        "operationId" : "getCampaign",
        "parameters" : [ {
          "name" : "campaignId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "x-gw-ims-org-id",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "IMS Org ID"
          }
        }, {
          "name" : "x-sandbox-name",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "Sandbox Name"
          }
        } ],
        "responses" : {
          "403" : {
            "description" : "Permission Denied",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "200" : {
            "description" : "Request successful",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Model"
                }
              }
            }
          },
          "404" : {
            "description" : "Requested object not found",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "500" : {
            "description" : "Any error encountered while retrieving details",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          }
        },
        "security" : [ {
          "x-api-key" : [ ]
        }, {
          "AdobeUserToken" : [ ]
        } ]
      }
    },
    "/service/workflows/{workflowId}" : {
      "get" : {
        "tags" : [ "Workflow Resource" ],
        "summary" : "Get workflow",
        "operationId" : "getWorkflow",
        "parameters" : [ {
          "name" : "workflowId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "x-gw-ims-org-id",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "IMS Org ID"
          }
        }, {
          "name" : "x-sandbox-name",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "Sandbox Name"
          }
        } ],
        "responses" : {
          "200" : {
            "description" : "Request successful",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Workflow Model"
                }
              }
            }
          },
          "404" : {
            "description" : "Requested object not found",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "500" : {
            "description" : "Any error encountered while retrieving details",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          }
        },
        "security" : [ {
          "x-api-key" : [ ]
        }, {
          "AdobeUserToken" : [ ]
        } ]
      }
    },
    "/service/metadata/surfaces" : {
      "get" : {
        "tags" : [ "Metadata Resource" ],
        "summary" : "Get Surfaces",
        "operationId" : "getSurfaces",
        "parameters" : [ {
          "name" : "count",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32",
            "default" : 50
          },
          "example" : 50
        }, {
          "name" : "page",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32"
          }
        }, {
          "name" : "orderby",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string",
            "default" : "surfaceName"
          },
          "example" : "surfaceName"
        }, {
          "name" : "channel",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string",
            "default" : "inapp"
          },
          "example" : "channel=inapp"
        }, {
          "name" : "property",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string"
          },
          "example" : "surfaceName==ajo;created_at>2021-09-28"
        }, {
          "name" : "type",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string",
            "enum" : [ "appConfigurationId", "channelConfigurationId", "surfaceId", "brandingPresetId" ]
          },
          "example" : "type=surfaceId"
        }, {
          "name" : "x-gw-ims-org-id",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "IMS Org ID"
          }
        }, {
          "name" : "x-sandbox-name",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "Sandbox Name"
          }
        } ],
        "responses" : {
          "403" : {
            "description" : "Permission Denied",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "500" : {
            "description" : "Any error encountered while retrieving details",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "200" : {
            "description" : "Request successful",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Multi Response Model"
                }
              }
            }
          }
        },
        "security" : [ {
          "x-api-key" : [ ]
        }, {
          "AdobeUserToken" : [ ]
        } ]
      }
    },
    "/service/metadata/surfaces/{channel}/{surfaceId}" : {
      "get" : {
        "tags" : [ "Metadata Resource" ],
        "summary" : "Get surface details",
        "operationId" : "getSurface",
        "parameters" : [ {
          "name" : "channel",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "surfaceId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "type",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string"
          },
          "example" : "type=surfaceId"
        }, {
          "name" : "x-gw-ims-org-id",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "IMS Org ID"
          }
        }, {
          "name" : "x-sandbox-name",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "Sandbox Name"
          }
        } ],
        "responses" : {
          "404" : {
            "description" : "Requested object not found",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "200" : {
            "description" : "Request successful",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Surface"
                }
              }
            }
          },
          "500" : {
            "description" : "Any error encountered while retrieving details",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          }
        },
        "security" : [ {
          "x-api-key" : [ ]
        }, {
          "AdobeUserToken" : [ ]
        } ]
      }
    },
    "/service/campaigns/{campaignId}/publish/validation" : {
      "get" : {
        "tags" : [ "Campaign Resource" ],
        "summary" : "The campaign publishing validation",
        "operationId" : "getCampaignPublishingNotifications",
        "parameters" : [ {
          "name" : "campaignId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "count",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32",
            "default" : 50
          },
          "example" : 50
        }, {
          "name" : "page",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "integer",
            "format" : "int32"
          }
        }, {
          "name" : "orderby",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string",
            "default" : "type"
          },
          "example" : "type"
        }, {
          "name" : "property",
          "in" : "query",
          "required" : false,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "x-gw-ims-org-id",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "IMS Org ID"
          }
        }, {
          "name" : "x-sandbox-name",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "Sandbox Name"
          }
        } ],
        "responses" : {
          "403" : {
            "description" : "Permission Denied",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "500" : {
            "description" : "Any error encountered while retrieving details",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "200" : {
            "description" : "Request successful",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Multi Response Model"
                }
              }
            }
          }
        },
        "security" : [ {
          "x-api-key" : [ ]
        }, {
          "AdobeUserToken" : [ ]
        } ]
      }
    },
    "/service/campaigns/{campaignId}/packages/{packageId}" : {
      "get" : {
        "tags" : [ "Campaign Resource" ],
        "summary" : "Get campaign package details",
        "operationId" : "getCampaignPackage",
        "parameters" : [ {
          "name" : "campaignId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "packageId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "x-gw-ims-org-id",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "IMS Org ID"
          }
        }, {
          "name" : "x-sandbox-name",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "Sandbox Name"
          }
        } ],
        "responses" : {
          "403" : {
            "description" : "Permission Denied",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "404" : {
            "description" : "Requested object not found",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "500" : {
            "description" : "Any error encountered while retrieving details",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Campaign Notification Model"
                }
              }
            }
          },
          "200" : {
            "description" : "Request successful",
            "content" : {
              "application/json" : {
                "schema" : {
                  "$ref" : "#/components/schemas/Package"
                }
              }
            }
          }
        },
        "security" : [ {
          "x-api-key" : [ ]
        }, {
          "AdobeUserToken" : [ ]
        } ]
      }
    },
    "/service/campaigns/{campaignId}/messages/{messageId}" : {
      "get" : {
        "tags" : [ "Campaign Resource" ],
        "summary" : "Get campaign message or variant",
        "operationId" : "getCampaignMessageOrVariant_1",
        "parameters" : [ {
          "name" : "campaignId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "messageId",
          "in" : "path",
          "required" : true,
          "schema" : {
            "type" : "string"
          }
        }, {
          "name" : "x-gw-ims-org-id",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "IMS Org ID"
          }
        }, {
          "name" : "x-sandbox-name",
          "in" : "header",
          "required" : true,
          "schema" : {
            "type" : "string",
            "description" : "Sandbox Name"
          }
        } ],
        "responses" : {
          "200" : {
            "description" : "OK",
            "content" : {
              "*/*" : {
                "schema" : {
                  "type" : "object"
                }
              }
            }
          }
        },
        "security" : [ {
          "x-api-key" : [ ]
        }, {
          "AdobeUserToken" : [ ]
        } ]
      }
    }
  },
  "components" : {
    "schemas" : {
      "Attribute Model" : {
        "type" : "object",
        "properties" : {
          "name" : {
            "type" : "string"
          },
          "messagePublicationIds" : {
            "type" : "array",
            "items" : {
              "type" : "string"
            }
          },
          "personalization" : {
            "type" : "boolean"
          },
          "usage" : {
            "$ref" : "#/components/schemas/Usage model"
          }
        },
        "description" : "Unified Decisioning Service attributes"
      },
      "Attributes Map Model" : {
        "type" : "object",
        "properties" : {
          "profile" : {
            "type" : "array",
            "description" : "Message Service profile attributes",
            "items" : {
              "$ref" : "#/components/schemas/Attribute Model"
            }
          },
          "context" : {
            "type" : "array",
            "description" : "Message Service context attributes",
            "items" : {
              "$ref" : "#/components/schemas/Attribute Model"
            }
          },
          "target" : {
            "type" : "array",
            "description" : "Message Service target attributes",
            "items" : {
              "$ref" : "#/components/schemas/Attribute Model"
            }
          },
          "audience" : {
            "type" : "array",
            "description" : "Campaign audience attributes",
            "items" : {
              "$ref" : "#/components/schemas/Attribute Model"
            }
          },
          "unifiedDecisioning" : {
            "type" : "array",
            "description" : "Unified Decisioning Service attributes",
            "items" : {
              "$ref" : "#/components/schemas/Attribute Model"
            }
          },
          "pesLinks" : {
            "$ref" : "#/components/schemas/Pes Details Model"
          },
          "publicationPesDetails" : {
            "type" : "array",
            "description" : "PES Details by Publication (No Save)",
            "items" : {
              "$ref" : "#/components/schemas/Message Pes Details Model"
            }
          }
        }
      },
      "Attributes Model" : {
        "type" : "object",
        "properties" : {
          "sendTimeOptimization" : {
            "type" : "boolean",
            "description" : "push, email channels only, filterable"
          },
          "burstSpeed" : {
            "type" : "boolean",
            "description" : "push channel only, filterable"
          },
          "inboundSchedule" : {
            "$ref" : "#/components/schemas/Inbound schedule"
          },
          "trigger" : {
            "$ref" : "#/components/schemas/Trigger Model"
          },
          "ruleSetId" : {
            "type" : "string",
            "description" : "rule set id, filterable"
          },
          "surface" : {
            "$ref" : "#/components/schemas/Package surface"
          },
          "trackingOptions" : {
            "$ref" : "#/components/schemas/Content Tracking Options"
          },
          "ipWarmup" : {
            "type" : "boolean",
            "description" : "email channel only, filterable"
          },
          "sendTimeFor" : {
            "type" : "string",
            "description" : "push, email channels only, filterable"
          },
          "sendTimeWithin" : {
            "type" : "integer",
            "description" : "send time within, push, email channels only, filterable",
            "format" : "int32"
          },
          "outboundTrigger" : {
            "$ref" : "#/components/schemas/Outbound trigger"
          }
        },
        "description" : "filterable"
      },
      "Campaign Metadata" : {
        "required" : [ "isTestExecution" ],
        "type" : "object",
        "properties" : {
          "sourceType" : {
            "type" : "string",
            "description" : "sortable, filterable",
            "enum" : [ "campaign", "journey", "ipWarmup", "journeyFragment", "orchestratedCampaign", "b2bAccountJourneys", "smbCampaign" ]
          },
          "sourceName" : {
            "type" : "string"
          },
          "sourceId" : {
            "type" : "string",
            "description" : "sortable, filterable"
          },
          "sourceVersionId" : {
            "type" : "string",
            "description" : "sortable, filterable"
          },
          "sourceActionId" : {
            "type" : "string",
            "description" : "sortable, filterable"
          },
          "batchInstanceId" : {
            "type" : "string",
            "description" : "sortable, filterable"
          },
          "isTestExecution" : {
            "type" : "boolean",
            "description" : "sortable, filterable"
          }
        },
        "description" : "sortable, filterable"
      },
      "Campaign Model" : {
        "type" : "object",
        "properties" : {
          "campaignId" : {
            "type" : "string",
            "description" : "filterable",
            "readOnly" : true
          },
          "versionId" : {
            "type" : "string",
            "description" : "filterable",
            "readOnly" : true
          },
          "draftVersionId" : {
            "type" : "string",
            "readOnly" : true
          },
          "liveVersionId" : {
            "type" : "string",
            "readOnly" : true
          },
          "name" : {
            "type" : "string",
            "description" : "sortable, filterable"
          },
          "description" : {
            "type" : "string",
            "description" : "sortable"
          },
          "status" : {
            "type" : "string",
            "description" : "sortable, filterable",
            "readOnly" : true
          },
          "schedule" : {
            "$ref" : "#/components/schemas/Campaigns schedule"
          },
          "createdBy" : {
            "type" : "string",
            "description" : "sortable, filterable",
            "readOnly" : true
          },
          "createdByName" : {
            "type" : "string",
            "description" : "sortable, filterable",
            "readOnly" : true
          },
          "createdAt" : {
            "type" : "string",
            "description" : "ISO_INSTANT with 6 fractional digits, sortable, filterable",
            "readOnly" : true
          },
          "modifiedBy" : {
            "type" : "string",
            "description" : "sortable, filterable",
            "readOnly" : true
          },
          "modifiedByName" : {
            "type" : "string",
            "description" : "sortable, filterable",
            "readOnly" : true
          },
          "modifiedAt" : {
            "type" : "string",
            "description" : "ISO_INSTANT with 6 fractional digits, sortable, filterable",
            "readOnly" : true
          },
          "publishedBy" : {
            "type" : "string",
            "description" : "sortable, filterable",
            "readOnly" : true
          },
          "publishedByName" : {
            "type" : "string",
            "description" : "sortable, filterable",
            "readOnly" : true
          },
          "publishedAt" : {
            "type" : "string",
            "description" : "ISO_INSTANT with 6 fractional digits, sortable, filterable",
            "readOnly" : true
          },
          "firstPublishedAt" : {
            "type" : "string",
            "description" : "ISO_INSTANT with 6 fractional digits, sortable, filterable",
            "readOnly" : true
          },
          "completedAt" : {
            "type" : "string",
            "description" : "ISO_INSTANT with 6 fractional digits, sortable, filterable",
            "readOnly" : true
          },
          "displayStartDate" : {
            "type" : "string",
            "description" : "ISO_INSTANT with 6 fractional digits, sortable, filterable",
            "readOnly" : true
          },
          "displayEndDate" : {
            "type" : "string",
            "description" : "ISO_INSTANT with 6 fractional digits, sortable, filterable",
            "readOnly" : true
          },
          "labelObjects" : {
            "type" : 

# --- truncated at 32 KB (120 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/adobe-suite/refs/heads/main/openapi/adobe-suite-journey-optimizer-campaigns-retrieve-openapi.yaml