Skip to main content
GET
/
ListLineItems
List Line Items
curl --request GET \
  --url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/ListLineItems \
  --header 'X-apikey: <api-key>'
[
  {
    "Id": 1234567891234567,
    "ExternalId": "",
    "Name": "",
    "ProductId": 1234567891234567,
    "CampaignId": 1234567891234567,
    "StartDate": "2014-12-31",
    "EndDate": "2014-12-31",
    "Quantity": 0,
    "LineItemStatusId": 1234567891234567,
    "LineItemStatusLabel": ""
  }
]

Documentation Index

Fetch the complete documentation index at: https://platform195.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-apikey
string
header
required

Response

200 - application/json
Id
integer<int64>
Example:

1234567891234567

ExternalId
string
default:""
Name
string
default:""
ProductId
integer<int64>
Example:

1234567891234567

CampaignId
integer<int64>
Example:

1234567891234567

StartDate
string<date>
Example:

"2014-12-31"

EndDate
string<date>
Example:

"2014-12-31"

Quantity
integer<int32>
Example:

0

LineItemStatusId
integer<int64>
Example:

1234567891234567

LineItemStatusLabel
string
default:""