Return the specified certification task line item details.

get

/iam/governance/selfservice/api/v1/certifications/{certid}/tasks/{taskid}/lineitems/{lineitemid}

Returns the specified certification task line item details.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful
Headers
Body ()
Root Schema : lineItemsDetailsList
Type: object
Show Source
Nested Schema : lineItemDetails
Type: array
Show Source
Nested Schema : lineItemDetailInfo
Type: object
Show Source
Nested Schema : auditViolations
Type: array
Show Source
Nested Schema : LinkDataInstances
Type: object
Show Source
Nested Schema : auditViolation
Type: object
Show Source

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error
Back to Top

Examples

This example retrieves the details for a given line item for a given certification and task. The information shown here is against a pseudo system and serves as a prototype.

cURL Example

curl  -H "Content-Type: application/json"  -X GET  -u username:password  https://pseudo.com/iam/governance/selfservice/api/v1/ certifications/42/tasks/b515e469-46d9-4865-ae76-fbaff90393a4/lineitems/2

Example of GET Response Body

The following example shows the contents of the response body in JSON format.

{
  "links": [
    {
      "rel": "self",
      "href": "http://pseudo.com/iam/governance/selfservice/api/v1/certifications/42/tasks/b515e469-46d9-4865-ae76-fbaff90393a4/lineitems/2?offset=1&limit=10"
    },
    {
      "rel": "first",
      "href": "http://pseudo.com/iam/governance/selfservice/api/v1/certifications/42/tasks/b515e469-46d9-4865-ae76-fbaff90393a4/lineitems/2?offset=1&limit=10"
    },
    {
      "rel": "next",
      "href": "http://pseudo.com/iam/governance/selfservice/api/v1/certifications/42/tasks/b515e469-46d9-4865-ae76-fbaff90393a4/lineitems/2?offset=11&limit=10"
    }
  ],
  "count": 3,
  "hasMore": false,
  "totalResult": -1,
  "lineItemDetails": [
    {
      "id": 1,
      "entityId": 46,
      "parentEntityId": 2,
      "lastReviewerId": 2007,
      "lastReviewerTaskUid": "b515e469-46d9-4865-ae76-fbaff90393a4",
      "action": 1,
      "certifiedBy": "TESTUSER1",
      "certifyDate": 1462171454081,
      "riskSummary": 0,
      "itemRisk": 0,
      "category": "ApplicationInstance",
      "lastDecision": 0,
      "certified": 1,
      "entityType": "ACCOUNT",
      "provisionedBy": 2040,
      "provisioningMethod": 3,
      "provMechRisk": 0,
      "requestId": {
        "name": "requestId",
        "value": "2040",
        "link": {
          "rel": "self",
          "href": "http://pseudo.com/iam/governance/selfservice/api/v1/requests/2040"
        }
      },
      "accountId": 46,
      "accountName": "LAST",
      "displayName": "DisconnectedAppInstance1(LAST)",
      "catalogType": "ApplicationInstance",
      "catalogEntityKey": 0,
      "glossaryDefinition": "DisconnectedAppInstance",
      "auditObjective": "Audit_Objectives",
      "dataOwner": 1,
      "dataOwnerLogin": "XELSYSADM",
      "dataOwnerDisplayName": "System Administrator",
      "endPointId": 1,
      "endPointName": "DisconnectedAppInstance1",
      "namespaceName": "DisconnectedAppInstance1",
      "openSodViolations": false,
      "sodRisk": 0,
      "userId": 70,
      "userKey": 2005,
      "userLogin": "FIRST1@EMAIL.COM",
      "iamAccountId": 2,
      "lastName": "Last",
      "lastCertRisk": 0,
      "idcUser": {
        "lastName": "Last",
        "createdBy": "4",
        "updatedBy": "2005",
        "updatedate": 1459243257000,
        "organizationName": "Xellerate Users",
        "identityStatus": "Active",
        "accountStatus": false,
        "roleRiskSummanry": 0,
        "accountRiskSummary": 0,
        "entitlementRiskSummary": 0,
        "employeeType": "Part-Time",
        "email": "first@email.com",
        "userName": "FIRST1@EMAIL.COM",
        "fullName": "Last"
      }
    },
    {
      "id": 3,
      "entityId": 24,
      "parentEntityId": 2,
      "lastReviewerId": 3010,
      "lastReviewerTaskUid": "b515e469-46d9-4865-ae76-fbaff90393a4",
      "certifiedBy": "testuser1",
      "riskSummary": 0,
      "itemRisk": 3,
      "category": "Entitlement",
      "lastDecision": 0,
      "entityType": "ACCOUNT_ATTRIBUTE_VALUE",
      "provisionedBy": 2041,
      "provisioningMethod": 3,
      "provMechRisk": 0,
      "requestId": {
        "name": "requestId",
        "value": "2041",
        "link": {
          "rel": "self",
          "href": "http://pseudo.com/iam/governance/selfservice/api/v1/requests/2041"
        }
      },
      "accountId": 46,
      "accountName": "\"abc_meaning2\"",
      "displayName": "\"abc_meaning2\"",
      "catalogType": "Entitlement",
      "catalogEntityKey": 2,
      "isHierarchical": false,
      "attributeId": 105,
      "attributeName": "UD_LFORM_DA_LOOKUP_FIELD",
      "attributeValue": "\"abc_meaning2\"",
      "attributeValueId": 24,
      "dataOwner": 1,
      "endPointId": 1,
      "endPointName": "DisconnectedAppInstance1",
      "namespaceName": "DisconnectedAppInstance1",
      "openSodViolations": false,
      "sodRisk": 0,
      "userId": 70,
      "userKey": 2005,
      "userLogin": "FIRST1@EMAIL.COM",
      "entitlementDefinitionId": 2,
      "iamAccountId": 2,
      "lastName": "Last",
      "lastCertRisk": 0,
      "idcUser": {
        "lastName": "Last",
        "createdBy": "4",
        "updatedBy": "2005",
        "updatedate": 1459243257000,
        "organizationName": "Xellerate Users",
        "identityStatus": "Active",
        "accountStatus": false,
        "roleRiskSummanry": 0,
        "accountRiskSummary": 0,
        "entitlementRiskSummary": 0,
        "employeeType": "Part-Time",
        "email": "first@email.com",
        "userName": "FIRST1@EMAIL.COM",
        "fullName": "Last"
      }
    },
    {
      "id": 2,
      "entityId": 23,
      "parentEntityId": 2,
      "lastReviewerId": 3010,
      "lastReviewerTaskUid": "b515e469-46d9-4865-ae76-fbaff90393a4",
      "certifiedBy": "testuser1",
      "riskSummary": 0,
      "itemRisk": 3,
      "category": "Entitlement",
      "lastDecision": 0,
      "entityType": "ACCOUNT_ATTRIBUTE_VALUE",
      "provisionedBy": 2042,
      "provisioningMethod": 3,
      "provMechRisk": 0,
      "requestId": {
        "name": "requestId",
        "value": "2042",
        "link": {
          "rel": "self",
          "href": "http://pseudo.com/iam/governance/selfservice/api/v1/requests/2042"
        }
      },
      "accountId": 46,
      "accountName": "\"abc_meaning1\"",
      "displayName": "\"abc_meaning1\"",
      "catalogType": "Entitlement",
      "catalogEntityKey": 1,
      "isHierarchical": false,
      "attributeId": 105,
      "attributeName": "UD_LFORM_DA_LOOKUP_FIELD",
      "attributeValue": "\"abc_meaning1\"",
      "attributeValueId": 23,
      "dataOwner": 1,
      "endPointId": 1,
      "endPointName": "DisconnectedAppInstance1",
      "namespaceName": "DisconnectedAppInstance1",
      "openSodViolations": false,
      "sodRisk": 0,
      "userId": 70,
      "userKey": 2005,
      "userLogin": "FIRST1@EMAIL.COM",
      "entitlementDefinitionId": 1,
      "iamAccountId": 2,
      "lastName": "Last",
      "lastCertRisk": 0,
      "idcUser": {
        "lastName": "Last",
        "createdBy": "4",
        "updatedBy": "2005",
        "updatedate": 1459243257000,
        "organizationName": "Xellerate Users",
        "identityStatus": "Active",
        "accountStatus": false,
        "roleRiskSummanry": 0,
        "accountRiskSummary": 0,
        "entitlementRiskSummary": 0,
        "employeeType": "Part-Time",
        "email": "first@email.com",
        "userName": "FIRST1@EMAIL.COM",
        "fullName": "Last"
      }
    }
  ]
}
Back to Top