---
title: "Get List of Evidence Task Implementations"
method: POST
path: "/api/controls/v1/evidence-task-implementations/pages"
tags: ["Evidence Task Implementations"]
---

# Get List of Evidence Task Implementations

`POST /api/controls/v1/evidence-task-implementations/pages`

Use this API to retrieve a list of all evidence task implementations by entity, such as by assignee, control, and current interval status. The response will include relevant details for each evidence implementation.

## Query parameters

- `page` integer
- `size` integer
- `sort` 'number,asc' | 'number,desc' | 'name,asc' | 'name,desc' | 'primaryEntityName,asc' | 'primaryEntityName,desc' | 'primaryEntityType,asc' | 'primaryEntityType,desc' | 'collectionInterval,asc' | 'collectionInterval,desc' | 'collectionStartDate,asc' | 'collectionStartDate,desc' | 'lastCollected,asc' | 'lastCollected,desc' | 'currentIntervalStatus,asc' | 'currentIntervalStatus,desc' | 'currentIntervalStartDate,asc' | 'currentIntervalStartDate,desc' | 'currentIntervalEndDate,asc' | 'currentIntervalEndDate,desc' | 'relatedControls,asc' | 'relatedControls,desc' | 'evidenceTaskType,asc' | 'evidenceTaskType,desc' | 'createdDate,asc' | 'createdDate,desc' | 'lastModifiedDate,asc' | 'lastModifiedDate,desc'

## Request body

- TechRiskComplianceITRiskManagementSearchCriteriaInformation — unresolved $ref

## Response `200`

OK

- TechRiskComplianceITRiskManagementPageEvidenceImplementationDto
  - `content` TechRiskComplianceITRiskManagementEvidenceImplementationDto[] — The list of items for the current page.
    - `id` string, uuid — GUID of Evidence Implementation.
    - `number` integer, required — Numeric identifier for Evidence Implementation.
    - `orgGroup` TechRiskComplianceITRiskManagementBasicDetail
      - `id` string, uuid — Identifier (GUID)
      - `name` string — Name
    - `primaryEntity` TechRiskComplianceITRiskManagementEvidenceEntityInformation
      - `id` string, uuid, required — The identifier (GUID) of the related entity.
      - `name` string, required — The name of the entity.
      - `type` 'ControlImplementations' | 'Risks' | 'Assets' | 'ProcessingActivities' | 'Vendors' | 'Entities' | 'Initiatives' — The type of the related entity.
      - `evidenceEntityType` TechRiskComplianceITRiskManagementControlEntityTypeInformation, required
        - `id` string, required — ID of the entity type. This can be Assets, Entities, Custom Object GUID in the form of String.
        - `label` string — Name of the EntityType.
        - `translationKey` string — Translation Key of EntityType ID.
        - `moduleName` string — Module Name of EntityType.
        - `seeded` boolean — The parameter is true for Base Entity Type and false for Custom Object/Entity Types by default.
      - `orgGroupId` string, uuid — The identifier (GUID) of the organization which contains the entity.
      - `controlEntityType` TechRiskComplianceITRiskManagementControlEntityTypeInformation
        - `id` string, required — ID of the entity type. This can be Assets, Entities, Custom Object GUID in the form of String.
        - `label` string — Name of the EntityType.
        - `translationKey` string — Translation Key of EntityType ID.
        - `moduleName` string — Module Name of EntityType.
        - `seeded` boolean — The parameter is true for Base Entity Type and false for Custom Object/Entity Types by default.
    - `primaryEntityName` string — Entity Details of the primary implementor.
    - `evidenceTaskId` string, uuid — Master evidence task id.
    - `name` string — Name of the evidence task.
    - `description` string — Description of the evidence task.
    - `guidance` string — Guidance of the evidence task.
    - `collectionInterval` 'ONE_TIME' | 'WEEKLY' | 'BIWEEKLY' | 'MONTHLY' | 'QUARTERLY' | 'BIANNUALY' | 'YEARLY' — Entity Details of the primary implementor.
    - `collectionStartDate` string, date — Start of the collection.
    - `lastCollected` string, date — Last evidence collected date.
    - `currentIntervalStatus` 'NotCollected' | 'Collected' | 'OverDue' | 'InProgress' — Current interval status.
    - `currentIntervalEndDate` string, date — Current interval end date.
    - `assignee` TechRiskComplianceITRiskManagementBasicEntityReference[] — List of evidence Assignee.
      - `id` string, uuid, required — Identifier of the entity (UUID).
      - `name` string, required — The name of the entity.
      - `nameKey` string — Name of the entity used for translation.
    - `approver` TechRiskComplianceITRiskManagementBasicEntityReference[] — List of evidence approver.
      - `id` string, uuid, required — Identifier of the entity (UUID).
      - `name` string, required — The name of the entity.
      - `nameKey` string — Name of the entity used for translation.
    - `relatedControls` integer — Number of related controls.
    - `related` integer — Number of related entities.
    - `canSplit` boolean — Flag to indicate if evidence can be split.
    - `evidenceTaskType` 'SYSTEM' | 'CUSTOM' — Evidence task type.
    - `createdBy` string, uuid — The user or operation the control was created by.
    - `createdDate` string, date-time — The date the control implementation was created.
    - `lastModifiedBy` string, uuid — The user or process the control was last modified by (GUID).
    - `lastModifiedDate` string, date-time — The date the control was last modified.
    - `collectedEvidenceCount` integer — The count for collected evidences.
    - `automaticCollection` 'CONFIGURED' | 'AVAILABLE' | 'NOT_AVAILABLE' — Status of the automatic collection configuration.
    - `deleteType` string — Evidence task implementation delete type.
    - `duplicate` boolean — If similar implementation is present from same master evidence for given control implementation.
    - `dueDateOffset` integer — Offset for the due date in days.
    - `collectionStartMonth` string — Start month of the collection.
    - `aiEvidenceAnalysisResult` TechRiskComplianceITRiskManagementAiEvidenceAnalysisResult
      - `overallScore` string
      - `indicator` 'Success' | 'Warning' | 'Error' | 'Empty'
    - `suggestedSystemAvailable` boolean
  - `empty` boolean — The flag to check if the entity is empty or not.
  - `first` boolean — The flag to check if the entity is first entity or not.
  - `last` boolean — The flag to check if the entity is last entity or not.
  - `number` integer — The number associated with the result.
  - `numberOfElements` integer — Total number of elements in the result.
  - `pageable` TechRiskComplianceITRiskManagementPageable
    - `offset` integer — The page offset.
    - `pageNumber` integer — Page number of the results list (0….N).
    - `pageSize` integer — Number of records per page (0…N).
    - `paged` boolean — The flag to check if the result is paged or not.
    - `sort` TechRiskComplianceITRiskManagementSort
      - `empty` boolean — The flag to check if the result is empty or not.
      - `sorted` boolean — The flag to check if the result is sorted or not.
      - `unsorted` boolean — The flag to check if the result is unsorted or not.
    - `unpaged` boolean — The flag to check if the result is unpaged or not.
  - `sort` TechRiskComplianceITRiskManagementSort
    - `empty` boolean — The flag to check if the result is empty or not.
    - `sorted` boolean — The flag to check if the result is sorted or not.
    - `unsorted` boolean — The flag to check if the result is unsorted or not.
  - `totalPages` integer — Total number of pages in the result list.
  - `totalElements` integer — Total number of elements in the result.
  - `size` integer — Size of the result list.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.dev/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.dev/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
