Existing LI
GET {{campaign_url}}/lineItems/:id
Retrieve a single line item
You can retrieve an existing line item in your market by sending this GET
request.
To retrieve the id
of a line item, you must first send one of the following:
- Either of the two
POST
New LI requests -
POST
Copy Existing LI request -
GET
List of LIs request
Upon sending, both POST
New LI endpoints will automatically populate the lineItemId
variable with the ID of your newly created line item.
POST
Copy Existing LI will return the ID of your copied line item, which you can then manually copy and paste into the value cell for id
.
GET
List of LIs will return a list of line item objects—within your market, advertiser, IO, or package—containing IDs that you can copy and paste into the value cell for id
.