transportDetails
Retrieve transport request details including header, tasks, and changed objects. Get a flat summary or raw ADT structure by providing the transport number.
Instructions
What is inside one transport request: its own header (owner, description, status), its tasks and the objects recorded in it. This is the answer to "what does this request change" - the alternative was a SELECT on E071 through runQuery. Objects are returned as a flat list; pass raw=true for the ADT structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the unfiltered ADT structure instead of the flat summary. | |
| owner | No | Owner of the request, when it is not the logon user. Some systems only answer the per-request endpoint with the caller own transport list, and this says whose list to look in. | |
| includeTasks | No | List the tasks of the request (default true). | |
| includeObjects | No | List the objects of the request and of its tasks (default true). | |
| transportNumber | Yes | Request number, e.g. DEVK9A3OK4. A task number works too - it is looked up the same way. |