# `Common.Message.MissionRequestPartialList`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L3456)

# `t`

```elixir
@type t() :: %Common.Message.MissionRequestPartialList{
  end_index: XMAVLink.Types.int16_t(),
  mission_type: Common.Types.mav_mission_type(),
  start_index: XMAVLink.Types.int16_t(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}
```

Request a partial list of mission items from the system/component. https://mavlink.io/en/services/mission.html. If start and end index are the same, just send one waypoint.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
