openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ARCHIV_DISPLAY_LIST_2: post: tags: - OPTL operationId: /rfc/ARCHIV_DISPLAY_LIST_2 requestBody: content: application/json: schema: properties: AUTH_FLAG: type: string default: ' ' maxLength: 1 DISPLAY_FLAG: type: string default: ' ' maxLength: 1 PFSTATUS: type: string default: SHOW maxLength: 20 WINDOW_ID: type: string default: ' ' maxLength: 10 WINDOW_TITLE: type: string default: ' ' maxLength: 40 ARCHIVTREFFER: type: array items: type: object properties: MANDT: type: string maxLength: 3 description: Client SAP_OBJECT: type: string maxLength: 10 description: 'SAP ArchiveLink: Object type of business object' OBJECT_ID: type: string maxLength: 50 description: 'SAP ArchiveLink: Object ID (object identifier)' ARCHIV_ID: type: string maxLength: 2 description: Content Repository Identification ARC_DOC_ID: type: string maxLength: 40 description: 'SAP ArchiveLink: Document ID' AR_OBJECT: type: string maxLength: 10 description: Document type AR_DATE: type: string format: date description: 'SAP ArchiveLink: Storage date' DEL_DATE: type: string format: date description: Expiry Date RESERVE: type: string maxLength: 27 description: 'SAP ArchiveLink: Reserved for future application' responses: '200': description: OK content: application/json: schema: properties: ARCHIVTREFFER: type: array items: type: object properties: MANDT: type: string maxLength: 3 description: Client SAP_OBJECT: type: string maxLength: 10 description: 'SAP ArchiveLink: Object type of business object' OBJECT_ID: type: string maxLength: 50 description: 'SAP ArchiveLink: Object ID (object identifier)' ARCHIV_ID: type: string maxLength: 2 description: Content Repository Identification ARC_DOC_ID: type: string maxLength: 40 description: 'SAP ArchiveLink: Document ID' AR_OBJECT: type: string maxLength: 10 description: Document type AR_DATE: type: string format: date description: 'SAP ArchiveLink: Storage date' DEL_DATE: type: string format: date description: Expiry Date RESERVE: type: string maxLength: 27 description: 'SAP ArchiveLink: Reserved for future application' '400': description: Bad request. 5XX: description: Unexpected error.