Getting all activities through curl command when using API | Community
Skip to main content
ambikaTewari_ATCI
Community Advisor
Community Advisor
May 26, 2020
Solved

Getting all activities through curl command when using API

  • May 26, 2020
  • 1 reply
  • 4203 views

Hi Experts,

 

I have setup an API integration of Adobe Target and 1 Product Profile only (deselected the default workspace). However the curl command is returning activities of default workspace also.

Can anybody advise why is this happening ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by raghavc

Are you passing the workspace id ?

https://mc.adobe.io/{tenant}/target/activities/?workspace=1234567,12345678

as mentioned in the API docs https://developers.adobetarget.com/api/#list-activities

1 reply

raghavc
raghavcAccepted solution
Level 4
May 26, 2020
ambikaTewari_ATCI
Community Advisor
Community Advisor
May 27, 2020
Thank you @raghavc that worked. While configuring the API I had selected the specific workspace only so I was expecting the activity for that workspace only. If this is not correct expectation then why there was an option to select the product profile while configuration ?