library_dashboard (session)
MethodName | library_dashboard |
Description | Get count of pending requests and invitations of team to a program with |
Input | session: Session |
Output | result: XML with pending requests and invitations dashboard: a list of flags/traces for the team dashboard screen element: type: type of trace FLAG by default description: the description of the flag in the session language value: the value of the flag ErrorMsg: Error message if the operation fails |
Request Sample | team_dashboard (“LC53060c6f729de8.42629546”, 2156) |
ResponseSample | <?xml version="1.0" encoding="UTF-8"?> <result> <dashboard> <element> <type>FLAG</type> <description>PENDING REQUESTS</description> <value>2</value> </element> <element> <type>FLAG</type> <description>PENDING INVITATIONS</description> <value>4</value> </element> </dashboard> </result> <ErrorMsg></ErrorMsg> |