Forum Discussion

Lindsey's avatar
Lindsey
Leader
5 years ago

Bulk Data API limit response for field equal to a value

Is there a way to do a Bulk Data request in which you limit a specific field to be equal to a specific value?

For example, if I wanted to find the user logins of users that completed their registration on the community, I would like to do something like this:

curl "https://api.lithium.com/lsi-data/v1/data/export/community/?fromDate=YYYYMMDDhhmm&toDate=YYYYMMDDhhmm&fields='action.key=users.registration','target_user_registration_status=FULLY_REGISTERED',user.login" -H "client-id: " -u ":"

 where I only am returned data that has action.key=users.registration and target_user_registration_status=FULLY_REGISTERED.

No RepliesBe the first to reply