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

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

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    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...