openapi: 3.2.0 info: title: REST API for Oracle Eloqua Marketing Cloud Service Reporting/Form Submission/1.0/User 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/User description: The operations from the Reporting/FormSubmission/1.0/User category. paths: /API/OData/FormSubmission/1/User: get: tags: - Reporting/FormSubmission/1.0/User summary: Get all Users operationId: User_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: Users successfully retrieved content: application/json: schema: type: array items: $ref: '#/components/schemas/User' application/xml: schema: type: array items: $ref: '#/components/schemas/User' x-internal-id: API-OData-FormSubmission-1-User-get x-filename-id: api-odata-formsubmission-1-user-get /API/OData/FormSubmission/1/User/{key}: get: tags: - Reporting/FormSubmission/1.0/User summary: Get a single User operationId: User_Get_By_ID parameters: - name: key in: path description: The requested User 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: User was successfully retrieved content: application/json: schema: type: array items: $ref: '#/components/schemas/User' application/xml: schema: type: array items: $ref: '#/components/schemas/User' x-internal-id: API-OData-FormSubmission-1-User-{key}-get x-filename-id: api-odata-formsubmission-1-user-key-get /API/OData/FormSubmission/1/User/{key}/Campaigns: get: tags: - Reporting/FormSubmission/1.0/User summary: Get Campaigns for a specified User operationId: User_GetCampaigns parameters: - name: key in: path description: UserID 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: Campaigns were successfully retrieved content: application/json: schema: type: array items: $ref: '#/components/schemas/Campaign' application/xml: schema: type: array items: $ref: '#/components/schemas/Campaign' x-internal-id: API-OData-FormSubmission-1-User-{key}-Campaigns-get x-filename-id: api-odata-formsubmission-1-user-key-campaigns-get /API/OData/FormSubmission/1/User/{key}/EmailAssets: get: tags: - Reporting/FormSubmission/1.0/User summary: Get Email Asset for a specified User operationId: User_GetEmailAssets parameters: - name: key in: path description: UserID 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: EmailAssets were successfully retrieved content: application/json: schema: type: array items: $ref: '#/components/schemas/EmailAsset' application/xml: schema: type: array items: $ref: '#/components/schemas/EmailAsset' x-internal-id: API-OData-FormSubmission-1-User-{key}-EmailAssets-get x-filename-id: api-odata-formsubmission-1-user-key-emailassets-get components: schemas: User: type: object properties: userID: format: int32 type: integer userName: type: string userEmailAddress: type: string lastModifiedDateTime: format: date-time type: string isDeleted: type: boolean EmailAsset: type: object properties: emailID: format: int32 type: integer emailName: type: string subjectLine: type: string emailGroupID: format: int32 type: integer emailGroup: type: string emailGroupDescription: type: string emailGroupIsDeleted: type: boolean isDeleted: type: boolean isArchived: type: boolean emailCreatedByUserID: format: int32 type: integer lastModifiedDate: format: date-time type: string Campaign: type: object properties: eloquaCampaignId: format: int32 type: integer campaignName: type: string crmCampaignId: type: string campaignDescription: type: string campaignCreatedDateTime: format: date-time type: string campaignProduct: type: string campaignRegion: type: string campaignType: type: string campaignStatus: type: string isDeleted: type: boolean campaignStartDate: format: date-time type: string campaignEndDate: format: date-time type: string campaignCreatedByUserId: format: int32 type: integer lastActivatedByUserId: format: int32 type: integer lastModifiedDate: format: date-time type: string campaignClassification: type: string adCampaignId: type: string referenceProduct: type: string actualCost: format: double type: number budgetedCost: format: double type: number