Method SettingsActiveClearance
SettingsActiveClearance(String)
Returns the currently active (clearance).
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.PlayerClearance,Den.Dev.Grunt.Models.RawResponseContainer>> SettingsActiveClearance (string release);
Parameters
Type | Name | Description |
---|---|---|
System.String | release | Release identifier. Examples seen are 1.4, 1.5, and 1.6. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<PlayerClearance,RawResponseContainer>> | If successful, returns an instance of PlayerClearance. Otherwise, returns null. |
Examples
Here is an example response from the API, as snapshotted on 02/09/2023:
{
"FlightConfigurationId": "2e1cadac-f1f1-4b2a-a720-d9e8a7e6f9a0"
}