openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_IC_SCRIPTING_GET_ACTIONS: post: tags: - CRM_IC_SCRIPTING_PERSIST summary: Get Scripting Objects repository operationId: /rfc/CRM_IC_SCRIPTING_GET_ACTIONS responses: '200': description: OK content: application/json: schema: properties: XMLDATA: type: string description: XML string containg all Actions '400': description: Bad request. 5XX: description: Unexpected error.