Adobe Connect User Community
Menu

#1 2013-10-17 19:14:00

mpemburn

Writing to and reading custom fields

Hi,

Please forgive me if this is something obvious but I've only been working with the API for the past couple of days.  Here's my issue:

I created a custom field called "Subtitle" for a user via "custom-field-update".  I can see it in the list when I call "custom-fields" and I can see and edit it for any of my meetings in the Adobe Connect administrative interface.  The problem is, I need to be able to write to and read from this (and other) custom fields via the API and I cannot figure out for the life of me which action is responsible for this function.  Any help would be greatly appreciated.

Mark

Offline

#2 2013-10-17 20:00:16

mpemburn

Re: Writing to and reading custom fields

Update:  Figured out how to write to the custom field wth:

https://meet123456789.adobeconnect.com/api/xml?action=acl-field-update&acl-id=1091649555&field-id=1091954654&value=My%40Subtitle

But I still can't see any way to _read_ what I've written.  Pretty frustrating.

Last edited by mpemburn (2013-10-18 11:26:55)

Offline

#3 2013-10-23 20:48:34

mpemburn

Re: Writing to and reading custom fields

Giving this a bump.  Does anyone use custom fields?

Offline

#4 2014-02-13 05:26:34

develliot

Re: Writing to and reading custom fields

Have you tried:

http://server_name/api/xml
    ?action=acl-field-info
    &acl-id=integer

Offline

Board footer