Campaign

Campaign Service APIs

Facilitates campaign management - create, update, search or schedule campaigns.

Create a campaign.

post

Create's a campaign. On successful campaign creation, Ok response is returned.

Body

The request object, containing all necessary information for creating an campaign and the request body metadata

Responses
200

Campaign created successfully.

application/json
post
/v1/_create

Update A Campaign.

post

Update A Campaign, Ok response is returned.

Body

The request object, containing all necessary information for updating an campaign and the request body metadata

campaignall ofRequired
Responses
200

Updated campaign successfully.

application/json
post
/v1/_update

Search Campaigns.

post

Search Campaigns Ok response is returned.

Body

The request object, containing all necessary information for updating an campaign and the request body metadata

Responses
200

Fetched Search Campaigns.

application/json
post
/v1/_search

Create a campaign schedule.

post

Create's a campaign schedule. On successful campaign schedule creation, Ok response is returned.

Body

The request object, containing all necessary information for creating an campaign round and the request body metadata

Responses
200

Campaign schedule created successfully.

application/json
post
/schedule/v1/_create

Update A Campaign schedule.

post

Update A Campaign, schedule Ok response is returned.

Body

The request object, containing all necessary information for creating an campaign round and the request body metadata

campaignScheduleall ofRequired
Responses
200

Updated campaign schedule successfully.

application/json
post
/schedule/v1/_update

Search Campaigns.

post

Search Campaigns schedule Ok response is returned.

Body

The request object, containing all necessary information for updating an campaign and the request body metadata

Responses
200

Fetched Search Campaign schedule.

application/json
post
/schedule/v1/_search

Create a campaign rounds.

post

Create's a campaign round. On successful campaign round creation, Ok response is returned.

Body

The request object, containing all necessary information for creating an campaign round and the request body metadata

Responses
200

Campaign round created successfully.

application/json
post
/rounds/v1/_create

Update A Campaign rounds.

post

Update A Campaign round Ok response is returned.

Body

The request object, containing all necessary information for creating an campaign round and the request body metadata

campaignRoundall ofRequired
Responses
200

Updated campaign round successfully.

application/json
post
/rounds/v1/_update

Search Campaign rounds.

post

Search Campaign rounds schedule Ok response is returned.

Body

The request object, containing all necessary information for updating an campaign and the request body metadata

Responses
200

Fetched Search Campaign rounds.

application/json
post
/rounds/v1/_search

Last updated

Was this helpful?