Table of Contents

Class StoryJournalClient

Namespace
GuildWars2.Hero.StoryJournal
Assembly
GW2SDK.dll

Provides query methods for the story progress and the backstory of a character.

public sealed class StoryJournalClient
Inheritance
StoryJournalClient
Inherited Members

Constructors

StoryJournalClient(HttpClient)

Initializes a new instance of the StoryJournalClient class.

Methods

GetBackgroundStoryAnswerById(string, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a background story answer by its ID.

GetBackgroundStoryAnswers(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all background story answers.

GetBackgroundStoryAnswersByIds(IEnumerable<string>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves background story answers by their IDs.

GetBackgroundStoryAnswersByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of background story answers.

GetBackgroundStoryAnswersIndex(CancellationToken)

Retrieves the IDs of all background story answers.

GetBackgroundStoryQuestionById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a background story question by its ID.

GetBackgroundStoryQuestions(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all background story questions.

GetBackgroundStoryQuestionsByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves background story questions by their IDs.

GetBackgroundStoryQuestionsByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of background story questions.

GetBackgroundStoryQuestionsIndex(CancellationToken)

Retrieves the IDs of all background story questions.

GetCharacterBackgroundStory(string, string?, MissingMemberBehavior, CancellationToken)

Retrieves the background story of a character on the account associated with the access token. This endpoint is only accessible with a valid access token.

GetCompletedStorySteps(string, string?, CancellationToken)

Retrieves the IDs of story steps which have been completed by a character on the account associated with the access token. This endpoint is only accessible with a valid access token.

GetStories(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all stories.

GetStoriesByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves stories by their IDs.

GetStoriesByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of stories.

GetStoriesIndex(CancellationToken)

Retrieves the IDs of all stories.

GetStoryById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a story by its ID.

GetStoryStepById(int, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a story step by its ID.

GetStorySteps(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all story steps.

GetStoryStepsByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves story steps by their IDs.

GetStoryStepsByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of story steps.

GetStoryStepsIndex(CancellationToken)

Retrieves the IDs of all story steps.

GetStorylineById(string, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a storyline by its ID.

GetStorylines(Language?, MissingMemberBehavior, CancellationToken)

Retrieves all storylines.

GetStorylinesByIds(IEnumerable<string>, Language?, MissingMemberBehavior, CancellationToken)

Retrieves storylines by their IDs.

GetStorylinesByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of storylines.

GetStorylinesIndex(CancellationToken)

Retrieves the IDs of all storylines.