openapi: 3.2.0 info: title: REST API for Oracle Eloqua Marketing Cloud Service Reporting/Form Submission/1.0/Calendar 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/FormSubmission/1.0/Calendar description: The operations from the Reporting/FormSubmission/1.0/Calendar category. paths: /API/OData/FormSubmission/1/Calendar: get: tags: - Reporting/FormSubmission/1.0/Calendar summary: Get all Calendar records operationId: Calendar_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: Calendars successfully retrieved content: application/json: schema: type: array items: $ref: '#/components/schemas/Calendar' application/xml: schema: type: array items: $ref: '#/components/schemas/Calendar' x-internal-id: API-OData-FormSubmission-1-Calendar-get x-filename-id: api-odata-formsubmission-1-calendar-get components: schemas: Calendar: type: object properties: dateHour: format: date-time type: string calendarYear: format: int32 type: integer calendarYearDesc: type: string calendarQtr: format: int32 type: integer calendarQtrDesc: type: string calendarMonth: format: int32 type: integer calendarMonthDesc: type: string calendarWeek: format: int32 type: integer calendarWeekDesc: type: string dayOfYearNum: format: int32 type: integer dayOfWeekNum: format: int32 type: integer dayOfWeekDesc: type: string dayOfMonthNum: format: int32 type: integer displayDayOfWeek: type: string hourOfDayNum: format: int32 type: integer calendarMonthId: format: int32 type: integer calendarQtrId: format: int32 type: integer calendarWeekId: format: int32 type: integer calendarDayId: format: date-time type: string