openapi: 3.2.0 info: title: REST API for Oracle Eloqua Marketing Cloud Service Reporting/Landing Page Analysis/1.0/Landing Page Asset API description: The Oracle Eloqua Marketing Cloud Service REST APIs enable you to extend the functionality of the product, build Apps, and perform high volume data transfers. version: 2026.08.07 x-summary: The Oracle Eloqua Marketing Cloud Service REST APIs enable you to extend the functionality of the product, build Apps, and perform high volume data transfers. tags: - name: Reporting/LandingPageAnalysis/1.0/LandingPageAsset description: The operations from the Reporting/LandingPageAnalysis/1.0/LandingPageAsset category. paths: /API/OData/LandingPageAnalysis/1/LandingPageAsset: get: tags: - Reporting/LandingPageAnalysis/1.0/LandingPageAsset summary: Get all Landing Page Assets operationId: LandingPageAsset_Get parameters: - name: $select in: query description: Limits the properties returned in the result. required: false schema: type: string - name: $expand in: query description: Indicates the related entities to be represented inline. The maximum depth is 2. required: false schema: type: string - name: $filter in: query description: 'Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.' required: false schema: type: string - name: $orderby in: query description: Specifies the order in which items are returned. The maximum number of expressions is 5. required: false schema: type: string - name: $top in: query description: Limits the number of items returned from a collection. The maximum value is 20000. required: false schema: type: integer format: int32 - name: $skip in: query description: Excludes the specified number of items of the queried collection from the result. required: false schema: type: integer format: int32 - name: $count in: query description: Indicates whether the total count of items within a collection are returned in the result. required: false schema: type: boolean default: false responses: '200': description: LandingPageAssets successfully retrieved content: application/json: schema: type: array items: $ref: '#/components/schemas/LandingPageAsset' application/xml: schema: type: array items: $ref: '#/components/schemas/LandingPageAsset' x-internal-id: API-OData-LandingPageAnalysis-1-LandingPageAsset-get x-filename-id: api-odata-landingpageanalysis-1-landingpageasset-get /API/OData/LandingPageAnalysis/1/LandingPageAsset/{key}: get: tags: - Reporting/LandingPageAnalysis/1.0/LandingPageAsset summary: Get a single Landing Page Asset operationId: LandingPageAsset_Get_By_ID parameters: - name: key in: path description: The requested LandingPageAssets identifier required: true schema: type: integer format: int32 - name: $select in: query description: Limits the properties returned in the result. required: false schema: type: string - name: $expand in: query description: Indicates the related entities to be represented inline. The maximum depth is 2. required: false schema: type: string - name: $filter in: query description: 'Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions.' required: false schema: type: string - name: $orderby in: query description: Specifies the order in which items are returned. The maximum number of expressions is 5. required: false schema: type: string - name: $top in: query description: Limits the number of items returned from a collection. The maximum value is 20000. required: false schema: type: integer format: int32 - name: $skip in: query description: Excludes the specified number of items of the queried collection from the result. required: false schema: type: integer format: int32 - name: $count in: query description: Indicates whether the total count of items within a collection are returned in the result. required: false schema: type: boolean default: false responses: '200': description: LandingPageAssets was successfully retrieved content: application/json: schema: type: array items: $ref: '#/components/schemas/LandingPageAsset' application/xml: schema: type: array items: $ref: '#/components/schemas/LandingPageAsset' x-internal-id: API-OData-LandingPageAnalysis-1-LandingPageAsset-{key}-get x-filename-id: api-odata-landingpageanalysis-1-landingpageasset-key-get components: schemas: LandingPageAsset: type: object properties: landingPageID: format: int32 type: integer landingPageName: type: string isDeleted: type: boolean landingPageDescription: type: string relativePath: type: string landingPageCreatedByUserID: format: int32 type: integer landingPageModifiedByUserID: format: int32 type: integer lastModifiedDateTime: format: date-time type: string