Overview

Namespaces

  • Acelle
    • Http
      • Controllers
        • Api

Classes

  • CampaignController
  • MailListController
  • SubscriberController
  • Overview
  • Namespace
  • Class

Class CampaignController

/api/v1/campaigns - API controller for managing campaigns.

Acelle\Http\Controllers\Controller
Extended by Acelle\Http\Controllers\Api\CampaignController
Namespace: Acelle\Http\Controllers\Api
Located at CampaignController.php
Methods summary
public Illuminate\Http\Response
# index( )

Display all user's campaigns.

Display all user's campaigns.

GET /api/v1/campaigns

Returns

Illuminate\Http\Response
public Illuminate\Http\Response
# show( integer $id )

Display the specified campaign information.

Display the specified campaign information.

GET /api/v1/campaigns/{id}

Parameters

$id
Campaign's id

Returns

Illuminate\Http\Response
API documentation generated by ApiGen