lookupContainedLists abstract method

Future<MastodonResponse<List<UserList>>> lookupContainedLists({
  1. required String accountId,
})

User lists that you have added this account to.

Parameters

  • accountId: The ID of the Account in the database.

Endpoint Url

  • GET /api/v1/accounts/:id/lists HTTP/1.1

Authentication Methods

  • OAuth 2.0

Required Scopes

  • read:lists

Reference

Implementation

Future<MastodonResponse<List<UserList>>> lookupContainedLists({
  required String accountId,
});