Forum Discussion

shalini_natesan's avatar
11 years ago

Registered users list Rest API

Hi,

The URL - http:// community.lithium.com/restapi/vc/users/registered brings all registered users - so I get an output of 265 if I run this in my community. But in my Admin console metrics tab, I have the following values,

Abandoned Registrations - 71
Reconciled Registrations - 21
Completed Registrations - 193

Is there any way I can get the value of Completed Registrations through REST API call?

Thanks,
Shalini.

1 Reply

  • DougS's avatar
    DougS
    Khoros Oracle
    11 years ago

    You can get those metrics via the REST API -- here are some calls:

     

    registrations: http:// community.lithium.com/restapi/vc/metrics/name/registrations

    abonded registrations: http:// community.lithium.com/restapi/vc/metrics/name/abandoned_registrations

    completed registrations: http:// community.lithium.com/restapi/vc/metrics/name/completed_registrations

     

    There is no other way (that I know of) to get that data.  Any metric you bring up in the admin shows it's "metric name" as the value of the "metric" query paramater -- you can feed that into the /metrics/name/<metric name> call as the <metric name>.

     

    -Doug