openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_IC_SCRIPT_API_GET_ABOX: post: tags: - CRM_IC_SCRIPTING_PERSIST summary: get actionbox operationId: /rfc/CRM_IC_SCRIPT_API_GET_ABOX requestBody: content: application/json: schema: properties: POSSIBLE_VALUES: type: array items: type: object properties: PARAMKEY: type: string maxLength: 64 description: Interactive Scripting Key for Parameter VALUE: type: string maxLength: 255 description: Parameter Value (Interactive Scripting) RESTRICTION_TABLE: type: array items: type: object properties: PARAMKEY: type: string maxLength: 64 description: Interactive Scripting Key for Parameter VALUE: type: string maxLength: 255 description: Parameter Value (Interactive Scripting) responses: '200': description: OK content: application/json: schema: properties: POSSIBLE_VALUES: type: array items: type: object properties: PARAMKEY: type: string maxLength: 64 description: Interactive Scripting Key for Parameter VALUE: type: string maxLength: 255 description: Parameter Value (Interactive Scripting) RESTRICTION_TABLE: type: array items: type: object properties: PARAMKEY: type: string maxLength: 64 description: Interactive Scripting Key for Parameter VALUE: type: string maxLength: 255 description: Parameter Value (Interactive Scripting) '400': description: Bad request. 5XX: description: Unexpected error.