Skip to main content
April 25, 2006
Question

Missing web services

  • April 25, 2006
  • 2 replies
  • 933 views
We're looking to provide aggregate usage reports via the web service api utilizing the following actions:

report-bulk-meeting
report-bulk-meeting-attendance
report-meeting-session
report-meeting-session-slots actions.

Calling these directly returned various invalid status codes. Later a call to the action-list action did not list these among available actions which leads to the following questions:

Why is this do they really exist?
If they do exist how do we access them?
What has the community done to gather aggregate usage data?
    This topic has been closed for replies.

    2 replies

    April 27, 2006
    report-bulk-meeting & report-bulk-meeting-attendance actions

    <results>
    <status code="invalid">
    <invalid field="action" type="enum" subcode="no-such-item"/>
    </status>
    </results>

    report-meeting-session-slots action

    <results>
    <status code="no-access" subcode="not-available"/>
    </results>

    The report-meeting-session action does work correctly sorry I included that one on the first post, but these three are not any explanations? One last note I am a member of the administrator group when executing these actions.
    April 29, 2006
    Actually, they all aren't anymore supported in Breeze 5.x
    reference
    Here the substitutes:
    report-bulk-meeting > report-bulk-objects
    report-bulk-meeting-attendance > report-meeting-attendance
    report-meeting-session > report-meeting-sessions
    report-meeting-session-slots > ? (I guess filtering report-meeting-sessions would do the trick.. )
    April 27, 2006
    can you provide the xml response?