openapi: 3.0.1 info: title: Exports API version: v1 servers: - url: https://api-emea.onesourcetax.com/corporate-tax/v1/exports - url: https://api-apac.onesourcetax.com/corporate-tax/v1/exports paths: /notes: post: tags: - Exports summary: Fetch list of notes. operationId: Exports_GetUserNotesDetails parameters: - name: offset in: query schema: type: integer format: int32 - name: take in: query schema: type: integer format: int32 - name: Authorization in: header description: The authorization token required: true schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest' text/json: schema: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest' application/xml: schema: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest' text/xml: schema: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest' application/x-www-form-urlencoded: schema: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest' required: true responses: "200": description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesResponse' text/json: schema: type: array items: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesResponse' application/xml: schema: type: array items: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesResponse' text/xml: schema: type: array items: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesResponse' x-codegen-request-body-name: exportNotesRequest /queries: post: tags: - Exports summary: Fetch list of queries. operationId: Exports_GetUserQueriesDetails parameters: - name: offset in: query schema: type: integer format: int32 - name: take in: query schema: type: integer format: int32 - name: Authorization in: header description: The authorization token required: true schema: type: string requestBody: content: application/json: schema: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest' text/json: schema: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest' application/xml: schema: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest' text/xml: schema: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest' application/x-www-form-urlencoded: schema: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest' required: true responses: "200": description: OK content: application/json: schema: type: array items: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesResponse' text/json: schema: type: array items: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesResponse' application/xml: schema: type: array items: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesResponse' text/xml: schema: type: array items: $ref: '#/components/schemas/TRTA.Athena.Models.Api.V4.notes.ExportNotesResponse' x-codegen-request-body-name: exportNotesRequest components: schemas: TRTA.Athena.Models.Api.V4.notes.ExportNotesRequest: type: object properties: id: type: string format: uuid example: 00000000-0000-0000-0000-000000000000 dataSetName: type: string entityName: type: string entityShortName: type: string entityIdentifier: type: string returnId: type: string format: uuid example: 00000000-0000-0000-0000-000000000000 returnName: type: string description: type: string status: type: string sheetName: type: string location: type: string cellAddress: type: string cellValue: type: string rollForward: type: boolean createdBy: type: string createdDate: type: string lastUpdatedBy: type: string lastUpdatedDate: type: string TRTA.Athena.Models.Api.V4.notes.ExportNotesResponse: type: object properties: id: type: string format: uuid example: 00000000-0000-0000-0000-000000000000 datasetId: type: string format: uuid example: 00000000-0000-0000-0000-000000000000 datasetName: type: string entityId: type: string format: uuid example: 00000000-0000-0000-0000-000000000000 entityName: type: string entityShortName: type: string entityIdentifier: type: string returnId: type: string format: uuid example: 00000000-0000-0000-0000-000000000000 returnName: type: string description: type: string type: type: string status: type: string sheetName: type: string location: type: string cellValue: type: string cellAddress: type: string rowGuid: type: string format: uuid example: 00000000-0000-0000-0000-000000000000 columnGuid: type: string format: uuid example: 00000000-0000-0000-0000-000000000000 isRollForward: type: boolean createdBy: type: string createdDate: type: string format: date-time lastUpdatedBy: type: string lastUpdatedDate: type: string format: date-time x-original-swagger-version: "2.0"