Skip to main content

R6SiegeSeriesService

A list of all methods in the R6SiegeSeriesService service. Click on the method name to view detailed information about that method.

MethodsDescription
get_r6siege_seriesList series for the Rainbow Six Siege videogame
get_r6siege_series_pastList past Rainbow Six Siege series
get_r6siege_series_runningList running Rainbow Six Siege series
get_r6siege_series_upcomingList upcoming Rainbow Six Siege series

get_r6siege_series

List series for the Rainbow Six Siege videogame

  • HTTP Method: GET
  • Endpoint: /r6siege/series

Parameters

NameTypeRequiredDescription
filterFilterOverR6SiegeSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverR6SiegeSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverR6SiegeSeriesOptions to search results
For more information on searching, see docs.
pagePagePagination in the form of page=2 or page[size]=30&page[number]=2
perPagenumberEquivalent to page[size]

Return Type

Serie[]

Example Usage Code Snippet

import {
FilterOverR6SiegeSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverR6SiegeSeries,
SearchOverR6SiegeSeries,
} from 'pandascore_client';

(async () => {
const pandascoreClient = new PandascoreClient({
token: 'YOUR_TOKEN',
});

const filterOverR6SiegeSeriesVideogameTitle = 6;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverR6SiegeSeries: FilterOverR6SiegeSeries = {
beginAt: ['Ut'],
endAt: ['velit veniam'],
id: [10],
leagueId: [10],
modifiedAt: ['est minim eu Lo'],
name: ['sedut qui ma'],
season: ['ut sunt culpa'],
slug: ['bv9nvys'],
videogameTitle: [filterOverR6SiegeSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverR6SiegeSeries: RangeOverR6SiegeSeries = {
beginAt: ['repreh'],
endAt: ['ex'],
id: [9],
leagueId: [4],
modifiedAt: ['elit et anim'],
name: ['culpa o'],
season: ['cillum aute ali'],
slug: ['sqp'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverR6SiegeSeries: SearchOverR6SiegeSeries = {
name: 'irure in',
season: 'ut pariatu',
slug: 'ey3',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.r6SiegeSeries.getR6siegeSeries({
filter: filterOverR6SiegeSeries,
range: rangeOverR6SiegeSeries,
sort: [[]],
search: searchOverR6SiegeSeries,
page: page,
perPage: 50,
});

console.log(data);
})();

get_r6siege_series_past

List past Rainbow Six Siege series

  • HTTP Method: GET
  • Endpoint: /r6siege/series/past

Parameters

NameTypeRequiredDescription
filterFilterOverR6SiegeSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverR6SiegeSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverR6SiegeSeriesOptions to search results
For more information on searching, see docs.
pagePagePagination in the form of page=2 or page[size]=30&page[number]=2
perPagenumberEquivalent to page[size]

Return Type

Serie[]

Example Usage Code Snippet

import {
FilterOverR6SiegeSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverR6SiegeSeries,
SearchOverR6SiegeSeries,
} from 'pandascore_client';

(async () => {
const pandascoreClient = new PandascoreClient({
token: 'YOUR_TOKEN',
});

const filterOverR6SiegeSeriesVideogameTitle = 6;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverR6SiegeSeries: FilterOverR6SiegeSeries = {
beginAt: ['Ut'],
endAt: ['velit veniam'],
id: [10],
leagueId: [10],
modifiedAt: ['est minim eu Lo'],
name: ['sedut qui ma'],
season: ['ut sunt culpa'],
slug: ['bv9nvys'],
videogameTitle: [filterOverR6SiegeSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverR6SiegeSeries: RangeOverR6SiegeSeries = {
beginAt: ['repreh'],
endAt: ['ex'],
id: [9],
leagueId: [4],
modifiedAt: ['elit et anim'],
name: ['culpa o'],
season: ['cillum aute ali'],
slug: ['sqp'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverR6SiegeSeries: SearchOverR6SiegeSeries = {
name: 'irure in',
season: 'ut pariatu',
slug: 'ey3',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.r6SiegeSeries.getR6siegeSeriesPast({
filter: filterOverR6SiegeSeries,
range: rangeOverR6SiegeSeries,
sort: [[]],
search: searchOverR6SiegeSeries,
page: page,
perPage: 50,
});

console.log(data);
})();

get_r6siege_series_running

List running Rainbow Six Siege series

  • HTTP Method: GET
  • Endpoint: /r6siege/series/running

Parameters

NameTypeRequiredDescription
filterFilterOverR6SiegeSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverR6SiegeSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverR6SiegeSeriesOptions to search results
For more information on searching, see docs.
pagePagePagination in the form of page=2 or page[size]=30&page[number]=2
perPagenumberEquivalent to page[size]

Return Type

Serie[]

Example Usage Code Snippet

import {
FilterOverR6SiegeSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverR6SiegeSeries,
SearchOverR6SiegeSeries,
} from 'pandascore_client';

(async () => {
const pandascoreClient = new PandascoreClient({
token: 'YOUR_TOKEN',
});

const filterOverR6SiegeSeriesVideogameTitle = 6;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverR6SiegeSeries: FilterOverR6SiegeSeries = {
beginAt: ['Ut'],
endAt: ['velit veniam'],
id: [10],
leagueId: [10],
modifiedAt: ['est minim eu Lo'],
name: ['sedut qui ma'],
season: ['ut sunt culpa'],
slug: ['bv9nvys'],
videogameTitle: [filterOverR6SiegeSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverR6SiegeSeries: RangeOverR6SiegeSeries = {
beginAt: ['repreh'],
endAt: ['ex'],
id: [9],
leagueId: [4],
modifiedAt: ['elit et anim'],
name: ['culpa o'],
season: ['cillum aute ali'],
slug: ['sqp'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverR6SiegeSeries: SearchOverR6SiegeSeries = {
name: 'irure in',
season: 'ut pariatu',
slug: 'ey3',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.r6SiegeSeries.getR6siegeSeriesRunning({
filter: filterOverR6SiegeSeries,
range: rangeOverR6SiegeSeries,
sort: [[]],
search: searchOverR6SiegeSeries,
page: page,
perPage: 50,
});

console.log(data);
})();

get_r6siege_series_upcoming

List upcoming Rainbow Six Siege series

  • HTTP Method: GET
  • Endpoint: /r6siege/series/upcoming

Parameters

NameTypeRequiredDescription
filterFilterOverR6SiegeSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverR6SiegeSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverR6SiegeSeriesOptions to search results
For more information on searching, see docs.
pagePagePagination in the form of page=2 or page[size]=30&page[number]=2
perPagenumberEquivalent to page[size]

Return Type

Serie[]

Example Usage Code Snippet

import {
FilterOverR6SiegeSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverR6SiegeSeries,
SearchOverR6SiegeSeries,
} from 'pandascore_client';

(async () => {
const pandascoreClient = new PandascoreClient({
token: 'YOUR_TOKEN',
});

const filterOverR6SiegeSeriesVideogameTitle = 6;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverR6SiegeSeries: FilterOverR6SiegeSeries = {
beginAt: ['Ut'],
endAt: ['velit veniam'],
id: [10],
leagueId: [10],
modifiedAt: ['est minim eu Lo'],
name: ['sedut qui ma'],
season: ['ut sunt culpa'],
slug: ['bv9nvys'],
videogameTitle: [filterOverR6SiegeSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverR6SiegeSeries: RangeOverR6SiegeSeries = {
beginAt: ['repreh'],
endAt: ['ex'],
id: [9],
leagueId: [4],
modifiedAt: ['elit et anim'],
name: ['culpa o'],
season: ['cillum aute ali'],
slug: ['sqp'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverR6SiegeSeries: SearchOverR6SiegeSeries = {
name: 'irure in',
season: 'ut pariatu',
slug: 'ey3',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.r6SiegeSeries.getR6siegeSeriesUpcoming({
filter: filterOverR6SiegeSeries,
range: rangeOverR6SiegeSeries,
sort: [[]],
search: searchOverR6SiegeSeries,
page: page,
perPage: 50,
});

console.log(data);
})();

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →