GetBookingsForJobSection
Use this method to retrieve a list of the bookings for a specific job section.
Caution
- The Jobs app is being retired. See DataMiner functionality evolution and retirement for more details.

- The Jobs app is not supported on systems using Storage as a Service (STaaS).
Input
| Item | Format | Description |
|---|---|---|
| connection | String | The connection ID. See ConnectApp. |
| jobID | String | The ID of the job. |
| sectionDefinitionID | String | The ID of the job section definition. |
Output
| Item | Format | Description |
|---|---|---|
| GetBookingsForJobSectionResult | Array of DMABookingLite | The bookings for the specified job section. |