Skip to main content

Fetch Certification List

POST 

/fetchCertificationList

This API returns list of all the certifications for a certifier. The Authorization must have Bearer followed by Token. Mandatory params: certifierUsername Optional params: certkey certificationname max, offset refreshProgress(can be 'Y' or 'N') status(can be preview/new/readytosubmit/expired/fullyexecuted/inprogress/lockedandtaskcreated/discontinued/locked)

Request

Body

    certifierUsername string
    max string
    offset string
    refreshProgress string
    status string

Responses

Fetch Certification 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

  • X-Frame-Options

    string

Schema

    certifications

    object[]

  • Array [

  • campaignKey number
    campaignName string
    certificationName string
    certifier string
    comments string
    dueIn string
    enddate string
    id number
    progress string
    startdate string
    status string
    type string
  • ]

  • certifierUsername string
    displayCount number
    errorCode string
    max string
    msg string
    offset string
    refreshProgress string
    status string
    totalCount number
Loading...