Skip to main content

Fetch Campaign List

POST 

/fetchCampaignList

This API returns list of all campaign's pending to be certified.

The Authorization must have Bearer followed by Token.

Mandatory params:

certifierUsername

Optional params:

max, offset

Request

Path Parameters

    path stringrequired

Body

    certifierUsername string
    max string
    offset string

Responses

Fetch Campaign List

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Pragma

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Transfer-Encoding

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

  • X-XSS-Protection

    string

Schema

    campaigns

    object[]

  • Array [

  • action string
    campaignName string
    campaignOwner string
    endDate string
    id number
    progress string
    reassigned string
    startDate string
    status string
    type string
  • ]

  • count number
    errorCode string
    msg string
Loading...