| Variable | Type | Description |
|---|---|---|
| campaign_id | string|int | The ID of the campaign for which to get the property |
| prop_name | string | The property name. Allowed is any of:
|
| Parameter | Description |
|---|---|
| string | Valoarea proprietății |
"info@example.com" | Code | Message | Description |
|---|---|---|
| 407 | Missing required param campaign_id | campaign_id param is required |
| 407 | Missing required param prop_name | prop_name param is required |
| 131 | No such campaign with ID: %s. | Invalid access to campaign_id |
| 1311 | No such prop: %s | No such prop found |
{ "err": true, "message": "Missing required param campaign_id", "code": 407 }
{ "err": true, "message": "Missing required param prop_name", "code": 407 }
{ "err": true, "message": "No such campaign with ID: 99554.", "code": 131 }
{ "err": true, "message": "No such prop: testprop", "code": 1311 }