Documentation
    Preparing search index...

    Interface AchievementCategoryIndexResponse

    Interface for a response from the achievement category index endpoint.

    interface AchievementCategoryIndexResponse {
        _links: { self: Href };
        categories: NameIdKey[];
        guild_categories: NameIdKey[];
        root_categories: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • AchievementCategoryIndexResponse
    Index

    Properties

    _links: { self: Href }
    categories: NameIdKey[]
    guild_categories: NameIdKey[]
    root_categories: NameIdKey[]