BatchGetSeasons retrieves multiple seasons by their unique identifiers. Returns a map of ID to result, where each result is either the season or an error.
Documentation Index
Fetch the complete documentation index at: https://docs.sdk.anghami.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 Bearer token for user-authenticated requests. Format: Bearer <access_token>. Optional if x-api-key is provided.
"Bearer eyJhbGciOiJSUzI1NiIs..."
API key for server-to-server access without user context. Optional if Authorization is provided.
"ang_live_..."
Preferred locale for localized content (BCP 47). Determines which language variant is returned for LocalizedString fields.
"ar"
BatchGetSeasonsRequest is the request message for retrieving multiple seasons by ID.
1 - 100 elementsSuccessful response
BatchGetSeasonsResponse contains the results for each requested season ID. Each ID maps to either the season entity or an error.
Map from requested season ID to the result. Keys match the IDs from the request.