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
- application/json
Body
certifierUsernamestring
Example:
lmcneil
maxstring
Example:
2
offsetstring
Example:
0
refreshProgressstring
Example:
Y
statusstring
Example:
new,fullyexecuted,inprogress
Responses
- 200
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
- application/json
- Schema
- Example (from schema)
- Fetch Certification List
Schema
Array [
]
certifications
object[]
campaignKeynumber
Example:
12
campaignNamestring
Example:
appownertest_Reconfigure
certificationNamestring
Example:
appownertest_Reconfigure - lmcneil (Logan McNeil)
certifierstring
Example:
lmcneil (Logan McNeil)
commentsstring
Example:
dueInstring
Example:
56 Days
enddatestring
Example:
2020-09-14 22:34:00
idnumber
Example:
16
progressstring
Example:
0%
startdatestring
Example:
2020-07-16 22:34:00
statusstring
Example:
New
typestring
Example:
Application Owner
certifierUsernamestring
Example:
lmcneil
displayCountnumber
Example:
7
errorCodestring
Example:
0
maxstring
Example:
2
msgstring
Example:
successful
offsetstring
Example:
0
refreshProgressstring
Example:
Y
statusstring
Example:
new,fullyexecuted,inprogress
totalCountnumber
Example:
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
}
{
"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
}