Reference for http://www.bungie.net/d1/Platform/Destiny/Advisors/V2/
Returns public Advisor data - data that is common for all characters and accounts, and thus does not require login in order to access.
Url: http://www.bungie.net/d1/Platform/Destiny/Advisors/V2/
HTTP Method: GET
Requires Sign-in: false
Url Parameters:
| Parameter Name | Description |
|---|---|
| definitions | If False, will not return definition information. |
Request/Response Body Formats:
| Message Direction | Format | Body |
|---|---|---|
| Request | N/A | HTTP Get requests have no request body. |
| Response | JSON | JSON object |
The following is an example of a response JSON body for this method.
{
"Response": null,
"ErrorCode": 0,
"ThrottleSeconds": 0,
"ErrorStatus": null,
"Message": null,
"MessageData": null
}