API extract usage information

Discussion in 'LiquidFiles General' started by Ron Stanonik, May 23, 2018.

  1. Ron Stanonik

    Ron Stanonik New Member

    Joined:
    Nov 3, 2016
    Messages:
    4
    Likes Received:
    0
    I'm trying to use the API to programatically perform the Data/Messages/Export CSV.

    I can get information about my messages; eg,

    curl -s -X GET -H "Content-Type: application/json" --user MyAPIKey:x https://rdl-share.ucsd.edu/messages/sent

    My account is in the sysadmins group, but I still only see messages I sent, not all messages sent.

    Any way to do this?

    Thanks,

    Ron
     
  2. David

    David Administrator
    Staff Member

    Joined:
    Dec 1, 2015
    Messages:
    781
    Likes Received:
    31
    That's valid output, this Sent message API returns only the list of Sent messages for the account identified by the listed API key.
    These CSV exports are even not covered by the Admin API. So currently this export of all messages can be done only via the web interface.
     

Share This Page