Adobe Connect User Community
Menu

#1 2013-05-09 10:54:34

irfant

Adobe Connect 8 Web Services: Report-Sco-Views Missing Something

Hi,
This sounds like another issue similar to the one I recently posted about--an issue with the API calls.

This time a call ?action=report-sco-views&sco-id=xxxx is supposed to return 'last-viewed-date' but is not; attributes and 'name' etc are being return under the 'report-sco-views' child but the 'last-viewed'date' is not.

Is there a workaround for this? I really need this because of a custom report programming.

Thanks!
Irfan

Offline

#2 2013-05-09 11:22:58

Jorma_at_CoSo

Re: Adobe Connect 8 Web Services: Report-Sco-Views Missing Something

When I make that call I do get the last-viewed date. Here is what I get:

<results>
  <status code="ok"/>
  <report-sco-views sco-id="1381716606" type="content" is-folder="0" views="2">
    <name>It Matters! Part 2_revised question</name>
    <last-viewed-date>2013-05-09T10:57:42.227-05:00</last-viewed-date>
  </report-sco-views>
</results>

Offline

#3 2013-05-09 11:37:27

irfant

Re: Adobe Connect 8 Web Services: Report-Sco-Views Missing Something

Jorma,
Thanks. But I get this (on both Connect 8.2x and 9.0 servers). Simply typing the following in the browser:
http://xxxx.blahblah.edu/api/xml?action … id=1769085

returns:


-<results><status code="ok"/>-<report-sco-views views="0" is-folder="0" type="content" sco-id="1769085"><name>univ_gad_train_cubs.pptx</name></report-sco-views></results>

Offline

#4 2013-05-09 11:40:40

irfant

Re: Adobe Connect 8 Web Services: Report-Sco-Views Missing Something

Oh, never mind! If a sco was never viewed then the last-viewed-date child is not even returned! Thanks Jorma.

Offline

#5 2013-05-09 12:08:11

Jorma_at_CoSo

Re: Adobe Connect 8 Web Services: Report-Sco-Views Missing Something

Ah, the pesky 0!

Offline

Board footer