Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resource /processes serve as the main way to list all available Extraction Processes. It supports the following input parameters:

...

Example of the REST API call:
http://servername:portnumber/dvd/glue/api/v2/processes?sap-client=800

 JSON body:
{
    "tableName": [
        " ZTS_SFLIGHT",
        " ZZK_ERPVAL"
    ]
}

...