Fetch Attestation Details
POST/fetchAttestationDetails
This API call can be used to fetch Attestation details for a particular attestation from SSM.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
userName
- this is the certifier username,
id
- this is the attestation id
Request
- multipart/form-data
Body
idstring
Example:
368
userNamestring
Example:
dbailey
Responses
- 200
Fetch Attestation Details
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Fetch Attestation Details
Schema
Array [
]
attestationdetails
object[]
certifiedstring
Example:
Completed
certifiedallstring
Example:
Works For Me
commentsstring
Example:
cp1string
Example:
IP
cp2string
Example:
cp3string
Example:
Activated
cp4string
Example:
test
cp5string
Example:
C
firstnamestring
Example:
Shania
lastnamestring
Example:
Marquez
totalAccountsnumber
Example:
3
updateuserstring
Example:
acook
usernamestring
Example:
smarquez
completestring
Example:
Y
countnumber
Example:
1
errorCodestring
Example:
0
lockedstring
Example:
N
msgstring
Example:
successful
{
"attestationdetails": [
{
"certified": "Completed",
"certifiedall": "Works For Me",
"comments": "",
"cp1": "IP",
"cp2": "",
"cp3": "Activated",
"cp4": "test",
"cp5": "C",
"firstname": "Shania",
"lastname": "Marquez",
"totalAccounts": 3,
"updateuser": "acook",
"username": "smarquez"
}
],
"complete": "Y",
"count": 1,
"errorCode": "0",
"locked": "N",
"msg": "successful"
}
{
"attestationdetails": [
{
"certified": "Completed",
"certifiedall": "Works For Me",
"comments": "",
"cp1": "IP",
"cp2": "",
"cp3": "Activated",
"cp4": "test",
"cp5": "C",
"firstname": "Shania",
"lastname": "Marquez",
"totalAccounts": 3,
"updateuser": "acook",
"username": "smarquez"
}
],
"complete": "Y",
"count": 1,
"errorCode": "0",
"locked": "N",
"msg": "successful"
}