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:

Parameter name

Description

Usage

Notes

tableName

Filtering based on Glue table name

Optional

array input possible; if used, other parameters are ignored

package

Filtering based on the SAP development package

Optional

array input possible

author

Filtering based on the author

Optional

array input possible

processID

Filtering based on the process ID

Optional

array input possible

 All input parameters are case insensitive.

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

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

...