Fetch Attestation List
POST/fetchAttestationsList
This API call can be used to fetch Attestation list from SSM for a given user.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
userName
Optional params:
max
, offset
Request
- multipart/form-data
Body
userName string
Responses
- 200
Fetch Attestation List
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Fetch Attestation List
Schema
Array [
]
attestations
object[]
action string
actions string
att_name string
certifier string
createdate string
createdt string
enddate string
id number
reminderstattus string
status string
type string
updatedate string
updateuser string
count number
errorCode string
msg string
{
"attestations": [
{
"action": "",
"actions": "",
"att_name": "testAgainET - dbailey (Damien Bailey)",
"certifier": "dbailey",
"createdate": "2018-07-17 13:23:13",
"createdt": "2018-07-17 13:23:13",
"enddate": "2018-07-26 14:00:00",
"id": 368,
"reminderstattus": "",
"status": "New",
"type": "Entitlement Owner",
"updatedate": "2018-07-17 13:23:13",
"updateuser": ""
},
{
"action": "",
"actions": "",
"att_name": "test - dbailey (Damien Bailey)",
"certifier": "dbailey",
"createdate": "2018-06-19 07:28:09",
"createdt": "2018-06-19 07:28:09",
"enddate": "2018-06-28 14:00:00",
"id": 367,
"reminderstattus": "",
"status": "New",
"type": "Entitlement Owner",
"updatedate": "2018-06-19 07:28:09",
"updateuser": ""
}
],
"count": 2,
"errorCode": "0",
"msg": "successful"
}
{
"attestations": [
{
"action": "",
"actions": "",
"att_name": "testAgainET - dbailey (Damien Bailey)",
"certifier": "dbailey",
"createdate": "2018-07-17 13:23:13",
"createdt": "2018-07-17 13:23:13",
"enddate": "2018-07-26 14:00:00",
"id": 368,
"reminderstattus": "",
"status": "New",
"type": "Entitlement Owner",
"updatedate": "2018-07-17 13:23:13",
"updateuser": ""
},
{
"action": "",
"actions": "",
"att_name": "test - dbailey (Damien Bailey)",
"certifier": "dbailey",
"createdate": "2018-06-19 07:28:09",
"createdt": "2018-06-19 07:28:09",
"enddate": "2018-06-28 14:00:00",
"id": 367,
"reminderstattus": "",
"status": "New",
"type": "Entitlement Owner",
"updatedate": "2018-06-19 07:28:09",
"updateuser": ""
}
],
"count": 2,
"errorCode": "0",
"msg": "successful"
}
Loading...