ms::Graph method application get (public)

 <instance of ms::Graph[i]> application get [ -select select ] \
    application_id

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

Get the properties and relationships of an application object. Details: https://docs.microsoft.com/graph/api/application-list

Switches:
-select
(optional)
return selected attributes, e.g. id,appId,keyCredentials
Parameters:
application_id

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

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