Method GameCmsGetGuideNews
GameCmsGetGuideNews(String)
Gets a list of all available news files currently used by the multiplayer service.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.GuideContainer,Den.Dev.Grunt.Models.RawResponseContainer>> GameCmsGetGuideNews (string flightId);
Parameters
Type | Name | Description |
---|---|---|
System.String | flightId | Unique ID for the currently active flight. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<GuideContainer,RawResponseContainer>> | If successful, an instance of GuideContainer containing file information. Otherwise, returns null. |
Examples
Here is an example response from the API, as snapshotted on 7/8/2022:
{
"Accept": "application/x-bond-compact-binary",
"AcceptEncoding": "gzip",
"AcceptLanguage": "en-US",
"Files": [
{
"Uri": {
"AuthorityId": "gamecms",
"Path": "/hi/news/file/articles/articles.json",
"QueryString": "",
"RetryPolicyId": "",
"TopicName": "",
"AcknowledgementTypeId": 0,
"AuthenticationLifetimeExtensionSupported": false,
"ClearanceAware": true
},
"ETag": "\"E9RoQvYUSyNBry50MWUkXyayUScThmrMX+XDvQ==\"",
"ContentLength": 3187,
"Usage": 4
}
]
}