openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ARCHIV_GET_CONNECTIONS_PRINTLI: post: tags: - OPTB operationId: /rfc/ARCHIV_GET_CONNECTIONS_PRINTLI requestBody: content: application/json: schema: properties: CONNECTIONS: type: array items: type: object properties: MANDANT: type: string maxLength: 3 description: Client REPORT: type: string maxLength: 40 description: SAP ArchiveLink Report Name INFO: type: string maxLength: 3 description: 'SAP ArchiveLink: Info field' LNR: type: string maxLength: 10 description: 'SAP ArchiveLink: Sequential version number' DATUM: type: string format: date description: 'SAP ArchiveLink: Storage date' DRUCKER: type: string maxLength: 4 description: 'SAP ArchiveLink: Specify target printer' FORMULAR: type: string maxLength: 16 description: 'SAP ArchiveLink: Output format' ARCHIV_ID: type: string maxLength: 2 description: Content Repository Identification KURZTEXT: type: string maxLength: 40 description: 'SAP ArchiveLink: Text information field' BENUTZER: type: string maxLength: 12 description: Data element for user ARC_DOC_ID: type: string maxLength: 40 description: 'SAP ArchiveLink: Document ID' SAP_OBJECT: type: string maxLength: 10 description: 'SAP ArchiveLink: Object type of business object' AR_OBJECT: type: string maxLength: 10 description: Document type SIGN: type: string maxLength: 40 description: 'SAP ArchiveLink: Reference character' DEL_DATE: type: string format: date description: Expiry Date DATALENGTH: type: integer format: int64 description: Numeric field 12 D_ARC_D_ID: type: string maxLength: 40 description: 'SAP ArchiveLink: Document ID' DESCLENGTH: type: integer format: int64 description: Numeric field 12 AR_TIME: type: string maxLength: 6 description: 'SAP ArchiveLink: Archiving time' PARAMETER: type: array items: type: object properties: NAME: type: string maxLength: 64 description: 'SAP ArchiveLink: Name of Document Attribute' DSIGN: type: string maxLength: 1 description: 'Include-exclude attribute in search query enumValues: E=Exclusive no.,I=Inclusive no.' enum: - E - I DOPTION: type: string maxLength: 2 description: 'Relational operator in search query enumValues: NE=Not equal to,CP=Contains template ...,LT=Less than,GT=Greater than,LE=Less than or equal to,EQ=Equal to,BT=Between ... and ...,NP=Contains no template ...,GE=Greater than or equal to,NB=Not between ... and ...' enum: - NE - CP - LT - GT - LE - EQ - BT - NP - GE - NB DLOW: type: string maxLength: 64 description: Lower interval limit for search query DHIGH: type: string maxLength: 64 description: Upper interval limit for search query responses: '200': description: OK content: application/json: schema: properties: COUNT: type: integer format: int32 CONNECTIONS: type: array items: type: object properties: MANDANT: type: string maxLength: 3 description: Client REPORT: type: string maxLength: 40 description: SAP ArchiveLink Report Name INFO: type: string maxLength: 3 description: 'SAP ArchiveLink: Info field' LNR: type: string maxLength: 10 description: 'SAP ArchiveLink: Sequential version number' DATUM: type: string format: date description: 'SAP ArchiveLink: Storage date' DRUCKER: type: string maxLength: 4 description: 'SAP ArchiveLink: Specify target printer' FORMULAR: type: string maxLength: 16 description: 'SAP ArchiveLink: Output format' ARCHIV_ID: type: string maxLength: 2 description: Content Repository Identification KURZTEXT: type: string maxLength: 40 description: 'SAP ArchiveLink: Text information field' BENUTZER: type: string maxLength: 12 description: Data element for user ARC_DOC_ID: type: string maxLength: 40 description: 'SAP ArchiveLink: Document ID' SAP_OBJECT: type: string maxLength: 10 description: 'SAP ArchiveLink: Object type of business object' AR_OBJECT: type: string maxLength: 10 description: Document type SIGN: type: string maxLength: 40 description: 'SAP ArchiveLink: Reference character' DEL_DATE: type: string format: date description: Expiry Date DATALENGTH: type: integer format: int64 description: Numeric field 12 D_ARC_D_ID: type: string maxLength: 40 description: 'SAP ArchiveLink: Document ID' DESCLENGTH: type: integer format: int64 description: Numeric field 12 AR_TIME: type: string maxLength: 6 description: 'SAP ArchiveLink: Archiving time' PARAMETER: type: array items: type: object properties: NAME: type: string maxLength: 64 description: 'SAP ArchiveLink: Name of Document Attribute' DSIGN: type: string maxLength: 1 description: 'Include-exclude attribute in search query enumValues: E=Exclusive no.,I=Inclusive no.' enum: - E - I DOPTION: type: string maxLength: 2 description: 'Relational operator in search query enumValues: NE=Not equal to,CP=Contains template ...,LT=Less than,GT=Greater than,LE=Less than or equal to,EQ=Equal to,BT=Between ... and ...,NP=Contains no template ...,GE=Greater than or equal to,NB=Not between ... and ...' enum: - NE - CP - LT - GT - LE - EQ - BT - NP - GE - NB DLOW: type: string maxLength: 64 description: Lower interval limit for search query DHIGH: type: string maxLength: 64 description: Upper interval limit for search query '400': description: Bad request. 5XX: description: Unexpected error.