ms::Graph method team channel list (public)

 <instance of ms::Graph[i]> team channel list [ -filter filter ] \
    [ -select select ] [ -expand expand ] team_id

Defined in packages/xooauth/tcl/ms-procs.tcl

Retrieve the list of channels in this team. Details: https://docs.microsoft.com/en-us/graph/api/channel-list

Switches:
-filter
(optional)
retrieve a filtered subset of the tuples, e.g. "membershipType eq 'private'"
-select
(optional)
select subset of attributes
-expand
(optional)
retrieve related information via navigation property, e.g. members
Parameters:
team_id

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
set r [:request -method GET -token [:token]  -url /teams/${team_id}/channels?[:params {filter select expand}]]
return [:expect_status_code $r 200]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: