Skip to content

List path elements​

GET
/api/campaigns/{id}/paths/{pid}/elements

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

id*
Type
integer
Required
pid*
Type
integer
Required

Responses​

Elements list

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"path_id": 0,
  
  
"element_type": "string",
  
  
"element_id": 0,
  
  
"direct_url": "string",
  
  
"weight": 0,
  
  
"order_num": 0,
  
  
"status": 0,
  
  
"element_name": "string"
  
}
]

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI