Method EconomyOwnedCoreDetails
EconomyOwnedCoreDetails(String, String)
Gets information about a specific owned core.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.GenericCore,Den.Dev.Grunt.Models.RawResponseContainer>> EconomyOwnedCoreDetails (string player, string coreId);
Parameters
Type | Name | Description |
---|---|---|
System.String | player | The unique player XUID, in the format "xuid(XUID_VALUE)". |
System.String | coreId | The unque core ID. An example is "017-001-eag-c13d0b38". |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<GenericCore,RawResponseContainer>> | If successful, returns an instance of Core containing core information. Otherwise, returns null. |
Examples
Here is an example response from the API, as snapshotted on 6/14/2022:
{
"CorePath": "Cores/ArmorCores/017-001-eag-c13d0b38.json",
"CoreType": "Armor",
"CoreId": "017-001-eag-c13d0b38",
"FirstAcquiredDate": {
"ISO8601Date": "2022-05-26T00:30:24.044Z"
}
}