Skip to main content
GET
/
ListCampaignStatues
List Campaign Statuses
curl --request GET \
  --url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/ListCampaignStatues \
  --header 'X-apikey: <api-key>'
[
  {
    "Id": 1234567891234567,
    "IsSalesStatus": false,
    "IsCampaignStatus": false,
    "Label": "",
    "SalesAlternateLabel": "",
    "CampaignOrder": 0,
    "SalesOrder": 0,
    "ClientId": 1234567891234567,
    "CustomColourId": 0,
    "IsEditable": false,
    "IsActive": false
  }
]

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>
required
Example:

1234567891234567

IsSalesStatus
boolean
Example:

false

IsCampaignStatus
boolean
Example:

false

Label
string
default:""
SalesAlternateLabel
string
default:""
CampaignOrder
integer<int32>
Example:

0

SalesOrder
integer<int32>
Example:

0

ClientId
integer<int64>
Example:

1234567891234567

CustomColourId
integer<int32>
Example:

0

IsEditable
boolean
Example:

false

IsActive
boolean
Example:

false