GET api/Calls/GetCampaigns?AccountId={AccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PropertyCampaignDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| BrancheId | integer |
None. |
|
| Lable | string |
None. |
|
| Description | string |
None. |
|
| Active | boolean |
None. |
|
| CreateUser | integer |
None. |
|
| CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"Lable": "sample string 2",
"Description": "sample string 3",
"Active": true,
"CreateUser": 1,
"CreateDate": "2025-12-20T01:45:49.5810548-08:00"
},
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"Lable": "sample string 2",
"Description": "sample string 3",
"Active": true,
"CreateUser": 1,
"CreateDate": "2025-12-20T01:45:49.5810548-08:00"
}
]