1# DispatchInfo (System API)
2
3The **DispatchInfo** module provides version information about the **dispatchInfo** struct and dispatch API. The information can be obtained through [freeInstall.getDispatchInfo](js-apis-freeInstall-sys.md#getdispatchinfo).
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8>
9> The APIs provided by this module are system APIs.
10
11## DispatchInfo
12
13**System API**: This is a system API.
14
15**System capability**: SystemCapability.BundleManager.BundleFramework.FreeInstall
16
17| Name       | Type  | Read-Only| Optional| Description                    |
18| ----------- | ------ | ---- | ---- | ------------------------ |
19| version     | string | Yes  | No  | Version of the **dispatchInfo** struct.|
20| dispatchAPIVersion | string | Yes  | No  | Version of the dispatch API.    |
21