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
Path Parameters
path stringrequired
- application/json
Body
certifierUsername string
max string
offset string
refreshProgress string
status string
Responses
- 200
Fetch Certification 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 
- application/json
- Schema
- Example (from schema)
- Fetch Certification List
Schema
- Array [ 
- ] 
certifications
object[]
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
{
  "certifications": [
    {
      "campaignKey": 12,
      "campaignName": "appownertest_Reconfigure",
      "certificationName": "appownertest_Reconfigure - lmcneil (Logan McNeil)",
      "certifier": "lmcneil (Logan McNeil)",
      "comments": "",
      "dueIn": "56 Days",
      "enddate": "2020-09-14 22:34:00",
      "id": 16,
      "progress": "0%",
      "startdate": "2020-07-16 22:34:00",
      "status": "New",
      "type": "Application Owner"
    },
    {
      "campaignKey": 13,
      "campaignName": "appownertest_Reconfigure_Reconfigure",
      "certificationName": "appownertest_Reconfigure_Reconfigure - lmcneil (Logan McNeil)",
      "certifier": "lmcneil (Logan McNeil)",
      "comments": "",
      "dueIn": "60 Days",
      "enddate": "2020-09-18 20:42:00",
      "id": 26,
      "progress": "0%",
      "startdate": "2020-07-20 20:42:00",
      "status": "New",
      "type": "Application Owner"
    }
  ],
  "certifierUsername": "lmcneil",
  "displayCount": 7,
  "errorCode": "0",
  "max": "2",
  "msg": "successful",
  "offset": "0",
  "refreshProgress": "Y",
  "status": "new,fullyexecuted,inprogress",
  "totalCount": 7
}
{
  "certifications": [
    {
      "campaignKey": 12,
      "campaignName": "appownertest_Reconfigure",
      "certificationName": "appownertest_Reconfigure - lmcneil (Logan McNeil)",
      "certifier": "lmcneil (Logan McNeil)",
      "comments": "",
      "dueIn": "56 Days",
      "enddate": "2020-09-14 22:34:00",
      "id": 16,
      "progress": "0%",
      "startdate": "2020-07-16 22:34:00",
      "status": "New",
      "type": "Application Owner"
    },
    {
      "campaignKey": 13,
      "campaignName": "appownertest_Reconfigure_Reconfigure",
      "certificationName": "appownertest_Reconfigure_Reconfigure - lmcneil (Logan McNeil)",
      "certifier": "lmcneil (Logan McNeil)",
      "comments": "",
      "dueIn": "60 Days",
      "enddate": "2020-09-18 20:42:00",
      "id": 26,
      "progress": "0%",
      "startdate": "2020-07-20 20:42:00",
      "status": "New",
      "type": "Application Owner"
    }
  ],
  "certifierUsername": "lmcneil",
  "displayCount": 7,
  "errorCode": "0",
  "max": "2",
  "msg": "successful",
  "offset": "0",
  "refreshProgress": "Y",
  "status": "new,fullyexecuted,inprogress",
  "totalCount": 7
}
Loading...