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
id string
userName string
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[]
certified string
certifiedall string
comments string
cp1 string
cp2 string
cp3 string
cp4 string
cp5 string
firstname string
lastname string
totalAccounts number
updateuser string
username string
complete string
count number
errorCode string
locked string
msg string
{
"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"
}
Loading...