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

# `t`

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

Request the overall list of mission items from the system/component.

---

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