API:2/characters/:id/quests
From Guild Wars 2 Wiki
< API:2 | characters
Jump to navigationJump to search
/v2/characters/:id/quests
- HTTP method
- GET
- Format
- json
- API version
- version 2
- Release date
- 2019-06-13
- Scope
- account
characters
progression - Optional
- none
This resource returns information about the quests selected that by a character attached to a specific account.
Parameters
access_token
- (optional) If the API key is not specified in the request header, it can be specified here.
Response
An array of strings representing quest IDs pertaining to the quests selected during a character's story progression. References /v2/quests
.
Example
Request
https://api.guildwars2.com/v2/characters/<character name>/quests Authorization: Bearer <API key> https://api.guildwars2.com/v2/characters/<character name>/quests?access_token=<API key>
Response
[ 337, 310, 162, 335, ... ]