Method HIUGCDiscoveryGetCommunityTab
HIUGCDiscoveryGetCommunityTab()
Gets the collection of community assets.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.Project,Den.Dev.Grunt.Models.RawResponseContainer>> HIUGCDiscoveryGetCommunityTab ();
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<Project,RawResponseContainer>> | If successful, returns an instance of Project containing the list of assets in the community tab. Otherwise, returns a null object along with error details. |
Remarks
Important to note that the API currently does not return a viable result while being listed in the endpoint configuration.
Examples
The API is likely in the works and not yet fully implemented. Here is an example response from the API, as snapshotted on 6/21/2023:
{
"type": "https://tools.ietf.org/html/rfc7231#section-6.5.4",
"title": "Not Found",
"status": 404,
"traceId": "00-801311412a2822c5293a1c4d31af10d8-3c92920cda4910ed-00"
}