Method EconomyPlayerAppearanceCustomization
EconomyPlayerAppearanceCustomization(String)
Gets the current player appearance customization state.
Declaration
public System.Threading.Tasks.Task<Den.Dev.Grunt.Models.HaloApiResultContainer<Den.Dev.Grunt.Models.HaloInfinite.AppearanceCustomization,Den.Dev.Grunt.Models.RawResponseContainer>> EconomyPlayerAppearanceCustomization (string player);
Parameters
Type | Name | Description |
---|---|---|
System.String | player | The unique player XUID, in the format "xuid(XUID_VALUE)". |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<HaloApiResultContainer<AppearanceCustomization,RawResponseContainer>> | If successful, returns an instance of AppearanceCustomization containing customization information. Otherwise, returns null. |
Examples
Here is an example response from the API, as snapshotted on 6/14/2022:
{
"Status": "Success",
"Appearance": {
"LastModifiedDateUtc": {
"ISO8601Date": "2022-06-05T20:54:35.279Z"
},
"ActionPosePath": "Inventory/Spartan/ActionPoses/101-000-menu-stance-o-d849bc84.json",
"BackdropImagePath": "Inventory/Spartan/BackdropImages/103-000-ui-s2-backgro-5c565f83.json",
"Emblem": {
"EmblemPath": "Inventory/Spartan/Emblems/104-001-343other-prop-79c5fbd5.json",
"ConfigurationId": 1142869586
},
"ServiceTag": "TACO",
"IntroEmotePath": null
}
}