Hi,
I’m trying to get a list of line items associated to my account and/or campaign. Following the example in the documentation, I tried the below request, but I’m getting a response that required parameters are missing. What’s the correct way to get the list of line items? Also, do you have a diagram of the Twitter entities and their relationships? thanks
twurl -H ads-api.twitter.com “/0/stats/accounts/9joj52/line_items?campaign_ids=1tpg4”
{“errors”:[{“code”:“MISSING_PARAMETER”,“message”:"“start_time” is a required parameter",“parameter”:“start_time”},{“code”:“MISSING_PARAMETER”,“message”:"“line_item_ids” is a required parameter",“parameter”:“line_item_ids”}],“request”:{“params”:{“account_id”:“9joj52”}}}