Download OpenAPI specification:Download
Huron Conflict of Interest (COI) provides you a comprehensive, flexible, and integrated solution which simplifies the process of recording a discloser's interests and routing those interests through a systematic review process to manage both individual and institutional conflicts.
The COI API is implemented to manage conflict of interest between disclosure and organizations. It offers the following features.
A management plan is used to manage a discloser's conflict.
Use the Management Plan object to manage plans as per the institution’s requirements.
Retrieves actions for action log by project hrn
and its accessibility to the user for management plan.
hrn required | string^hrn:hrs:managementplan:[0-9]+$ Example: hrn:hrs:managementplan:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": [
- {
- "actionId": "SendToDiscloser",
- "applyFilter": true
}
]
}
Retrieves all the management plans associated with requested disclosure profile.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
planState required | string Example: Drafting, Active, Collaborating Comma-separated string to pass one or more valid Management Plan project states to filter. Allowed values: PendingAcceptance, Drafting, Collaborating, Active, Satisfied |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "plan_id": 0,
- "certifications": [
- "string"
], - "name": "string",
- "discloser": "hrn:hrs:persons:85",
- "planCreator": {
- "hrn": "string",
- "name": "string"
}, - "created_by": {
- "hrn": "string",
- "name": "string"
}, - "planDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "dateCreated": "2021-03-30T10:05:30Z",
- "dateModified": "2021-03-30T10:05:30Z",
- "projectState": "string",
- "workflowState": "string",
- "planStatus": "string",
- "discloserName": "string",
- "discloserProfileHrn": "string",
- "planCreatorName": "string",
- "planCreatorJson": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "planIdName": "string",
- "stateLastUpdated": "2021-03-30T10:05:30.000Z",
- "daysInCurrentState": 0,
- "reviewSubmitted": true,
- "projectStateDisplayName": "string"
}
]
}
Migrates management plan from v10 to v12.
A JSON object that contains values for required and optional fields
id | string ID of the management plan. This ID is from the legacy and is unique within the tenant. |
certificationSourceIds | Array of strings Certification Source ID from legacy. |
name | string Name of the management plan supplied at creation. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
planCreator | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
createdBy | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
projectState | string The current state of the management plan in a project (e.g., Satisfied). |
workflowState | string The current state of the management plan in the workflow (e.g., Active). |
planStatus | string The current status of the management plan (e.g., Drafting). |
stateLastUpdated | string <date-time> The date and time the plan is last updated for state transition. |
dateCreated | string <date-time> The timestamp when the management plan was created. |
dateModified | string <date-time> The date and time the management plan was last changed, or an activity was executed on the management plan. |
Array of objects (PersonRef) The details of the plan monitors associated with the management plan. | |
object Documents and details for the management plan. |
{- "id": "string",
- "certificationSourceIds": [
- ""
], - "name": "string",
- "discloser": {
- "hrn": "string"
}, - "planCreator": "string",
- "createdBy": "string",
- "projectState": "string",
- "workflowState": "string",
- "planStatus": "string",
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "planMonitors": [
- {
- "hrn": "string"
}
], - "planDocument": {
- "draftManagementPlan": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "finalManagementPlan": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "lastAcceptedDate": "string"
}
}
{- "hrn": "string"
}
A JSON object that contains values for required and optional fields
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "id": "string",
- "sourceIdentifier": "string",
- "name": "Management Plan for Project X",
- "certifications": [
- {
- "hrn": "string"
}
], - "discloser": {
- "hrn": "string"
}, - "planCreator": {
- "hrn": "string"
}, - "createdBy": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "projectState": "string",
- "planDocument": {
- "hrn": "string"
}, - "planMonitors": [
- {
- "hrn": "string"
}
], - "stateLastUpdated": "2019-08-24T14:15:22Z",
- "routeplanAdditionalDetails": {
- "comments": "test additional information",
- "supportingDocuments": [
- {
- "hrn": "string"
}
], - "dateCreated": "2019-08-24T14:15:22Z",
- "createdBy": {
- "hrn": "string"
}
}, - "reviewCommentsDocuments": {
- "decision": "string",
- "createdBy": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "discloserComment": "string",
- "discloserSupportingDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "finalPlanDocument": {
- "hrn": "string"
}, - "lastAcceptedDate": "2019-08-24T14:15:22Z",
- "datePlanLastAccepted": "2019-08-24T14:15:22Z",
- "updateConflictsData": [
- {
- "id": 0,
- "conflictSatisfied": true,
- "nextMonitor": "string",
- "dateModified": "2019-08-24T14:15:22Z",
- "monitorReports": [
- {
- "monitorReportDocument": {
- "hrn": "string"
}, - "completionDate": "2025-04-17T21:14:00.524Z",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}
}
], - "customProperties": {
- "coiflexProperty": "lorem ipsum"
}
}
]
}
}
]
}
[- {
- "hrn": "string",
- "correlationId": "string",
- "httpStatus": 0,
- "id": "string",
- "errors": {
- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
}
]
Updates the management plan activity state record as specified in the request body. This creates activity logs and sends notifications.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
hrn required | string^hrn:hrs:managementplan:[0-9]+$ Example: hrn:hrs:managementplan:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
action required | string Enum: "RoutePlan" "AssignPlanCreator" "AssignMonitors" "ReturnPlanToDrafting" "Withdraw" "UpdateConflicts" "ReassignCertification" "UploadManagementPlan" Example: RoutePlan Action to be performed on the Project. |
A JSON object that contains values for required and optional fields
comments | string Comments on the action performed. |
nextStep | string Enum: "CollaborateOnPlan" "SendPlanForAcceptance" "AdministrativelyAcceptPlan" Next step of the route plan. The following are the three options for next step:
|
object Supporting Document of the action. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "comments": "string",
- "nextStep": "CollaborateOnPlan",
- "supportingDocuments": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Returns a list of management plans.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "plan_id": 0,
- "name": "string",
- "discloser": {
- "hrn": "string",
- "name": "string"
}, - "planCreator": {
- "hrn": "string",
- "name": "string"
}, - "dateCreated": "2021-03-30T10:05:30",
- "dateModified": "2021-03-30T10:05:30.000Z",
- "projectState": "string",
- "discloserName": "string",
- "disclosureProfileHrn": "string",
- "planCreatorName": "string",
- "planCreatorJson": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "planIdName": "string",
- "tenantId": 0,
- "stateLastUpdated": "2021-03-30T10:05:30Z",
- "projectStateDisplayName": "string"
}
]
}
Retrieves a management plan based on ID.
hrn required | string^hrn:hrs:managementplan:[0-9]+$ Example: hrn:hrs:managementplan:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "data": {
- "hrn": "string",
- "id": "string",
- "plan_id": 0,
- "certifications": [
- "string"
], - "name": "string",
- "discloser": {
- "hrn": "string",
- "name": "string"
}, - "planCreator": {
- "hrn": "string",
- "name": "string"
}, - "created_by": {
- "hrn": "string",
- "name": "string"
}, - "planDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "dateCreated": "2021-03-30T10:05:30Z",
- "dateModified": "2021-03-30T10:05:30Z",
- "projectState": "string",
- "workflowState": "string",
- "planStatus": "string",
- "discloserName": "string",
- "disclosureProfileHrn": "string",
- "planCreatorName": "string",
- "planCreatorJson": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "planIdName": "string",
- "stateLastUpdated": "2021-03-30T10:05:30.000Z",
- "daysInCurrentState": 0,
- "reviewSubmitted": true,
- "active": true,
- "projectStateDisplayName": "string",
- "reviewCommentsDocuments": {
- "decision": "AcceptPlan",
- "createdBy": {
- "id": "stahseen",
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "title": "string",
- "active": true,
- "rights": [
- "hrn:hrs:lists:rights/coi-can-manage-tags"
], - "userId": "huron-sso_stahseen@hcg.com",
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "a1111",
- "active": false
}, - "lastName": "Tahseen",
- "personId": 0,
- "firstName": "Sufiya",
- "honorific": "Ms",
- "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "contactInformation": {
- "city": "string",
- "email": "sabc@hcg.com",
- "phone": "string",
- "postalCode": "string",
- "addressLine1": "string",
- "addressLine2": "string"
}
}, - "dateCreated": "2025-04-30T06:55:23.1111608+00:00",
- "discloserSupportingDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "datePlanLastAccepted": "2021-03-30T10:05:30.000Z",
- "monitorReportDueDate": "2021-03-30T10:05:30.000Z",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "followUpAction": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "smartformSteps": [
- {
- "id": 101,
- "title": "Plan misc detail",
- "stepId": 101
}
], - "versions": [
- {
- "majorVersion": 1,
- "minorVersion": 0,
- "versionDescription": "Transition to Active"
}
], - "routePlanAdditionalDetail": {
- "decision": "AcceptPlan",
- "createdBy": {
- "id": "stahseen",
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "title": "string",
- "active": true,
- "rights": [
- "hrn:hrs:lists:rights/coi-can-manage-tags"
], - "userId": "huron-sso_stahseen@hcg.com",
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "a1111",
- "active": false
}, - "lastName": "Tahseen",
- "personId": 0,
- "firstName": "Sufiya",
- "honorific": "Ms",
- "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "contactInformation": {
- "city": "string",
- "email": "sabc@hcg.com",
- "phone": "string",
- "postalCode": "string",
- "addressLine1": "string",
- "addressLine2": "string"
}
}, - "dateCreated": "2025-04-30T06:55:23.1111608+00:00",
- "discloserSupportingDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
}
Updates partial data in a management plan record specified by the HRN to reflect values included in the request body, which includes certain properties in appropriate JSON format. Fields with dependencies are still validated, even though those fields are not in the request body.
This operation is idempotent (i.e., if it is submitted multiple times, it will have the same effect as it did the first time).
hrn required | string^hrn:hrs:managementplan:[0-9]+$ Example: hrn:hrs:managementplan:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
A JSON object including partial fields
required | object (DocumentRef) |
{- "planDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Retrieves the current state of the management plan.
state required | string Enum: "PendingAcceptance" "Drafting" "Collaborating" "Active" "Satisfied" Example: Drafting Accepts a valid Management Plan project state to filter. Allowed values: PendingAcceptance, Drafting, Collaborating, Active, Satisfied |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "plan_id": 0,
- "certifications": [
- "string"
], - "name": "string",
- "discloser": {
- "hrn": "string",
- "name": "string"
}, - "planCreator": {
- "hrn": "string",
- "name": "string"
}, - "created_by": {
- "hrn": "string",
- "name": "string"
}, - "planDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "dateCreated": "2021-03-30T10:05:30Z",
- "dateModified": "2021-03-30T10:05:30Z",
- "projectState": "string",
- "workflowState": "string",
- "planStatus": "string",
- "discloserName": "string",
- "disclosureProfileHrn": "string",
- "planCreatorName": "string",
- "planCreatorJson": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "planIdName": "string",
- "stateLastUpdated": "2021-03-30T10:05:30.000Z",
- "daysInCurrentState": 0,
- "reviewSubmitted": true,
- "active": true,
- "projectStateDisplayName": "string",
- "reviewCommentsDocuments": {
- "decision": "AcceptPlan",
- "createdBy": {
- "id": "stahseen",
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "title": "string",
- "active": true,
- "rights": [
- "hrn:hrs:lists:rights/coi-can-manage-tags"
], - "userId": "huron-sso_stahseen@hcg.com",
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "a1111",
- "active": false
}, - "lastName": "Tahseen",
- "personId": 0,
- "firstName": "Sufiya",
- "honorific": "Ms",
- "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "contactInformation": {
- "city": "string",
- "email": "sabc@hcg.com",
- "phone": "string",
- "postalCode": "string",
- "addressLine1": "string",
- "addressLine2": "string"
}
}, - "dateCreated": "2025-04-30T06:55:23.1111608+00:00",
- "discloserSupportingDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "datePlanLastAccepted": "2021-03-30T10:05:30.000Z",
- "monitorReportDueDate": "2021-03-30T10:05:30.000Z",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "followUpAction": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "smartformSteps": [
- {
- "id": 101,
- "title": "Plan misc detail",
- "stepId": 101
}
], - "versions": [
- {
- "majorVersion": 1,
- "minorVersion": 0,
- "versionDescription": "Transition to Active"
}
], - "routePlanAdditionalDetail": {
- "decision": "AcceptPlan",
- "createdBy": {
- "id": "stahseen",
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "title": "string",
- "active": true,
- "rights": [
- "hrn:hrs:lists:rights/coi-can-manage-tags"
], - "userId": "huron-sso_stahseen@hcg.com",
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "a1111",
- "active": false
}, - "lastName": "Tahseen",
- "personId": 0,
- "firstName": "Sufiya",
- "honorific": "Ms",
- "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "contactInformation": {
- "city": "string",
- "email": "sabc@hcg.com",
- "phone": "string",
- "postalCode": "string",
- "addressLine1": "string",
- "addressLine2": "string"
}
}, - "dateCreated": "2025-04-30T06:55:23.1111608+00:00",
- "discloserSupportingDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
]
}
Retrieves conflicts based on Plan HRN.
hrn required | string^hrn:hrs:managementplan:[0-9]+$ Example: hrn:hrs:managementplan:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
[- {
- "conflictId": 9553,
- "reviewId": 16183,
- "certificationId": 15890,
- "dateCreated": "2025-02-06T16:03:38.62477Z",
- "dateModified": "2025-04-01T05:02:03.909147Z",
- "description": "Conflict on associated certification",
- "status": "Pending",
- "disclosureEntities": [
- "hrn:hrs:discloserentity:13527",
- "hrn:hrs:discloserentity:13528"
], - "isSatisfied": true,
- "certificationName": "Research Certification for lorem ipsum",
- "researchProjectName": "Annual Triggering Event",
- "researchProjectId": "string",
- "disclosureEntitiesDisplayName": "string",
- "certificationHrn": "string",
- "researchProjectHrn": "string",
- "researchProject": "TE00004580 - Annual Triggering Event"
}
]
Retrieves a pending acceptance based on ID.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "data": {
- "hrn": "string",
- "id": "string",
- "plan_id": 0,
- "certifications": [
- "string"
], - "name": "string",
- "discloser": {
- "hrn": "string",
- "name": "string"
}, - "planCreator": {
- "hrn": "string",
- "name": "string"
}, - "created_by": {
- "hrn": "string",
- "name": "string"
}, - "planDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "dateCreated": "2021-03-30T10:05:30Z",
- "dateModified": "2021-03-30T10:05:30Z",
- "projectState": "string",
- "workflowState": "string",
- "planStatus": "string",
- "discloserName": "string",
- "disclosureProfileHrn": "string",
- "planCreatorName": "string",
- "planCreatorJson": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "planIdName": "string",
- "stateLastUpdated": "2021-03-30T10:05:30.000Z",
- "daysInCurrentState": 0,
- "reviewSubmitted": true,
- "active": true,
- "projectStateDisplayName": "string",
- "reviewCommentsDocuments": {
- "decision": "AcceptPlan",
- "createdBy": {
- "id": "stahseen",
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "title": "string",
- "active": true,
- "rights": [
- "hrn:hrs:lists:rights/coi-can-manage-tags"
], - "userId": "huron-sso_stahseen@hcg.com",
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "a1111",
- "active": false
}, - "lastName": "Tahseen",
- "personId": 0,
- "firstName": "Sufiya",
- "honorific": "Ms",
- "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "contactInformation": {
- "city": "string",
- "email": "sabc@hcg.com",
- "phone": "string",
- "postalCode": "string",
- "addressLine1": "string",
- "addressLine2": "string"
}
}, - "dateCreated": "2025-04-30T06:55:23.1111608+00:00",
- "discloserSupportingDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "datePlanLastAccepted": "2021-03-30T10:05:30.000Z",
- "monitorReportDueDate": "2021-03-30T10:05:30.000Z",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "followUpAction": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "smartformSteps": [
- {
- "id": 101,
- "title": "Plan misc detail",
- "stepId": 101
}
], - "versions": [
- {
- "majorVersion": 1,
- "minorVersion": 0,
- "versionDescription": "Transition to Active"
}
], - "routePlanAdditionalDetail": {
- "decision": "AcceptPlan",
- "createdBy": {
- "id": "stahseen",
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "title": "string",
- "active": true,
- "rights": [
- "hrn:hrs:lists:rights/coi-can-manage-tags"
], - "userId": "huron-sso_stahseen@hcg.com",
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "a1111",
- "active": false
}, - "lastName": "Tahseen",
- "personId": 0,
- "firstName": "Sufiya",
- "honorific": "Ms",
- "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "contactInformation": {
- "city": "string",
- "email": "sabc@hcg.com",
- "phone": "string",
- "postalCode": "string",
- "addressLine1": "string",
- "addressLine2": "string"
}
}, - "dateCreated": "2025-04-30T06:55:23.1111608+00:00",
- "discloserSupportingDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
}
]
}
Returns a list of conflicts based on HRN.
hrn required | string^hrn:hrs:managementplan:[0-9]+$ Example: hrn:hrs:managementplan:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "conflictId": 9553,
- "reviewId": 16183,
- "certificationId": 15890,
- "dateCreated": "2025-02-06T16:03:38.62477Z",
- "dateModified": "2025-04-01T05:02:03.909147Z",
- "description": "Conflict on associated certification",
- "status": "Pending",
- "disclosureEntities": [
- "hrn:hrs:discloserentity:13527",
- "hrn:hrs:discloserentity:13528"
], - "isSatisfied": true,
- "certificationName": "Research Certification for lorem ipsum",
- "researchProjectName": "Annual Triggering Event",
- "researchProjectId": "string",
- "disclosureEntitiesDisplayName": "string",
- "certificationHrn": "string",
- "researchProjectHrn": "string",
- "researchProject": "TE00004580 - Annual Triggering Event"
}
]
}
Retrieves an unassigned based on ID.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "internalId": 0,
- "resourceId": "string",
- "id": "string",
- "name": "string",
- "type": "string",
- "disclosure": "string",
- "state": "string",
- "dateCreated": "2021-03-30T10:05:30Z",
- "dateModified": "2021-03-30T10:05:30Z",
- "daysInCurrentState": 588
}
]
}
Retrieves a person list which contains the persons having COIA role and Cert reviewer.
hrn required | string^hrn:hrs:managementplan:[0-9]+$ Example: hrn:hrs:managementplan:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
]
}
A retrospective review is performed when issues arise that might impact the integrity of a research project.
Use the Retrospective Review object to create and update the retrospective review records.
Returns a list of retrospective reviews on the basis of Pagination , Filters and sort applied.By default it will be returning a list of 25 records.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "hrn:hrs:retrospectivereview:26611",
- "id": "RETRO00024023",
- "retrospective_review_id": 26363,
- "name": "HUG Conf Retro",
- "dateCreated": "2025-04-15T18:26:25.403Z",
- "dateModified": "2025-04-15T18:26:25.403Z",
- "discloserFirstName": "John",
- "discloserLastName": "Doe",
- "assignedReviewerDisplayName": "Bob Wilmer",
- "projectStateDisplayName": "In Review",
- "dateModifiedFormatted": "2025-04-15T18:26:00.000Z",
- "hasBias": "no",
- "stateLastUpdated": "2023-09-29T17:06:08.000Z",
- "daysInCurrentState": 600
}
]
}
Creates the retrospective review record as specified in the request body, and returns system generated identifier retrospective review HRN.
This endpoint is also used for V10 to V12 migration of retrospective review. This method contains fields such as isMigrated
, dateCreated
, dateModified
, and createdBy
which are only used for V10 to V12 migration of retrospective review.
This operation is not idempotent (i.e., if it is executed multiple times, it will create multiple records, and return a different new HRN for each one).
A JSON object that contains values for required and optional fields
name required | string Name of the retrospective review. |
id | string <= 55 characters An identifier generated during creation of the retrospective review. Each ID is unique within the tenant. |
required | object Details of the discloser. NOTE: For v10 to v12 migration, the expected value is only the HRN of discloser. |
reasonForReview | string Details of the reason why retrospective review was performed. |
discoveryDate required | string <date-time> Date that the institution reached a conclusion that non-compliance had occurred. NOTE: Only past dates are valid. |
methodology | string Details for explaining the retrospective review (e.g., document reviewed). |
findingsOfReview | string Details of a particular retrospective review. |
Array of objects (DocumentRef) Details of the supporting documents. NOTE: For V10 to V12 migration, the expected value is only | |
Array of objects (TriggeringEventDetail) Details of the related projects. NOTE: For V10 to V12 migration, the expected value is only the | |
Array of objects (Entities) Details of the conflicting entities. NOTE: For V10 to V12 migration, the expected value is only the HRN of Entities. This property is not required and can be only used in case of migration | |
isMigrated | boolean Indicates whether retrospective review record is migrated. The values are true or false. Set the value to TRUE for migration. This is a required field for V10 to V12 migration and is only used for migration. |
dateCreated | string <date-time> Date retrospective review record was created. This field is used only for V10 to V12 migration. |
dateModified | string <date-time> The timestamp indicating the last time a retrospective review record was modified. This field is used only for V10 to V12 migration. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "name": "DAST Test Retrospective",
- "id": "RETRO00000036",
- "discloser": {
- "id": "hrn:hrs:persons:1",
- "hrn": "hrn:hrs:persons:1",
- "firstName": "writePT11",
- "lastName": "1"
}, - "reasonForReview": "test lambda",
- "discoveryDate": "2022-02-11T00:00:00",
- "findingsOfReview": "nothing",
- "methodology": "Scrum",
- "supportingDocuments": [
- {
- "name": "continue button.png",
- "hrn": "hrn:hrs:documents:71d4b0fba94a4702bf4af24e0ce158a7",
- "url": "/files/coi/55833a33e2aa427ca1c2629b2fab21f8/71d4b0fba94a4702bf4af24e0ce158a7/1/continue_button.png",
- "version": 1,
- "category": {
- "hrn": "hrn:hrs:lists:document-category/supporting-document",
- "name": "Supporting Document"
}, - "dateCreated": "2025-04-24T12:05:27.5745426Z",
- "documentScanned": 0,
- "fileKey": "files/coi/55833a33e2aa427ca1c2629b2fab21f8/71d4b0fba94a4702bf4af24e0ce158a7/1/continue_button.png"
}
]
}
{- "hrn": "string"
}
Retrieves conflicting entities based on Person HRN.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
]
}
Retrieves a retrospective review based on HRN.
hrn required | string^hrn:hrs:retrospectivereview:[0-9]+$ Example: hrn:hrs:retrospectivereview:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "name": "string",
- "id": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "reasonForReview": "string",
- "discoveryDate": "2019-08-24T14:15:22Z",
- "methodology": "string",
- "findingsOfReview": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "relatedProjects": [
- {
- "hrn": "string",
- "id": "string",
- "name": "string",
- "state": "string"
}
], - "conflictingEntities": [
- {
- "hrn": "string",
- "name": "Entity name"
}
], - "isMigrated": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "hrn": "string",
- "retrospective_review_id": 26611,
- "discloserFirstName": "Gaurav",
- "discloserLastName": "Wairagade",
- "assignedReviewerDisplayName": "Gaurav Wairagade",
- "projectStateDisplayName": "In Review",
- "workflowState": "InReview",
- "dateModifiedFormatted": "2025-05-04T00:01:00Z",
- "stateLastUpdated": "2025-05-03T23:21:46Z",
- "daysInCurrentState": 1,
- "pendingDiscloserUpdate": true,
- "projectStateId": "string",
- "assignReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "active": true,
- "smartformSteps": [
- {
- "id": 101,
- "title": "Plan misc detail",
- "stepId": 101
}
], - "customProperties": { }
}
Updates retrospective review record specified by the retrospective review ID to reflect all values included in the request body, which must be a complete record in the appropriate JSON format, including all fields that are normally optional for the POST operation. All the fields are updated.
This operation is idempotent (i.e., if it is submitted multiple times, it will have the same effect as it did the first time).
hrn required | string^hrn:hrs:retrospectivereview:[0-9]+$ Example: hrn:hrs:retrospectivereview:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
A JSON object including all fields
id | string <= 55 characters An identifier generated during creation of the retrospective review. Each ID is unique within the tenant. |
required | object Details of the discloser. NOTE: For v10 to v12 migration, the expected value is only the HRN of discloser. |
name required | string Name of the retrospective review. |
findingsOfReview | string Details of a particular retrospective review. |
reasonForReview | string Details of the reason why retrospective review was performed. |
methodology | string Details for explaining the retrospective review (e.g., document reviewed). |
discoveryDate required | string <date-time> Date that the institution reached a conclusion that non-compliance had occurred. NOTE: Only past dates are valid. |
Array of objects (DocumentRef) Details of the supporting documents. NOTE: For V10 to V12 migration, the expected value is only | |
Array of objects (TriggeringEventDetail) Details of the related projects. NOTE: For V10 to V12 migration, the expected value is only the | |
Array of objects (Entities) Details of the conflicting entities. NOTE: For V10 to V12 migration, the expected value is only the HRN of Entities. | |
projectStateId | string State identifier of the retrospective review project (e.g., InReview). |
previousProjectStateId | string State identifier of the previous retrospective review project. NOTE: For V10 to V12 migration, previous project state is not necessary. |
Array of objects (SubmitRetrospectiveReview) Details of Submit retrospective review Action. | |
Array of objects (SubmitMitigationPlan) Details of Submit Mitigation Plan Action. | |
Array of objects (PersonRef) Details of the assigned reviewer. NOTE: For V10 to V12 migration, the expected value is only the | |
isMigrated | boolean Indicates whether retrospective review record is migrated. The values are true or false. Set the value to TRUE for migration. This is a required field for V10 to V12 migration and is only used for migration. |
dateCreated | string <date-time> Date retrospective review record was created. This field is used only for V10 to V12 migration. |
dateModified | string <date-time> The timestamp indicating the last time a retrospective review record was modified. This field is used only for V10 to V12 migration. |
createdBy | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
Array of objects (SmartformStep) Active Flex steps for retrospective review configured in Step Flex Settings. |
{- "id": "string",
- "discloser": {
- "hrn": "string"
}, - "name": "string",
- "findingsOfReview": "string",
- "reasonForReview": "string",
- "methodology": "string",
- "discoveryDate": "2021-03-30T10:05:30.000Z",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "relatedProjects": [
- {
- "hrn": "string",
- "id": "string",
- "name": "string",
- "state": "string"
}
], - "conflictingEntities": [
- {
- "hrn": "string",
- "name": "Entity name"
}
], - "projectStateId": "string",
- "previousProjectStateId": "string",
- "submitRetrospectiveReview": [
- {
- "hasBias": true,
- "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
], - "submitMitigationPlan": [
- {
- "planName": "string",
- "description": "string",
- "dateSubmitted": "2019-08-24T14:15:22Z",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
], - "assignReviewer": [
- {
- "hrn": "string"
}
], - "isMigrated": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
]
}
{- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
Updates partial data in specified retrospective review record specified by the HRN to reflect values included in the request body, which includes certain properties in appropriate JSON format. Fields with dependencies are still validated, even though those fields are not in the request body.
This operation is idempotent (i.e., if it is submitted multiple times, it will have the same effect as it did the first time).
hrn required | string^hrn:hrs:retrospectivereview:[0-9]+$ Example: hrn:hrs:retrospectivereview:50 Huron Resource Name (HRN), a system generated unique value with the following structure |
A JSON object including partial fields
id | string <= 55 characters An identifier generated during creation of the retrospective review. Each ID is unique within the tenant. |
required | object Details of the discloser. NOTE: For v10 to v12 migration, the expected value is only the HRN of discloser. |
name required | string Name of the retrospective review. |
findingsOfReview | string Details of a particular retrospective review. |
reasonForReview | string Details of the reason why retrospective review was performed. |
methodology | string Details for explaining the retrospective review (e.g., document reviewed). |
discoveryDate required | string <date-time> Date that the institution reached a conclusion that non-compliance had occurred. NOTE: Only past dates are valid. |
Array of objects (DocumentRef) Details of the supporting documents. NOTE: For V10 to V12 migration, the expected value is only | |
Array of objects (TriggeringEventDetail) Details of the related projects. NOTE: For V10 to V12 migration, the expected value is only the | |
Array of objects (Entities) Details of the conflicting entities. NOTE: For V10 to V12 migration, the expected value is only the HRN of Entities. | |
projectStateId | string State identifier of the retrospective review project (e.g., InReview). |
previousProjectStateId | string State identifier of the previous retrospective review project. NOTE: For V10 to V12 migration, previous project state is not necessary. |
Array of objects (SubmitRetrospectiveReview) Details of Submit retrospective review Action. | |
Array of objects (SubmitMitigationPlan) Details of Submit Mitigation Plan Action. | |
Array of objects (PersonRef) Details of the assigned reviewer. NOTE: For V10 to V12 migration, the expected value is only the | |
isMigrated | boolean Indicates whether retrospective review record is migrated. The values are true or false. Set the value to TRUE for migration. This is a required field for V10 to V12 migration and is only used for migration. |
dateCreated | string <date-time> Date retrospective review record was created. This field is used only for V10 to V12 migration. |
dateModified | string <date-time> The timestamp indicating the last time a retrospective review record was modified. This field is used only for V10 to V12 migration. |
createdBy | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
Array of objects (SmartformStep) Active Flex steps for retrospective review configured in Step Flex Settings. |
{- "name": "TE",
- "discoveryDate": "2025-04-03T07:00:00Z",
- "discloser": {
- "hrn": "hrn:hrs:persons:4596",
- "active": false,
- "lastName": "Changela",
- "firstName": "Vasu",
- "contactInformation": {
- "city": "",
- "email": "vchangela@hcg.com",
- "phone": "",
- "country": "hrn:hrs:lists:countries/usa",
- "website": "",
- "postalCode": "",
- "addressLine1": "",
- "addressLine2": "",
- "stateProvince": "hrn:hrs:lists:states/alabama"
}
}, - "findingsOfReview": "finds of a review",
- "methodology": "Scrum",
- "reasonForReview": "reason for review given",
- "supportingDocuments": [
- {
- "name": "continue button.png",
- "hrn": "hrn:hrs:documents:71d4b0fba94a4702bf4af24e0ce158a7",
- "url": "/files/coi/55833a33e2aa427ca1c2629b2fab21f8/71d4b0fba94a4702bf4af24e0ce158a7/1/continue_button.png",
- "version": 1,
- "category": {
- "hrn": "hrn:hrs:lists:document-category/supporting-document",
- "name": "Supporting Document"
}, - "dateCreated": "2025-04-24T12:05:27.5745426Z",
- "documentScanned": 0,
- "fileKey": "files/coi/55833a33e2aa427ca1c2629b2fab21f8/71d4b0fba94a4702bf4af24e0ce158a7/1/continue_button.png"
}
]
}
{- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
Retrieves related research projects based on Person HRN.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": 0,
- "id": "TE001478",
- "name": "Test TE 14 M7`",
- "state": "Open",
- "type": "IRB-Submission",
- "sponsor": {
- "id": "org20001",
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Abbott Laboratories",
- "active": true,
- "isPubliclyTraded": false
}, - "context": { },
- "associatedOrganizations": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
], - "relatedContextDp": {
- "hrn": "string",
- "relatedContext": ""
}, - "associatedInternalOrganizations": { },
- "startDate": "2023-08-20T04:00:00.000Z",
- "endDate": "2023-08-20T04:00:00.000Z",
- "customPropertyDp": [
- {
- "hrn": "string",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}
}
]
}
]
}
Updates the retrospective review activity state record as specified in the request body. This action creates activity logs and sends notifications.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
hrn required | string^hrn:hrs:retrospectivereview:[0-9]+$ Example: hrn:hrs:retrospectivereview:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
action required | string Enum: "SubmitRetrospectiveReview" "SubmitMitigationPlan" "Comment" "AssignReviewer" "Discard" "BypassAncillaryBlock" Example: SubmitRetrospectiveReview Action to be performed on the Project. |
A JSON object that contains values for required and optional fields
hasBias required | boolean Indicates whether extra verification is needed for the retrospective review record. The values are Yes or No. Set to YES if SubmitMitigationPlan action needs to be performed. |
comments | string Extra information for SubmitRetrospectiveReview action . |
Array of objects (DocumentRef) Information about the supporting documents. NOTE: For v10 to v12 migration, the expected value is only the HRN of documents. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
customProperties | object Custom properties or additional fields. |
{- "comments": "This is DAST Comment",
- "supportingDocuments": [ ],
- "actionLogFormData": [
- {
- "label": "Who should receive an e-mail notification?",
- "displayString": "[AssignReviewer]",
- "name": "Comment",
- "formTitle": "Add Comment"
}
]
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Retrieves actions for action log by project hrn
and its accessibility to the user for retrospective review.
hrn required | string^hrn:hrs:retrospectivereview:[0-9]+$ Example: hrn:hrs:retrospectivereview:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": [
- {
- "actionId": "SubmitRetrospectiveReview",
- "applyFilter": true
}
]
}
Triggering events are events that require a person’s interests to be reviewed by the COI office.
Use the Triggering Event object to create, manage, and update the triggering events.
Returns a list of triggering events.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "triggering_event_id": 0,
- "title": "string",
- "eventType": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "projectStateId": "string",
- "assignCoordinator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "primaryContactDisplayName": "string",
- "principalInvestigatorDisplayName": "string",
- "endDateFormatted": "2019-08-24T14:15:22Z",
- "dateModifiedFormatted": "2019-08-24T14:15:22Z",
- "relatedContextDP": [
- "string"
], - "active": true,
- "projectStateDisplayName": "string"
}
]
}
Creates the triggering events record as specified in the request body, and returns system generated identifier triggering events ID.
This operation is not idempotent (i.e., if it is executed multiple times, it will create multiple records, and return a different note ID for each one).
A JSON object that contains values for required and optional fields
id required | string A unique alpha-numeric identifier for the Triggering Event. If provided in the request, it will be used; otherwise, a unique identifier will be system-generated. Each ID is unique within the tenant. |
dateCreated required | string <date-time> The timestamp when the management plan was created. |
title required | string The title of the triggering event provided at creation. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object Huron Resource Name (HRN), a system generated unique value with the following structure | |
startDate | string <date-time> The date the triggering event project is estimated to start. |
endDate | string <date-time> The date the triggering event project is estimated to end. |
object (MigrateOrImportPersonHrn) ^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects (ResearchPersonnel) | |
sponsor | string (MigrateOrImportOrganizationHrn) ^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
associatedOrganizations | Array of strings (MigrateOrImportOrganizationHrn) [^hrn:hrs:orgs:[0-9]+$] |
associatedInternalOrganizations | Array of strings (MigrateOrImportOrganizationHrn) [^hrn:hrs:orgs:[0-9]+$] |
scope | string The scope of the triggering event project. |
drugsAndTechnology | string The description of the drugs and technology involved in the triggering event project. |
Array of DocumentRef (object) or MigrateOrImportDocumentHrn (string) | |
customProperties | object A JSON object that contains the Flex data conforming to the List Items custom object definitions. |
adminContacts | Array of strings[^hrn:hrs:persons:[0-9]+$] List of HRNs of Related Project Assigned Coordinator / Administrative Contacts from the source system. |
relatedProjectHrn | string (HRN) Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "id": "TE00004747",
- "dateCreated": "2021-03-30T10:05:30Z",
- "title": "Provident Funds Triggering Event",
- "primaryContact": {
- "hrn": "string"
}, - "eventType": {
- "hrn": "string"
}, - "startDate": "2025-05-01T10:00:00.000Z",
- "endDate": "2025-05-31T10:00:00.000Z",
- "principalInvestigator": {
- "hrn": "string"
}, - "researchPersonnel": [
- {
- "person": {
- "hrn": "string"
}, - "roles": [
- {
- "hrn": "string"
}
], - "additionalRoles": "string",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "id": "b06eadcb-4c21-47a4-bb5c-c45408265c21"
}
], - "sponsor": "string",
- "associatedOrganizations": [
- "string"
], - "associatedInternalOrganizations": [
- "string"
], - "scope": "string",
- "drugsAndTechnology": "Lorem ipsum dolor sit amet.",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "adminContacts": [
- "string"
], - "relatedProjectHrn": "string"
}
{- "hrn": "string"
}
Retrieves the triggering event based on HRN.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "hrn": "string",
- "id": "string",
- "triggering_event_id": 0,
- "title": "string",
- "eventType": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "projectStateId": "string",
- "assignCoordinator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "primaryContactDisplayName": "string",
- "principalInvestigatorDisplayName": "string",
- "endDateFormatted": "2019-08-24T14:15:22Z",
- "dateModifiedFormatted": "2019-08-24T14:15:22Z",
- "relatedContextDP": [
- "string"
], - "active": true,
- "projectStateDisplayName": "string"
}
Updates partial data in specified a triggering event record specified by the HRN to reflect values included in the request body, which includes certain properties in appropriate JSON format. Fields with dependencies are still validated, even though those fields are not in the request body.
This operation is idempotent (i.e., if it is submitted multiple times, it will have the same effect as it did the first time).
hrn required | string Example: hrn:hrs:triggeringevent:845 Huron Resource Name (HRN), a system generated unique value with the following structure |
A JSON object including partial fields
title | string The title of the triggering event provided at creation. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object Huron Resource Name (HRN), a system generated unique value with the following structure | |
startDate | string <date-time> The date the triggering event project is estimated to start. |
endDate | string <date-time> The date the triggering event project is estimated to end. |
object (MigrateOrImportPersonHrn) ^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects (ResearchPersonnel) | |
sponsor | string (MigrateOrImportOrganizationHrn) ^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
associatedOrganizations | Array of strings (MigrateOrImportOrganizationHrn) [^hrn:hrs:orgs:[0-9]+$] |
associatedInternalOrganizations | Array of strings (MigrateOrImportOrganizationHrn) [^hrn:hrs:orgs:[0-9]+$] |
scope | string The scope of the triggering event project. |
drugsAndTechnology | string The description of the drugs and technology involved in the triggering event project. |
Array of DocumentRef (object) or MigrateOrImportDocumentHrn (string) | |
customProperties | object A JSON object that contains the Flex data conforming to the List Items custom object definitions. |
adminContacts | Array of strings[^hrn:hrs:persons:[0-9]+$] List of HRNs of Related Project Assigned Coordinator / Administrative Contacts from the source system. |
relatedProjectHrn | string (HRN) Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "title": "Provident Funds Triggering Event",
- "primaryContact": {
- "hrn": "string"
}, - "eventType": {
- "hrn": "string"
}, - "startDate": "2025-05-01T10:00:00.000Z",
- "endDate": "2025-05-31T10:00:00.000Z",
- "principalInvestigator": {
- "hrn": "string"
}, - "researchPersonnel": [
- {
- "person": {
- "hrn": "string"
}, - "roles": [
- {
- "hrn": "string"
}
], - "additionalRoles": "string",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "id": "b06eadcb-4c21-47a4-bb5c-c45408265c21"
}
], - "sponsor": "string",
- "associatedOrganizations": [
- "string"
], - "associatedInternalOrganizations": [
- "string"
], - "scope": "string",
- "drugsAndTechnology": "Lorem ipsum dolor sit amet.",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "adminContacts": [
- "string"
], - "relatedProjectHrn": "string"
}
{- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
A JSON object that contains values for required and optional fields
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "id": "string",
- "sourceIdentifier": "string",
- "title": "Provident Funds Triggering Event",
- "primaryContact": {
- "hrn": "string"
}, - "eventType": {
- "hrn": "string"
}, - "startDate": "2025-05-01T10:00:00.000Z",
- "endDate": "2025-05-31T10:00:00.000Z",
- "assignCoordinator": {
- "hrn": "string"
}, - "principalInvestigator": {
- "hrn": "string"
}, - "researchPersonnel": [
- {
- "hrn": "string",
- "roles": [
- {
- "hrn": "string"
}
], - "additionalRoles": "string",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "id": "b06eadcb-4c21-47a4-bb5c-c45408265c21"
}
], - "sponsor": {
- "hrn": "string"
}, - "associatedOrganizations": [
- {
- "hrn": "string"
}
], - "associatedInternalOrganizations": [
- {
- "hrn": "string"
}
], - "scope": "string",
- "drugsAndTechnology": "Lorem ipsum dolor sit amet.",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "supportingDocuments": [
- {
- "hrn": "string"
}
], - "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "adminContacts": [
- {
- "hrn": "string"
}
], - "relatedProjectHrn": "string"
}
}
]
}
[- {
- "hrn": "string",
- "correlationId": "string",
- "httpStatus": 0,
- "id": "string",
- "errors": {
- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
}
]
Updates the triggering event activity state record as specified in the request body. This creates activity logs.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
action required | string Enum: "AssignCoordinator" "CloseTriggeringEvent" "OpenTriggeringEvent" Example: AssignCoordinator Action to be performed on the Project. |
A JSON object that contains values for required and optional fields
required | object A single selection person chooser in which we select the coordinator. |
comments | string Comment on action performed. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "coordinator": {
- "id": "stahseen",
- "hrn": "hrn:hrs:persons:4596",
- "active": true,
- "lastName": "Changela",
- "firstName": "Vasu"
}, - "comments": "Something In Comment",
- "actionLogFormData": [
- {
- "label": "Assigned Coordinator",
- "displayString": "Vasu Changela",
- "name": "assigned coordinator",
- "formTitle": "Assign Coordinator"
}, - {
- "label": "Comments",
- "displayString": "Something In Comment",
- "name": "comments",
- "formTitle": "Assign Coordinator"
}
]
}
{- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
Returns a list of related Triggering Events associated to Person's Certifications.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "id": "string",
- "hrn": "string",
- "name": "string",
- "state": "string",
- "type": "string",
- "sponsor": "string",
- "context": "string",
- "associatedOrganizations": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
], - "relatedContextDp": [
- {
- "hrn": "string",
- "name": "string"
}
], - "associatedInternalOrganizations": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
], - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "customPropertyDp": [
- {
- "hrn": "string",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}
}
]
}
]
}
Manages the triggering event by creating a certification.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
Reinitiate the triggering event by reinitiating the certifications.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
Retrieves actions for action log by project hrn
and its accessibility to the user for triggering event.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": [
- {
- "actionId": "CloseTriggeringEvent",
- "applyFilter": true
}
]
}
Retrieves execution status of manage ,reinitiate certifications activity for triggering event.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
action_name required | string Example: reinitiate-certifications,manage-certifications Action name from TE (reinitiate-certifications, manage-certifications). |
{- "status": "RUNNING"
}
A certification is a project that contains disclosure profile details from a point in time, tracks the review of the disclosure profile, and documents the reviewers’ determinations and findings.
Use the Certification object to create, update, and review information of certifications for a research project.
Returns a list of current certifications.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "name": "string",
- "eventType": "string",
- "principalInvestigator": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "assignedReviewer": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "certificationType": "string",
- "researchProjectId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "projectStateId": "string",
- "previousProjectStateId": "string",
- "workflowState": "string",
- "discloserFirstName": "string",
- "discloserLastName": "string",
- "researchProjectName": "string",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "pendingDiscloserUpdate": true,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "triggeringEventProjectStateId": "string",
- "projectStateDisplayName": "string",
- "discloserName": "string",
- "sponsor": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "active": true
}, - "profileLastSubmittedDate": "2019-08-24T14:15:22Z",
- "researchProjectIdentifier": "string",
- "certificationTypeName": "string",
- "versions": [
- {
- "majorVersion": 0,
- "minorVersion": 0,
- "versionDescription": "string"
}
], - "coordinator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "employerName": "string",
- "secondaryUnitName": "string",
- "additionalUnitName": "string",
- "organizationName": "string"
}
]
}
Returns a list of Historical Certifications for triggering event.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "name": "string",
- "eventType": "string",
- "principalInvestigator": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "assignedReviewer": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "certificationType": "string",
- "researchProjectId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "projectStateId": "string",
- "previousProjectStateId": "string",
- "workflowState": "string",
- "discloserFirstName": "string",
- "discloserLastName": "string",
- "researchProjectName": "string",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "pendingDiscloserUpdate": true,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "triggeringEventProjectStateId": "string",
- "projectStateDisplayName": "string",
- "discloserName": "string",
- "sponsor": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "active": true
}, - "profileLastSubmittedDate": "2019-08-24T14:15:22Z",
- "researchProjectIdentifier": "string",
- "certificationTypeName": "string",
- "versions": [
- {
- "majorVersion": 0,
- "minorVersion": 0,
- "versionDescription": "string"
}
], - "coordinator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "employerName": "string",
- "secondaryUnitName": "string",
- "additionalUnitName": "string",
- "organizationName": "string"
}
]
}
Returns a list of previous certifications for triggering event.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "name": "string",
- "eventType": "string",
- "principalInvestigator": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "assignedReviewer": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "certificationType": "string",
- "researchProjectId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "projectStateId": "string",
- "previousProjectStateId": "string",
- "workflowState": "string",
- "discloserFirstName": "string",
- "discloserLastName": "string",
- "researchProjectName": "string",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "pendingDiscloserUpdate": true,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "triggeringEventProjectStateId": "string",
- "projectStateDisplayName": "string",
- "discloserName": "string",
- "sponsor": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "active": true
}, - "profileLastSubmittedDate": "2019-08-24T14:15:22Z",
- "researchProjectIdentifier": "string",
- "certificationTypeName": "string",
- "versions": [
- {
- "majorVersion": 0,
- "minorVersion": 0,
- "versionDescription": "string"
}
], - "coordinator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "employerName": "string",
- "secondaryUnitName": "string",
- "additionalUnitName": "string",
- "organizationName": "string"
}
]
}
Returns a list of all certifications for TE of current Principal Investigator and RPA.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "name": "string",
- "eventType": "string",
- "principalInvestigator": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "assignedReviewer": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "certificationType": "string",
- "researchProjectId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "projectStateId": "string",
- "previousProjectStateId": "string",
- "workflowState": "string",
- "discloserFirstName": "string",
- "discloserLastName": "string",
- "researchProjectName": "string",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "pendingDiscloserUpdate": true,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "triggeringEventProjectStateId": "string",
- "projectStateDisplayName": "string",
- "discloserName": "string",
- "sponsor": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "active": true
}, - "profileLastSubmittedDate": "2019-08-24T14:15:22Z",
- "researchProjectIdentifier": "string",
- "certificationTypeName": "string",
- "versions": [
- {
- "majorVersion": 0,
- "minorVersion": 0,
- "versionDescription": "string"
}
], - "coordinator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "employerName": "string",
- "secondaryUnitName": "string",
- "additionalUnitName": "string",
- "organizationName": "string"
}
]
}
Retrieve actions for action log by project hrn
and its accessibility to the user for certification.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:371 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": [
- {
- "actionId": "Withdraw",
- "applyFilter": false
}, - {
- "actionId": "AssignReviewer",
- "applyFilter": false
}, - {
- "actionId": "ReturnForReview",
- "applyFilter": false
}, - {
- "actionId": "SubmitReview",
- "applyFilter": false
}, - {
- "actionId": "SubmitMyReview",
- "applyFilter": false
}, - {
- "actionId": "SubmitCommitteeReview",
- "applyFilter": false
}, - {
- "actionId": "CommitteeReviewSaved",
- "applyFilter": false
}
]
}
Returns a list of certification snapshots.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:371 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": [
- {
- "requestId": "cb5da595-a331-47cf-88ad-efbe7274db1c",
- "versionNumber": 1,
- "version": "Snapshot 1.0",
- "fileName": "snapshot.pdf",
- "dateCreate": "2025-04-24T18:43:46.7380244+00:00",
- "snapshotEvent": "Disclosure Profile Submitted"
}
]
}
Return a list of certifications.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "certifications_id": 7,
- "id": "CERT00000007",
- "name": "Research certification for John Doe -TE100000005",
- "hrn": "string",
- "researchProjectId": "string",
- "dateCreated": "2023-04-14T08:05:39.974Z",
- "dateModified": "2023-04-14T08:05:42.168Z",
- "projectStateId": "AwaitingProfileUpdate",
- "certificationType": "Research",
- "discloserFirstName": "John",
- "discloserLastName": "Doe",
- "workflowState": "AwaitingProfileUpdate",
- "projectStateDisplayName": "Awaiting Profile Update",
- "researchProjectName": "test",
- "daysInCurrentState": 605,
- "discloserName": "John Doe",
- "certificationTypeName": "Research",
- "employerName": "Huron Consulting Group",
- "organizationName": "Huron Consulting Group"
}
]
}
NOTE: THIS IS MAINLY USED FOR MIGRATION OF LEGACY DATA.
Creates the certification record as specified in the request body, and returns system generated identifier Certification ID.
This operation is not idempotent (i.e., if it is executed multiple times, it will create multiple records, and return a different note ID for each one).
A JSON object that contains values for required and optional fields
object (CertificationData) |
{- "certification": {
- "name": "string",
- "id": "string",
- "sourceIdentifier": "string",
- "researchProjectId": "string",
- "discloser": {
- "hrn": "string"
}, - "project_state": "string",
- "assigned_reviewer": {
- "hrn": "string"
}, - "certification_type": "string",
- "review_stages": {
- "intermediateReviewStages": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string"
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string"
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
], - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string"
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string"
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
]
}, - "current_review_stage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string"
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string"
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}, - "customProperties": { },
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "clarificationResponseDueDate": "2019-08-24T14:15:22Z",
- "submittedDate": "2019-08-24T14:15:22Z",
- "management_plan": "string",
- "review": [
- {
- "sourceIdentifier": "string",
- "determination": {
- "hrn": "string"
}, - "followUpAction": {
- "hrn": "string"
}, - "conflicts": {
- "sourceIdentifier": "string",
- "status": "string",
- "description": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "sourceId": [
- ""
], - "isSatisfied": true
}, - "assignForCommittee": true,
- "isFinal": true,
- "isCommitteeReview": true,
- "reviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string"
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string"
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}, - "reviewer": "string",
- "reviewCompletedDate": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "notes": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "dateStageBegin": "2019-08-24T14:15:22Z"
}
], - "clarification": [
- {
- "sourceIdentifier": "string",
- "request_text": "string",
- "request_document": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "request_date": "2019-08-24T14:15:22Z",
- "date_created": "2019-08-24T14:15:22Z",
- "date_modified": "2019-08-24T14:15:22Z",
- "requestor": "string",
- "responseDate": "2019-08-24T14:15:22Z",
- "response_document": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "responseText": "string"
}
]
}
}
{- "hrn": "string"
}
NOTE: THIS IS MAINLY USED FOR MIGRATION OF LEGACY DATA.
Creates the certification record as specified in the request body, and returns system generated identifier Certification ID.
This operation is not idempotent (i.e., if it is executed multiple times, it will create multiple records, and return a different note ID for each one).
A JSON object that contains values for required and optional fields
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "id": "string",
- "name": "string",
- "sourceIdentifier": "string",
- "research_project_hrn": {
- "hrn": "string"
}, - "discloser": {
- "hrn": "string"
}, - "project_state": "string",
- "assigned_reviewer": {
- "hrn": "string"
}, - "certification_type": "Research",
- "review_stages": {
- "intermediateReviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string"
}, - "department": {
- "hrn": "string"
}, - "dedicatedReviewer": {
- "hrn": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string"
}
], - "shouldUseDefaultReviewer": true
}, - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string"
}, - "department": {
- "hrn": "string"
}, - "dedicatedReviewer": {
- "hrn": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string"
}
], - "shouldUseDefaultReviewer": true
}
]
}, - "current_review_stage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string"
}, - "department": {
- "hrn": "string"
}, - "dedicatedReviewer": {
- "hrn": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string"
}
], - "shouldUseDefaultReviewer": true
}, - "customProperties": { },
- "dateCreated": "2025-05-01T10:00:00.000Z",
- "dateModified": "2025-05-01T10:00:00.000Z",
- "clarificationResponseDueDate": "2025-05-01T10:00:00.000Z",
- "management_plan_hrn": {
- "hrn": "string"
}, - "review": [
- {
- "is_final": true,
- "is_committee_review": true,
- "determination_hrn": {
- "hrn": "string"
}, - "follow_up_action_hrn": {
- "hrn": "string"
}, - "conflicts": [
- {
- "id": 0,
- "conflictSatisfied": true,
- "nextMonitor": "2025-05-01T10:00:00.000Z",
- "monitorReports": [
- {
- "managementPlanDocument": null,
- "completionDate": null
}
]
}
], - "assign_for_committee": true,
- "reviewStages": {
- "intermediateReviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string"
}, - "department": {
- "hrn": "string"
}, - "dedicatedReviewer": {
- "hrn": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": null,
- "id": null,
- "active": null,
- "firstName": null,
- "lastName": null,
- "rights": [ ],
- "userId": null,
- "contactInformation": null,
- "employer": null,
- "organization": null,
- "secondaryUnit": null,
- "additionalUnit": null
}
], - "shouldUseDefaultReviewer": true
}, - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": null,
- "name": null
}, - "department": {
- "hrn": null,
- "name": null
}, - "dedicatedReviewer": {
- "hrn": null,
- "name": null
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- null
], - "shouldUseDefaultReviewer": true
}
]
}, - "reviewer_hrn": {
- "hrn": "string"
}, - "review_completed_date": "2025-05-01T10:00:00.000Z",
- "date_created": "2025-05-01T10:00:00.000Z",
- "date_modified": "2025-05-01T10:00:00.000Z",
- "management_plan_hrn": {
- "hrn": "string"
}, - "meeting_hrn": {
- "hrn": "string"
}, - "additional_action_needed": true,
- "submit_my_review_notes": "string",
- "submit_review_notes": "string",
- "submit_committe_review_notes": "string",
- "submit_my_review_document": [
- {
- "hrn": "string"
}
], - "submit_review_document": [
- {
- "hrn": "string"
}
], - "submit_committee_review_document": [
- {
- "hrn": "string"
}
]
}
], - "clarification": [
- {
- "request_text": "string",
- "request_document": [
- {
- "hrn": "string"
}
], - "request_date": "2019-08-24T14:15:22Z",
- "date_created": "2019-08-24T14:15:22Z",
- "date_modified": "2019-08-24T14:15:22Z",
- "requestor": {
- "hrn": "string"
}, - "response_date": "2019-08-24T14:15:22Z",
- "response_document": [
- {
- "hrn": "string"
}
], - "response_text": "string",
- "response_submitted": true,
- "clarification_response_due_date": "2019-08-24T14:15:22Z"
}
]
}
}
]
}
[- {
- "hrn": "string",
- "correlationId": "string",
- "httpStatus": 0,
- "id": "string",
- "errors": {
- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
}
]
Retrieves a certification based on HRN.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": {
- "hrn": "string",
- "id": "CERT00000002",
- "name": "certification type flex 1 certification for abc discloser",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "researchProjectId": "string",
- "dateCreated": "2025-04-15T18:26:25.4030130Z",
- "dateModified": "2025-04-15T18:26:25.4030130Z",
- "projectStateId": "AwaitingProfileUpdate",
- "previousProjectStateId": "AwaitingProfileUpdate",
- "workflowState": "AwaitingProfileUpdate",
- "certificationType": "certification-type-flex-1",
- "discloserFirstName": "John",
- "discloserLastName": "def",
- "researchProjectName": "Annual Triggering Event",
- "disclosureProfileHrn": "string",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "pendingDiscloserUpdate": true,
- "stateLastUpdated": "2025-05-05T07:45:35.000Z",
- "daysInCurrentState": 588,
- "projectStateDisplayName": "Awaiting Profile Update",
- "discloserName": "John Doe",
- "profileLastSubmittedDate": "2025-05-05T07:43:24.425Z",
- "certificationTypeName": "certification type flex 1",
- "principalInvestigator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "employerName": "Huron",
- "secondaryUnitName": "organization name",
- "additionalUnitName": "organization name",
- "organizationName": "Abott",
- "active": true,
- "certification_id": 22994,
- "eventType": "string",
- "assignedReviewer": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "reviewStages": {
- "intermediateReviewStages": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
], - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
]
}, - "currentReviewStage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}, - "templateName": "test temp 1234",
- "discloserProxy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "hasThresholdExceeded": true,
- "reviewDetermination": {
- "Determination": "string",
- "DeterminationDate": "2019-08-24T14:15:22Z"
}, - "isUserSeeAction": true,
- "isUserExecuteAction": true,
- "isBypassvisible": false,
- "isUserListedAsCurrentStageReviewer": false,
- "isUserListedAsFinalStageReviewer": false,
- "isUserAnAssignedReviewer": false,
- "isUserListedAsReviewerInAnyStage": false,
- "projectType": "Certification",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "additionalInfoNotes": "string",
- "determinationId": "string",
- "determination": {
- "hrn": "string",
- "name": "string"
}, - "finalReviewDeterminationId": {
- "hrn": "string",
- "name": "string"
}, - "assignedReviewerName": "",
- "certificationConflicts": [
- {
- "sourceIdentifier": "string",
- "status": "string",
- "description": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "sourceId": [
- ""
], - "isSatisfied": true
}
]
}
}
NOTE: THIS IS MAINLY USED FOR MIGRATION OF LEGACY DATA.
Update the certification name.
This operation is not idempotent (i.e., if it is executed multiple times, it will create multiple records, and return a different note ID for each one).
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
A JSON object that contains values for required and optional fields
{ }
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Retrieves a certification based on the state.
state required | string State of the certification (e.g., |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "CERT00133019",
- "certifications_id": 0,
- "name": "string",
- "researchProjectId": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "projectStateId": "string",
- "workflowState": "string",
- "certificationType": "string",
- "discloserFirstName": "string",
- "discloserLastName": "string",
- "researchProjectName": "string",
- "disclosureProfileHrn": "string",
- "reviewStages": {
- "data": {
- "reviewStages": {
- "intermediate_review_stages": [
- {
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- null
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": null,
- "addressLine2": null,
- "city": null,
- "stateProvince": { },
- "postalCode": null,
- "country": { },
- "phone": null,
- "email": null,
- "website": null
}, - "employer": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "organization": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "secondaryUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "additionalUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}
}, - "department": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": null,
- "id": null,
- "active": null,
- "firstName": null,
- "lastName": null,
- "rights": [ ]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
], - "final_review_stage": {
- "stageName": "Final Stage",
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOffice": "string"
}
}, - "newReviewStages": {
- "intermediate_review_stages": [
- {
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- null
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": null,
- "addressLine2": null,
- "city": null,
- "stateProvince": { },
- "postalCode": null,
- "country": { },
- "phone": null,
- "email": null,
- "website": null
}, - "employer": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "organization": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "secondaryUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "additionalUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}
}, - "department": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": null,
- "id": null,
- "active": null,
- "firstName": null,
- "lastName": null,
- "rights": [ ]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
], - "final_review_stage": {
- "stageName": "Final",
- "reviewType": "Distributed Review",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "active": true
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": null,
- "name": null,
- "description": null,
- "active": null,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": null,
- "name": null
}, - "postalCode": "string",
- "country": {
- "hrn": null,
- "name": null
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "organization": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}
}, - "distributedReviewType": "organization",
- "id": "4e76e34f-0974-4944-a8bb-2996bab9de76"
}
}, - "currentTemplateName": "RESEARCH",
- "newTemplateName": "Research"
}
}, - "currentReviewStage": {
- "data": {
- "reviewStages": {
- "intermediate_review_stages": [
- {
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- null
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": null,
- "addressLine2": null,
- "city": null,
- "stateProvince": { },
- "postalCode": null,
- "country": { },
- "phone": null,
- "email": null,
- "website": null
}, - "employer": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "organization": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "secondaryUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "additionalUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}
}, - "department": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": null,
- "id": null,
- "active": null,
- "firstName": null,
- "lastName": null,
- "rights": [ ]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
], - "final_review_stage": {
- "stageName": "Final Stage",
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOffice": "string"
}
}, - "newReviewStages": {
- "intermediate_review_stages": [
- {
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- null
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": null,
- "addressLine2": null,
- "city": null,
- "stateProvince": { },
- "postalCode": null,
- "country": { },
- "phone": null,
- "email": null,
- "website": null
}, - "employer": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "organization": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "secondaryUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "additionalUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}
}, - "department": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": null,
- "id": null,
- "active": null,
- "firstName": null,
- "lastName": null,
- "rights": [ ]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
], - "final_review_stage": {
- "stageName": "Final",
- "reviewType": "Distributed Review",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "active": true
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": null,
- "name": null,
- "description": null,
- "active": null,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": null,
- "name": null
}, - "postalCode": "string",
- "country": {
- "hrn": null,
- "name": null
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "organization": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}
}, - "distributedReviewType": "organization",
- "id": "4e76e34f-0974-4944-a8bb-2996bab9de76"
}
}, - "currentTemplateName": "RESEARCH",
- "newTemplateName": "Research"
}
}, - "personHrn": "string",
- "pendingDiscloserUpdate": true,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "triggeringEventProjectStateId": "string",
- "projectStateDisplayName": "string",
- "discloserName": "string",
- "profileLastSubmittedDate": "2019-08-24T14:15:22Z",
- "researchProjectIdentifier": "string",
- "certificationTypeName": "string",
- "principalInvestigator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "coordinator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "finalReviewDeterminationId": "string",
- "employerName": "string",
- "secondaryUnitName": "string",
- "additionalUnitName": "string",
- "organizationName": "string",
- "finalReviewDeterminationDate": "2019-08-24T14:15:22Z",
- "active": true
}
]
}
Retrieves a clarification based on ID. Clarification is used for sending questions/messages for the discloser.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "clarification_id": 4778,
- "certification_id": 13910,
- "cert_id": "CERT00066262",
- "tenant_id": 1,
- "disclosure_profile_hrn": "hrn:hrs:disclosureprofile:2290",
- "request_text": "test",
- "request_date": "2025-02-05T08:00:00.0000000Z",
- "date_created": "2025-02-05T15:34:57.0000000Z",
- "response_submitted": false,
- "additional_response_due_date": "2025-02-05T15:34:56.3198260Z",
- "additional_clarification_description": [
- {
- "dateCreated": "2025-02-05T15:34:57.1869374+00:00",
- "clarificationDescription": "test",
- "additionalClarificationDueDate": "2025-02-05T08:00:00Z",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
], - "requestor": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
}
Updates the certification activity state record as specified in the request body. This action creates activity logs and sends notifications.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
action required | string Enum: "AssignReviewer" "SubmitMyReview" "SubmitReview" "ResetReviewStages" "ApplyTag" "RemoveTag" "ReturnForReview" "AssignToCommitteeReview" "Withdraw" "RequestClarification" "ManageClarification" "SCRReview" "ReassignManagementPlan" "AssignToMeeting" "RemoveFromAgenda" Example: assignreviewer Action ID of a particular action. |
A JSON object that contains values for required and optional fields
required | object (MigrateOrImportPersonHrn) ^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
customProperties | object Custom properties or additional fields. |
{- "reviewer": {
- "hrn": "string"
}, - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Updates the certification activity state record as specified in the request body. This action creates activity logs and sends notifications.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
action required | string Value: "AssignReviewer" Example: assignreviewer Action ID of a particular action. |
A JSON object that contains values for required and optional fields
required | object (MigrateOrImportPersonHrn) ^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
customProperties | object Custom properties or additional fields. |
{- "reviewer": {
- "hrn": "hrn:hrs:persons:4596"
}, - "actionLogFormData": [
- {
- "label": "nulla ex est",
- "displayString": "non pariatur nulla",
- "name": "tempor",
- "formTitle": "aute id sint"
}, - {
- "label": "ad minim elit enim",
- "displayString": "nostru",
- "name": "enim aliqua in consequat",
- "formTitle": "et Duis veniam incididunt"
}
]
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Retrieves certifications of a research project.
researchProjectId required | string Unique ID of the research project. |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "CERT00000002",
- "name": "certification type flex 1 certification for abc discloser",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "researchProjectId": "string",
- "dateCreated": "2025-04-15T18:26:25.4030130Z",
- "dateModified": "2025-04-15T18:26:25.4030130Z",
- "projectStateId": "AwaitingProfileUpdate",
- "previousProjectStateId": "AwaitingProfileUpdate",
- "workflowState": "AwaitingProfileUpdate",
- "certificationType": "certification-type-flex-1",
- "discloserFirstName": "John",
- "discloserLastName": "def",
- "researchProjectName": "Annual Triggering Event",
- "disclosureProfileHrn": "string",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "pendingDiscloserUpdate": true,
- "stateLastUpdated": "2025-05-05T07:45:35.000Z",
- "daysInCurrentState": 588,
- "projectStateDisplayName": "Awaiting Profile Update",
- "discloserName": "John Doe",
- "profileLastSubmittedDate": "2025-05-05T07:43:24.425Z",
- "certificationTypeName": "certification type flex 1",
- "principalInvestigator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "employerName": "Huron",
- "secondaryUnitName": "organization name",
- "additionalUnitName": "organization name",
- "organizationName": "Abott",
- "active": true,
- "certifications_id": 2,
- "reviewStages": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
], - "currentReviewStage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}, - "triggeringEventProjectStateId": "Open",
- "researchProjectIdentifier": "TE00000001",
- "coordinator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "finalReviewDeterminationId": {
- "hrn": "string",
- "name": "string"
}, - "finalReviewDeterminationDate": "2025-01-01T00:00:00.000Z"
}
]
}
Retrieves review information of certifications based on HRN.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": {
- "reviewStagesInformation": [
- {
- "order": 1,
- "type": "Distributed Review",
- "name": "Stage Test 1",
- "routing": "",
- "reviewer": {
- "personId": 0,
- "active": false
}, - "completedBy": "",
- "reviews": [
- { }
], - "conflicts": [
- {
- "conflictId": 12161,
- "reviewId": 21958,
- "certificationId": 20845,
- "dateCreated": "2023-09-21T04:00:00Z",
- "dateModified": "2023-09-22T04:00:00Z",
- "description": "Conflict 2",
- "status": "Eliminated",
- "isSatisfied": true,
- "disclosureEntities": [
- "hrn:hrs:discloserentity:13197",
- "hrn:hrs:discloserentity:13131"
], - "disclosureEntitiesDisplayName": "a107",
- "certificationName": "Research certification for Parmod . - TE100000383",
- "researchProjectName": "Test TE 14 M9",
- "researchProjectId": "TE001469",
- "certificationHrn": "string",
- "researchProjectHrn": "string",
- "researchProject": "TE001469 - Test TE 14 M9"
}
], - "isFinalStage": false,
- "current": false,
- "skipped": false
}
], - "latestIntermediate": [
- { }
], - "previousFinalReviews": [
- { }
], - "committeeReviews": [
- {
- "committeeHrn": "string",
- "committeeName": "0907 2",
- "meetingHrn": "string",
- "meetingName": "0907 2 meeting on 4/12/2025 12:00 AM",
- "workflowStatus": "CommitteeReview",
- "review": {
- "reviewId": 0,
- "certificationId": 234,
- "additionalActionNeeded": false,
- "reviewCompletedDate": "0001-01-01T00:00:00",
- "dateCreated": "0001-01-01T00:00:00",
- "isFinal": false,
- "isCommitteeReview": false
}, - "conflicts": [
- {
- "conflictId": 12161,
- "reviewId": 21958,
- "certificationId": 20845,
- "dateCreated": "2023-09-21T04:00:00Z",
- "dateModified": "2023-09-22T04:00:00Z",
- "description": "Conflict 2",
- "status": "Eliminated",
- "isSatisfied": true,
- "certificationName": "Research certification for Parmod . - TE100000383",
- "researchProjectName": "Test TE 14 M9",
- "researchProjectId": "TE001469",
- "certificationHrn": "string",
- "researchProjectHrn": "string",
- "researchProject": "TE001469 - Test TE 14 M9"
}
]
}
]
}
}
Retrieves assigned reviewer details based on HRN.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
]
}
Retrieves current-review-stages and new-review-stages information of a certifications.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": {
- "reviewStages": {
- "intermediate_review_stages": [
- {
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- "string"
]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
], - "final_review_stage": {
- "stageName": "Final Stage",
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOffice": "string"
}
}, - "newReviewStages": {
- "intermediate_review_stages": [
- {
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- "string"
]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
], - "final_review_stage": {
- "stageName": "Final",
- "reviewType": "Distributed Review",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "active": true
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "organization",
- "id": "4e76e34f-0974-4944-a8bb-2996bab9de76"
}
}, - "currentTemplateName": "RESEARCH",
- "newTemplateName": "Research"
}
}
Retrieves all stages intermediate review stages and final review stage information of the certifications.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": {
- "intermediateReviewStages": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
], - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
]
}
}
Retrieves plan certifications for reassign certification action.
hrn required | string^hrn:hrs:managementplan:[0-9]+$ Example: hrn:hrs:managementplan:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "name": "string",
- "conflicts": [
- "string"
], - "entities": [
- "string"
]
}
]
}
Returns a list of Research Certifications Portfolio.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "CERT00000002",
- "name": "certification type flex 1 certification for abc discloser",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "researchProjectId": "string",
- "dateCreated": "2025-04-15T18:26:25.4030130Z",
- "dateModified": "2025-04-15T18:26:25.4030130Z",
- "projectStateId": "AwaitingProfileUpdate",
- "previousProjectStateId": "AwaitingProfileUpdate",
- "workflowState": "AwaitingProfileUpdate",
- "certificationType": "certification-type-flex-1",
- "discloserFirstName": "John",
- "discloserLastName": "def",
- "researchProjectName": "Annual Triggering Event",
- "disclosureProfileHrn": "string",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "pendingDiscloserUpdate": true,
- "stateLastUpdated": "2025-05-05T07:45:35.000Z",
- "daysInCurrentState": 588,
- "projectStateDisplayName": "Awaiting Profile Update",
- "discloserName": "John Doe",
- "profileLastSubmittedDate": "2025-05-05T07:43:24.425Z",
- "certificationTypeName": "certification type flex 1",
- "principalInvestigator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "employerName": "Huron",
- "secondaryUnitName": "organization name",
- "additionalUnitName": "organization name",
- "organizationName": "Abott",
- "active": true,
- "certifications_id": 2,
- "reviewStages": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
], - "currentReviewStage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}, - "triggeringEventProjectStateId": "Open",
- "researchProjectIdentifier": "TE00000001",
- "coordinator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "finalReviewDeterminationId": {
- "hrn": "string",
- "name": "string"
}, - "finalReviewDeterminationDate": "2025-01-01T00:00:00.000Z"
}
]
}
Retrieves final review and latest review information of the certifications.
hrn required | string Example: hrn:hrs:certification:114 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "hrn": "string",
- "id": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "name": "string",
- "eventType": "string",
- "principalInvestigator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "assignedReviewer": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "certificationType": "Research"
}
Central Action allows an administrator to execute activities on multiple projects at once.
Use the Central Action object to create, update, and review the central action activities.
Based on the institution's settings, a proxy can perform various actions on behalf of the discloser.
Returns a list of proxy assignments.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "hrn:hrs:centralactions:283",
- "proxy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "isDiscloserActionAllowed": true,
- "isParActionAllowed": true,
- "assignedBy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "dateCreated": "2024-03-04T04:09:10.000Z",
- "dateModified": "2024-03-06T03:04:01.157Z",
- "createdBy": "string",
- "isActive": true,
- "proxyDisplayName": "John Doe",
- "discloserDisplayName": "Jane Doe",
- "assignedByDisplayName": "Richard Roe"
}
]
}
A workflow template is used for certifications to be reviewed. Not all the certifications require a review. The certifications that require review are routed according to the applicable workflow template.
Returns a list of review workflow templates.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "templateName": "string",
- "templateId": 0,
- "priority": 0,
- "finalReviewStage": {
- "id": "cb36f6b1-c8c0-49d4-90cd-50187e32c073",
- "stageName": "string",
- "reviewType": "string",
- "distributedReviewType": "string",
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "intermediateReviewStages": [
- {
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- "string"
]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
], - "dateCreated": "2024-04-10T18:26:41.371Z",
- "dateModified": "2024-07-27T04:06:34.020Z",
- "createdBy": "string",
- "isActive": true,
- "id": "e2f0ea5b-d8ac-4d3c-adc1-cf2d82bd83d1"
}
]
}
A proxy is a person who is authorized to manage disclosures for a discloser.
Returns a list of eligible proxies.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "eligibleProxyId": 568,
- "proxy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "dateCreated": "2024-10-01T20:50:06.7124730Z",
- "dateModified": "2024-10-01T20:50:06.7124730Z",
- "createdBy": "string",
- "isActive": true,
- "firstName": "Roshan",
- "lastName": "Misal",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "hrn": "string",
- "name": "Roshan Misal"
}
]
}
An admin office is a central office (such as Research Compliance, General Counsel, Provost’s Office, Procurement) that consists of individuals who can review certifications, pre-approval requests, or other activities in the COI system.
Returns a list of admin offices.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "officeId": "368ec50e-83d0-472b-97e9-19b398a603ae",
- "administrativeBackupReviewer": "string",
- "name": "Adm Office 1",
- "defaultReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "staff": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "isActive": false,
- "dateCreated": "2024-03-30T19:37:22.2654760Z",
- "dateModified": "2025-05-05T07:12:51.0374110Z",
- "createdBy": "string",
- "tenantId": 1
}
]
}
A certification is created automatically by the system or manually by the COI Administrator (COIA). There are multiple certification types.
Non-research: Generic certification types that you configure so the reviews occur at intervals that meet your institution’s policies.
Research: This purpose-built certification type is meant for reviews driven primarily by specific research projects instead of configured intervals.
Returns a list of certification types with category.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "certificationTypeName": "certification type flex 1",
- "certificationTypeDescription": "",
- "associateCategory": "Category 1",
- "personnelCount": 683,
- "categoryId": "2516e2ac-2600-4ee0-a7dd-e133b886af6e",
- "certiicationTypeId": "certification-type-flex-1"
}
]
}
Returns a list of categories.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "categoryName": "string",
- "description": "string",
- "countOfPersonnel": 0,
- "appliesTo": "string",
- "id": "cb36f6b1-c8c0-49d4-90cd-50187e32c073"
}
]
}
Returns a list of categories by its HRN.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "categoryId": "456738D8-9113-4D7C-AB85-5EA04D1499A3",
- "IsActive": false
}
]
}
Updates the Central Action activity state record as specified in the request body and creates activity logs.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
action required | string Enum: "ManageProxyAssignments" "ManageEligibleProxies" "AdminOffices" "deactivatedisclosureprofiles" "reactivatedisclosureprofiles" "ManageWriteInEntities" "ReviewWorkflowTemplates" Example: ManageProxyAssignments Action ID. |
A JSON object that contains values for required and optional fields
object (ProxyAssignment) | |
Array of objects (actionLogFormData) Metadata about the form fields shown in the action log interface. |
{- "manageProxyAssignments": {
- "proxy": {
- "hrn": "string"
}, - "discloser": [
- {
- "hrn": "string"
}
], - "isDiscloserActionAllowed": true,
- "isParActionAllowed": true,
- "actionLogFormData": [
- {
- "name": "ReactivateProfileComment",
- "label": "Describe the reason for reactivating this disclosure profile",
- "displayString": "fdgfdgdf",
- "formTitle": "Reactivate Disclosure Profile"
}
]
}, - "actionLogFormData": [
- {
- "name": "ReactivateProfileComment",
- "label": "Describe the reason for reactivating this disclosure profile",
- "displayString": "fdgfdgdf",
- "formTitle": "Reactivate Disclosure Profile"
}
]
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Updates the Central Action activity state record as specified in the request body and creates activity logs.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
action required | string Enum: "CreateCertificationsBulkProcess" "ManageCategoryPersonnelBulkProcess" "CreateDisclosureProfileBulkProcess" "ExpireTrainingBulkProcess" "ForceProfileUpdateBulkProcess" Example: managecategorypersonnelbulkprocess Action ID. |
A JSON object that contains values for required and optional fields
required | Array of objects (PersonRef) Information about persons. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "persons": [
- {
- "hrn": "string"
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Retrieves actions for action log by project hrn
and its accessibility to the user.
hrn required | string Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": [
- {
- "actionId": "Withdraw",
- "applyFilter": false
}
]
}
Retrieves execution status of the latest bulk processing activity on COI Central Actions.
action required | string Example: manage-category-personnel, expire-training Central Actions action ID. |
{- "status": "string",
- "executionArn": "string"
}
Returns a list of execution status records of the latest bulk processing activity on COI Central Actions.
action required | string Example: manage-category-personnel, expire-training Central Actions action ID. |
status required | string Status of the action. |
[- {
- "personName": "string",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}
}
]
Retrieves execution status of the latest bulk processing activity on COI Central Actions.
status required | string Status of the action. |
executionid required | string Unique execution ID. |
actionid required | string Example: manage-category-personnel, expire-training Central Actions action ID. |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": {
- "Id": "string",
- "Name": "string"
}, - "data": [
- {
- "id": 0,
- "actionId": "string",
- "executionArn": "string",
- "dateCreated": "2019-08-24T14:15:22Z"
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
Returns a list of all personnel. To list personnel's details use filter [active]= true
.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": {
- "Id": "string",
- "Name": "string"
}, - "data": [
- {
- "name": "string",
- "hrn": "string",
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "activeItems": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
Returns a count of all personnel.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
[- {
- "count": 0
}
]
Category personnel are the list of users assigned to a COI category. A category uses a common set of criteria for prompting the personnel to disclose or take COI training.
Returns a list of category personnel based on the category.
category required | string Example: Research, nonresearch1 Category Id. To add multiple categories, use a comma-separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "data": [
- {
- "name": "string",
- "hrn": "string",
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "activeItems": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
Checks requiring profiles for disclosure profile.
A JSON object that contains values for required and optional fields
Array of objects (RequiringPerson) |
{- "personnel": [
- {
- "personHrn": {
- "hrn": "string"
}, - "name": "lorem ipsum"
}
]
}
{- "data": { }
}
Settings permit to make changes to some of the look and feel elements, as well as giving the ability to select from a variety of specific functional behaviors in the COI module.
Setting to manage Proxies. Retrieves proxy settings for the discloser to enable different levels of privilege for proxies. This involves the process of accessing and configuring proxy settings for a discloser.
{- "enableProxyFunctionality": "string",
- "allowProxyDiscloserProfile": "string",
- "allowProxyCompleteDiscloserProfile": "string",
- "allowProxySubmitPreApprovalRequest": "string",
- "allowProxyClarificationsRequest": "string",
- "allowProxyReview": "string",
- "allowDiscloserManageProxy": "string"
}
Retrieves disclosure types Settings which involves retrieving various disclosure types that enable a discloser to report their outside activities and/or financial interests.
{- "id": "string",
- "disclosureTypesName": "string",
- "disclosureTypesDescription": "string",
- "disclosureTypesCategories": [
- {
- "id": "string"
}
], - "disclosureTypesStatus": true,
- "disclosureTypeDisplayOrder": 0,
- "disclosureType": "string",
- "enableCapturingVentureCapital": true
}
Retrieves request types Settings which involves retrieving various request types.
{- "id": "string",
- "disclosureTypesName": "string",
- "disclosureTypesDescription": "string",
- "disclosureTypesCategories": [
- {
- "id": "string"
}
], - "disclosureTypesStatus": true,
- "disclosureTypeDisplayOrder": 0,
- "disclosureType": "string",
- "enableCapturingVentureCapital": true
}
Retrieves relation to discloser settings for the disclosure of various relationships or affiliations pertaining to the discloser. This process involves retrieving and managing settings that define how various relationships or affiliations of a discloser are disclosed.
{- "relationtoDiscloser": [
- {
- "id": "string",
- "relationToDiscloserName": "string",
- "relationToDiscloserIsActive": true,
- "relationToDiscloserDisplayOrder": 0
}
]
}
Retrieves disclosure profile settings to set different instructions. This process involves accessing and configuring disclosure profile settings to establish various instructions or guidelines.
{- "daysSponsoredTravelRemainsActive": 0,
- "disclosureProfileInstructionsAndPolicy": "string",
- "foreignInfluenceAttestation": "string",
- "completeDisclosureProfileUpdateActivityAttestation": "string"
}
Retrieves added custom fields to SmartForms.
{- "daysSponsoredTravelRemainsActive": 0,
- "disclosureProfileInstructionsAndPolicy": "string",
- "foreignInfluenceAttestation": "string",
- "completeDisclosureProfileUpdateActivityAttestation": "string"
}
Retrieve event types for triggering event. This process involves retrieving specific event types that can trigger event.
{- "relationtoDiscloser": [
- {
- "id": "string",
- "eventTypeName": "string",
- "eventTypeStatus": true,
- "eventTypeDisplayOrder": 0
}
]
}
Retrieves in-kind support types for discloser type in-kind support. This process involves retrieving various types of in-kind support that a discloser may receive or provide.
{- "inKindSupport": [
- {
- "id": "string",
- "inKindSupportName": "string",
- "inKindSupportDescription": "string",
- "inKindSupportStatus": true,
- "inKindSupportDisplayOrder": 0
}
]
}
Retrieves certification types used to define certification for a research project. This process involves retrieving and categorizing different types of certifications that can be applied to define the certification status of a research project.
{- "certificationTypes": [
- {
- "id": "string",
- "certificationTypeName": "string",
- "certificationTypeDescription": "string",
- "certificationTypeIsActive": true,
- "certificationTypedisplayOrder": 0,
- "reviewWorkflowTemplate": "string",
- "allowDefaultTemplateOverride": true,
- "restartReviewWorflow": "string",
- "allowCommitteeReview": "string",
- "certificationTextDisplay": "string",
- "enforceWorkflowStoppage": "string",
- "associatedCategories": "string",
- "requireResearchCertification": "string",
- "disclosureTypeDetails": [
- {
- "disclosureTypesName": "string",
- "anyOfThisType": "string",
- "totalValues": [
- {
- "fieldName": "string"
}
]
}
], - "totalDollars": 0,
- "totalTimes": 0,
- "isThreshold": "string",
- "isFlagAsForeign": "string",
- "sponsoredTravelExceed": "string",
- "utilizeResearchPortfolio": "string",
- "researchPortfolioTask": [
- "string"
], - "whenCertificationCreated": [
- "string"
], - "UnknownEquity": "string",
- "IntellectualProperty": "string",
- "NonPublicTraded": "string",
- "isNewCertOnProfileUpdate": true,
- "sponsorTravelThreshold": "string",
- "timeThresholds": "string",
- "dollarThresholds": "string",
- "hasThresholds": true,
- "foreignEntityFlagged": true,
- "isReviewRequired": true
}
]
}
Retrieves COI Categories for certifications. This process involves retrieving and categorizing COI categories specifically relevant to certifications.
[- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
Retrieve a list of SmartForm Steps applicable for COI SmartForms. This process involves retrieving a comprehensive list of SmartForm Steps specifically designed and applicable for COI SmartForms.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": {
- "Id": "string",
- "Name": "string"
}, - "data": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
Retrieves a SmartForm Step with the provided step ID.
id required | string Unique Step ID. |
{- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
Updates partial data in specified SmartForm Step record specified by the ID to reflect values included in the request body, which includes certain properties in appropriate JSON format. Fields with dependencies are still validated, even though those fields are not in the request body.
This operation is idempotent (i.e., if it is submitted multiple times, it will have the same effect as it did the first time).
id required | string Unique Step ID. |
A JSON object including partial fields
stepId | integer Unique ID of the SmartForm step. |
id | integer Unique ID of the SmartForm step for database reference. |
title | string Title of the SmartForm step. |
displayOrder | number Display order of the SmartForm step (e.g., 1,2). |
projectType | string Type of COI project to which the step is assigned (e.g., Disclosure Profile, Management Plan, Retrospective Review, Triggering Event, Pre Approval Request). |
Array of objects (COISettingsCOICategories) [ items ] List of active Categories to which step is assigned. This setting option will display only if | |
active | boolean Indicates whether the step is active. The values are true or false. |
showToAllDisclosers | boolean Indicates whether the step is shown to all disclosers. The values are true or false. NOTE: This field is applicable only to disclosure profile and Pre-Approval Request project types. |
dateCreated | string <date-time> The timestamp when the category was created. |
dateModified | string <date-time> The timestamp when the category was last updated. |
categoriesNames | string Name of the categories to which step is assigned. |
{- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
A disclosure profile is a project or record that tracks the discloser’s interests and training status. COI Administrators (COIAs) create a disclosure profile for individuals who need to disclose a conflict of interest that might affect the integrity of research studies at their institution.
Removes complete COI training tasks for the inactivated categories.
action required | string Example: RemoveTrainingTasks Action ID of the action that needs to be executed. |
A JSON object that contains values for required and optional fields
Central Action Activity Data.
{ }
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Returns a list of disclosure profiles. It supports query parameters for filtering and pagination. If no query parameter(s) is specified, all the disclosure profiles will be returned.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "disclosureHrn": {
- "hrn": "string",
- "name": "string"
}, - "id": "DP00000025",
- "profileId": 0,
- "name": "Disclosure Profile for Huron Administrator",
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "discloserProxy": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "requiresProfileUpdate": true,
- "dateCreated": "2023-04-14T11:55:33.020703Z",
- "dateModified": "2025-05-07T06:31:50.250883Z",
- "hasAcceptedTrainingMaterials": true,
- "hasOutsideActivities": true,
- "isActive": true,
- "projectStateId": "ActionRequired",
- "previousProjectStateId": "NoActionRequired",
- "workflowState": "string",
- "firstName": "string",
- "lastName": "string",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "hasAcceptedData": [
- {
- "categoryId": "c9b95987-ff2e-4bae-90b9-c3a686f6fe34",
- "categoryName": "Research",
- "trainingExpirationdate": "2026-04-15T09:49:52.1581046+00:00",
- "hasAcceptedTraining": true
}
], - "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "disclosureProfileHrn": "string",
- "hasVentureCaptalEnableAsEquityDisclosuer": true,
- "isApplicableToAllPersonnel": true,
- "managementPlanCount": 0,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "projectStateDisplayName": "string",
- "profileUpdatedDate": "2019-08-24T14:15:22Z",
- "active": true,
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": null,
- "name": null,
- "url": null,
- "category": null,
- "dateCreated": null,
- "version": null,
- "fileKey": null,
- "documentScanned": null
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
], - "researchTrainingDate": "2025-03-22T11:36:16.893619Z",
- "isLastTrainingCompleted": false,
- "disclosureProxyHrn": {
- "hrn": "string",
- "name": "string"
}, - "tags": [
- {
- "name": "ABRC",
- "active": false,
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
], - "stateLastUppdated": "2025-04-07T06:02:46.15192Z",
- "versions": [
- {
- "minorVersion": 0,
- "majorVersion": 1,
- "versionDescription": "Disclosure Profile Update Completed"
}
], - "isCustomPropertiesModified": true,
- "discloserDisplayName": "Huron Administrator",
- "emailDisplayName": "admin@hcg.com",
- "isSfUpdated": true,
- "isCompleteProxyCompleted": false,
- "hasOutstandingPortfolioTasks": true,
- "foreignTalentDescription": "ggggdfgdfg gg gg aa aaa",
- "hasApplicantOrParticipant": true,
- "hasActiveStartupPackage": true,
- "hasStartupCompanyIntellectual": true,
- "hasThresholdExceeded": true,
- "IsResolvePortfolioVisible": false,
- "IsDiscloserPresentInOffices": false,
- "IsDiscloserHasCoia": true,
- "isUserIsAssignReviewer": true,
- "currentUserHasAccessToDp": true,
- "portfolioReviewTaskAssignedTo": [
- {
- "id": {
- "hrn": "string",
- "name": "string"
}, - "personId": 0,
- "firstName": "Vasu",
- "lastName": "Changela",
- "name": "Vasu Changela",
- "contactInformation": {
- "addressLine1": "d",
- "addressLine2": "",
- "postalCode": "",
- "phone": "",
- "email": "vchangela@hcg.com",
- "city": ""
}, - "active": false,
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "organisationName": "Huron Consulting Group",
- "email": "admin@hcg.com",
- "customProperties": { },
- "dpDraftData": {
- "isActive": false,
- "profileId": 0,
- "dateCreated": "0001-01-01T00:00:00",
- "isSfUpdated": false,
- "customProperties": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "managementPlanCount": 0,
- "hasThresholdExceeded": true,
- "requiresProfileUpdate": false,
- "hasActiveStartupPackage": false,
- "isLastTrainingCompleted": false,
- "foreignTalentDescription": "ggggdfgdfg",
- "isCompleteProxyCompleted": false
}, - "employerName": "",
- "secondaryUnitName": "",
- "additionalUnitName": "",
- "organizationName": "",
- "isMpAssociatedEntityUpdated": true,
- "gracePeriodData": {
- "lastForceProfileUpdatedDate": "2025-03-03T03:49:09.7122354Z",
- "lastTraningExpiredDate": "2025-04-08T04:48:10.2308965Z",
- "lockedHasThresholdExceeded": true
}, - "draftCustomData": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "stepFormData": [
- {
- "stepName": "flexstep1",
- "formData": [
- {
- "name": "Testing",
- "label": "testt",
- "value": 1,
- "fieldType": "number"
}
]
}
], - "entityDraftData": [
- {
- "profileId": 25,
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "dateCreated": "2025-03-21T15:29:49Z",
- "dateModified": "2025-03-21T15:29:49Z",
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityId": "88104c1b-6be6-4739-931b-4eb2cdd1fec2",
- "entityDetail": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "AstraZeneca",
- "active": false
}, - "entityInformation": {
- "isPubliclyTraded": false,
- "isForeign": false,
- "active": false
}, - "disclosureTypeId": "Travel",
- "writeInEntity": { },
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 0,
- "totalDuration": 0,
- "entitySource": "DisclosureProfile",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "hasOutsideActivities": true,
- "customProperties": {
- "B": "33"
}
}
]
}
]
}
Retrieves a disclosure profile based on HRN for certification SmartForm.
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:26 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": {
- "hrn": "string",
- "disclosureHrn": {
- "hrn": "string",
- "name": "string"
}, - "id": "DP00000025",
- "profileId": 0,
- "name": "Disclosure Profile for Huron Administrator",
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "discloserProxy": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "requiresProfileUpdate": true,
- "dateCreated": "2023-04-14T11:55:33.020703Z",
- "dateModified": "2025-05-07T06:31:50.250883Z",
- "hasAcceptedTrainingMaterials": true,
- "hasOutsideActivities": true,
- "isActive": true,
- "projectStateId": "ActionRequired",
- "previousProjectStateId": "NoActionRequired",
- "workflowState": "string",
- "firstName": "string",
- "lastName": "string",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "hasAcceptedData": [
- {
- "categoryId": "c9b95987-ff2e-4bae-90b9-c3a686f6fe34",
- "categoryName": "Research",
- "trainingExpirationdate": "2026-04-15T09:49:52.1581046+00:00",
- "hasAcceptedTraining": true
}
], - "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "disclosureProfileHrn": "string",
- "hasVentureCaptalEnableAsEquityDisclosuer": true,
- "isApplicableToAllPersonnel": true,
- "managementPlanCount": 0,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "projectStateDisplayName": "string",
- "profileUpdatedDate": "2019-08-24T14:15:22Z",
- "active": true,
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": null,
- "name": null,
- "description": null,
- "active": null,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
], - "researchTrainingDate": "2025-03-22T11:36:16.893619Z",
- "isLastTrainingCompleted": false,
- "disclosureProxyHrn": {
- "hrn": "string",
- "name": "string"
}, - "tags": [
- {
- "name": "ABRC",
- "active": false,
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
], - "stateLastUppdated": "2025-04-07T06:02:46.15192Z",
- "versions": [
- {
- "minorVersion": 0,
- "majorVersion": 1,
- "versionDescription": "Disclosure Profile Update Completed"
}
], - "isCustomPropertiesModified": true,
- "discloserDisplayName": "Huron Administrator",
- "emailDisplayName": "admin@hcg.com",
- "isSfUpdated": true,
- "isCompleteProxyCompleted": false,
- "hasOutstandingPortfolioTasks": true,
- "foreignTalentDescription": "ggggdfgdfg gg gg aa aaa",
- "hasApplicantOrParticipant": true,
- "hasActiveStartupPackage": true,
- "hasStartupCompanyIntellectual": true,
- "hasThresholdExceeded": true,
- "IsResolvePortfolioVisible": false,
- "IsDiscloserPresentInOffices": false,
- "IsDiscloserHasCoia": true,
- "isUserIsAssignReviewer": true,
- "currentUserHasAccessToDp": true,
- "portfolioReviewTaskAssignedTo": [
- {
- "id": {
- "hrn": "string",
- "name": "string"
}, - "personId": 0,
- "firstName": "Vasu",
- "lastName": "Changela",
- "name": "Vasu Changela",
- "contactInformation": {
- "addressLine1": "d",
- "addressLine2": "",
- "postalCode": "",
- "phone": "",
- "email": "vchangela@hcg.com",
- "city": ""
}, - "active": false,
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "organisationName": "Huron Consulting Group",
- "email": "admin@hcg.com",
- "customProperties": { },
- "dpDraftData": {
- "isActive": false,
- "profileId": 0,
- "dateCreated": "0001-01-01T00:00:00",
- "isSfUpdated": false,
- "customProperties": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "managementPlanCount": 0,
- "hasThresholdExceeded": true,
- "requiresProfileUpdate": false,
- "hasActiveStartupPackage": false,
- "isLastTrainingCompleted": false,
- "foreignTalentDescription": "ggggdfgdfg",
- "isCompleteProxyCompleted": false
}, - "employerName": "",
- "secondaryUnitName": "",
- "additionalUnitName": "",
- "organizationName": "",
- "isMpAssociatedEntityUpdated": true,
- "gracePeriodData": {
- "lastForceProfileUpdatedDate": "2025-03-03T03:49:09.7122354Z",
- "lastTraningExpiredDate": "2025-04-08T04:48:10.2308965Z",
- "lockedHasThresholdExceeded": true
}, - "draftCustomData": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "stepFormData": [
- {
- "stepName": "flexstep1",
- "formData": [
- {
- "name": "Testing",
- "label": "testt",
- "value": 1,
- "fieldType": "number"
}
]
}
], - "entityDraftData": [
- {
- "profileId": 25,
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "dateCreated": "2025-03-21T15:29:49Z",
- "dateModified": "2025-03-21T15:29:49Z",
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityId": "88104c1b-6be6-4739-931b-4eb2cdd1fec2",
- "entityDetail": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "AstraZeneca",
- "active": false
}, - "entityInformation": {
- "isPubliclyTraded": false,
- "isForeign": false,
- "active": false
}, - "disclosureTypeId": "Travel",
- "writeInEntity": { },
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 0,
- "totalDuration": 0,
- "entitySource": "DisclosureProfile",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "hasOutsideActivities": true,
- "customProperties": {
- "B": "33"
}
}
]
}
}
Retrieves a disclosure profile based on HRN.
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:26 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": {
- "hrn": "string",
- "disclosureHrn": {
- "hrn": "string",
- "name": "string"
}, - "id": "DP00000025",
- "profileId": 0,
- "name": "Disclosure Profile for Huron Administrator",
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "discloserProxy": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "requiresProfileUpdate": true,
- "dateCreated": "2023-04-14T11:55:33.020703Z",
- "dateModified": "2025-05-07T06:31:50.250883Z",
- "hasAcceptedTrainingMaterials": true,
- "hasOutsideActivities": true,
- "isActive": true,
- "projectStateId": "ActionRequired",
- "previousProjectStateId": "NoActionRequired",
- "workflowState": "string",
- "firstName": "string",
- "lastName": "string",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "hasAcceptedData": [
- {
- "categoryId": "c9b95987-ff2e-4bae-90b9-c3a686f6fe34",
- "categoryName": "Research",
- "trainingExpirationdate": "2026-04-15T09:49:52.1581046+00:00",
- "hasAcceptedTraining": true
}
], - "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "disclosureProfileHrn": "string",
- "hasVentureCaptalEnableAsEquityDisclosuer": true,
- "isApplicableToAllPersonnel": true,
- "managementPlanCount": 0,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "projectStateDisplayName": "string",
- "profileUpdatedDate": "2019-08-24T14:15:22Z",
- "active": true,
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": null,
- "name": null,
- "description": null,
- "active": null,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
], - "researchTrainingDate": "2025-03-22T11:36:16.893619Z",
- "isLastTrainingCompleted": false,
- "disclosureProxyHrn": {
- "hrn": "string",
- "name": "string"
}, - "tags": [
- {
- "name": "ABRC",
- "active": false,
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
], - "stateLastUppdated": "2025-04-07T06:02:46.15192Z",
- "versions": [
- {
- "minorVersion": 0,
- "majorVersion": 1,
- "versionDescription": "Disclosure Profile Update Completed"
}
], - "isCustomPropertiesModified": true,
- "discloserDisplayName": "Huron Administrator",
- "emailDisplayName": "admin@hcg.com",
- "isSfUpdated": true,
- "isCompleteProxyCompleted": false,
- "hasOutstandingPortfolioTasks": true,
- "foreignTalentDescription": "ggggdfgdfg gg gg aa aaa",
- "hasApplicantOrParticipant": true,
- "hasActiveStartupPackage": true,
- "hasStartupCompanyIntellectual": true,
- "hasThresholdExceeded": true,
- "IsResolvePortfolioVisible": false,
- "IsDiscloserPresentInOffices": false,
- "IsDiscloserHasCoia": true,
- "isUserIsAssignReviewer": true,
- "currentUserHasAccessToDp": true,
- "portfolioReviewTaskAssignedTo": [
- {
- "id": {
- "hrn": "string",
- "name": "string"
}, - "personId": 0,
- "firstName": "Vasu",
- "lastName": "Changela",
- "name": "Vasu Changela",
- "contactInformation": {
- "addressLine1": "d",
- "addressLine2": "",
- "postalCode": "",
- "phone": "",
- "email": "vchangela@hcg.com",
- "city": ""
}, - "active": false,
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "organisationName": "Huron Consulting Group",
- "email": "admin@hcg.com",
- "customProperties": { },
- "dpDraftData": {
- "isActive": false,
- "profileId": 0,
- "dateCreated": "0001-01-01T00:00:00",
- "isSfUpdated": false,
- "customProperties": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "managementPlanCount": 0,
- "hasThresholdExceeded": true,
- "requiresProfileUpdate": false,
- "hasActiveStartupPackage": false,
- "isLastTrainingCompleted": false,
- "foreignTalentDescription": "ggggdfgdfg",
- "isCompleteProxyCompleted": false
}, - "employerName": "",
- "secondaryUnitName": "",
- "additionalUnitName": "",
- "organizationName": "",
- "isMpAssociatedEntityUpdated": true,
- "gracePeriodData": {
- "lastForceProfileUpdatedDate": "2025-03-03T03:49:09.7122354Z",
- "lastTraningExpiredDate": "2025-04-08T04:48:10.2308965Z",
- "lockedHasThresholdExceeded": true
}, - "draftCustomData": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "stepFormData": [
- {
- "stepName": "flexstep1",
- "formData": [
- {
- "name": "Testing",
- "label": "testt",
- "value": 1,
- "fieldType": "number"
}
]
}
], - "entityDraftData": [
- {
- "profileId": 25,
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "dateCreated": "2025-03-21T15:29:49Z",
- "dateModified": "2025-03-21T15:29:49Z",
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityId": "88104c1b-6be6-4739-931b-4eb2cdd1fec2",
- "entityDetail": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "AstraZeneca",
- "active": false
}, - "entityInformation": {
- "isPubliclyTraded": false,
- "isForeign": false,
- "active": false
}, - "disclosureTypeId": "Travel",
- "writeInEntity": { },
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 0,
- "totalDuration": 0,
- "entitySource": "DisclosureProfile",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "hasOutsideActivities": true,
- "customProperties": {
- "B": "33"
}
}
]
}
}
Updates partial data in disclosure profile record specified by the HRN to reflect values included in the request body, which includes certain properties in appropriate JSON format. Fields with dependencies are still validated, even though those fields are not in the request body.
This operation is idempotent (i.e., if it is submitted multiple times, it will have the same effect as it did the first time).
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:26 Huron Resource Name (HRN), a system generated unique value with the following structure |
A JSON object including partial fields
object (TrainingAcknowledgement) Acknowledgement of training material by the discloser including form step responses. | |
object (UpdateDisclosureProfile) | |
object (AdditionalDisclosureDetails) Additional disclosure details related to foreign talent programs and startup affiliations. | |
object Custom key-value data associated with the disclosure. | |
Array of objects Step-by-step form data filled during the disclosure process. |
{- "instructionsAndPolicies": {
- "hasAcceptedTrainingData": {
- "hasUserAcceptedTrainingMaterial": true,
- "hasUserAcceptedForNonResearch1": true,
- "hasUserAcceptedForNonResearch2": true,
- "hasUserAcceptedForNonResearch3": true,
- "hasUserAcceptedForNonResearch4": true,
- "hasUserAcceptedForNonResearch5": true,
- "hasUserAcceptedForNonResearch6": true,
- "hasUserAcceptedForNonResearch7": true,
- "hasUserAcceptedForNonResearch8": true,
- "hasUserAcceptedForNonResearch9": true,
- "hasUserAcceptedForNonResearch10": true
}, - "stepFormData": [
- {
- "stepName": "Instructions and Policies",
- "formData": [
- {
- "fieldType": "boolean",
- "name": "HasUserAcceptedTrainingMaterial",
- "label": "I certify that I have read and understood the education materials presented to me.",
- "value": true
}
]
}
]
}, - "disclosuresAndRequestInfo": {
- "hasOutsideActivities": true,
- "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
]
}, - "additionalInformation": {
- "customProperties": { },
- "hasApplicantOrParticipant": true,
- "foreignTalentDescription": "ggggdfgdfg gg gg aa aaa",
- "hasActiveStartupPackage": true,
- "hasActiveStartupEntity": [
- "3ffff233-00d0-48f7-a4d8-2c4191b39d57"
], - "hasStartupCompanyIntellectual": true,
- "hasStartupCompanyIntellectualEntity": [
- "3ffff233-00d0-48f7-a4d8-2c4191b39d57"
], - "stepFormData": [
- {
- "stepName": "Additional Information",
- "formData": [
- {
- "fieldType": "boolean",
- "name": "HasApplicantOrParticipant",
- "label": "Are you an applicant or a participant party to a foreign talent recruitment program?",
- "value": true
}
]
}
]
}, - "customProperties": { },
- "stepFormData": [
- {
- "stepName": "Instructions and Policies",
- "formData": [
- {
- "fieldType": "boolean",
- "name": "HasUserAcceptedTrainingMaterial",
- "label": "I certify that I have read and understood the education materials presented to me.",
- "value": true
}
]
}
]
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Retrieves Persons requiring profile.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "firstName": "John",
- "lastName": "Doe",
- "name": "string",
- "employerName": "US Department of Agriculture",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
]
}
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "firstName": "John",
- "lastName": "Doe",
- "name": "string",
- "employerName": "US Department of Agriculture",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
]
}
Retrieves a disclosure profile based on Person HRN.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "data": [
- {
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "submittedDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "disclosureProfileHrn": "string",
- "hasExceededThreshold": false,
- "requiresProfileUpdate": true
}
]
}
Retrieves disclosure's Person HRNs by Proxy HRN.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:26 Huron Resource Name (HRN), a system generated unique value with the following structure |
[- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}
]
Returns a list of active disclosures.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "id": "DP00016577",
- "firstName": "CoreServices",
- "lastName": "Administrator",
- "emailDisplayName": "admin@hcg.com",
- "employerName": "Huron Consulting Group",
- "organizationName": "Huron Eurasia India Private Limited"
}
]
}
Retrieves active items.
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:5 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "item": "string",
- "hrn": "string"
}
Returns a list of disclosure types by entity.
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:5 Huron Resource Name (HRN), a system generated unique value with the following structure |
entity required | string Example: hrn:hrs:orgs:5 HRN of the organization (e.g., |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "disclosureEntityId": 0,
- "entityId": "49e54b25-882b-45cc-8a2f-819cca78b40f",
- "profileId": 25,
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "writeInEntity": {
- "writeInEntityName": "string",
- "entityIsPublic": true,
- "entityIsForeign": true
}, - "entityDetail": {
- "Hrn": {
- "hrn": "string",
- "name": "string"
}, - "Name": "string",
- "Id": "string",
- "IsPubliclyTraded": true
}, - "dateCreated": "2025-05-08T15:52:49.0000000Z",
- "dateModified": "2025-05-08T15:52:49.0000000Z",
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 22,
- "totalDuration": 0,
- "entitySource": "string",
- "disclosureTypeId": "VisitingScholar",
- "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}, - "isDeleted": false,
- "formData": [
- {
- "disclosureTypeId": "VisitingScholar",
- "disclosureTypeFormData": [
- {
- "name": "string",
- "label": "string",
- "value": "string",
- "fieldType": "string"
}
]
}
], - "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityInformation": {
- "active": false,
- "isForeign": false,
- "isPubliclyTraded": false
}, - "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "hasDollarThresholdExceeded": false,
- "hasTimeThresholdExceeded": false,
- "createdAt": "2025-05-31T10:00:00.000Z",
- "modifiedAt": "2025-05-31T10:00:00.000Z",
- "hasThresholdExceeded": false,
- "isMpAssociated": false,
- "requestid": 0,
- "isParApproved": false
}
]
}
Returns a list of snapshots.
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:5 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": [
- {
- "requestId": "cb5da595-a331-47cf-88ad-efbe7274db1c",
- "versionNumber": 1,
- "version": "Snapshot 1.0",
- "fileName": "snapshot.pdf",
- "dateCreate": "2025-04-24T18:43:46.7380244+00:00",
- "snapshotEvent": "Disclosure Profile Submitted"
}
]
}
Updates the disclosure profile activity state record as specified in the request body.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:26 Huron Resource Name (HRN), a system generated unique value with the following structure |
action required | string Enum: "DeactivateDisclosureProfile" "ReactivateDisclosureProfile" "ApplyTag" "RemoveTag" "CompleteProxyUpdate" "ManageProxy" "CompleteDisclosureProfileUpdate" "ReviewManagementPlans" "ReviewRequestedClarifications" Example: deactivatedisclosureprofile Action to be performed on disclosure profile. |
A JSON object that contains values for required and optional fields
reasonForDeactivation required | string Text describing the reason for deactivating the profile. |
Array of objects (DocumentRef) An array of supporting documents. | |
Array of objects Metadata describing how the deactivation form fields are displayed. | |
customProperties | object or null Any custom properties tied to the deactivation event. |
{- "reasonForDeactivation": "Profile no longer relevant due to departure from institution.",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "name": "DeactivateProfileComment",
- "label": "Describe the reason for moving this disclosure profile to Inactive state",
- "displayString": "kkjhkjh",
- "formTitle": "Deactivate Disclosure Profile"
}
], - "customProperties": { }
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Returns a list of active Disclosures Requires Profile update.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "disclosureHrn": {
- "hrn": "string",
- "name": "string"
}, - "id": "DP00000025",
- "profileId": 0,
- "name": "Disclosure Profile for Huron Administrator",
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "discloserProxy": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "requiresProfileUpdate": true,
- "dateCreated": "2023-04-14T11:55:33.020703Z",
- "dateModified": "2025-05-07T06:31:50.250883Z",
- "hasAcceptedTrainingMaterials": true,
- "hasOutsideActivities": true,
- "isActive": true,
- "projectStateId": "ActionRequired",
- "previousProjectStateId": "NoActionRequired",
- "workflowState": "string",
- "firstName": "string",
- "lastName": "string",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "hasAcceptedData": [
- {
- "categoryId": "c9b95987-ff2e-4bae-90b9-c3a686f6fe34",
- "categoryName": "Research",
- "trainingExpirationdate": "2026-04-15T09:49:52.1581046+00:00",
- "hasAcceptedTraining": true
}
], - "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "disclosureProfileHrn": "string",
- "hasVentureCaptalEnableAsEquityDisclosuer": true,
- "isApplicableToAllPersonnel": true,
- "managementPlanCount": 0,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "projectStateDisplayName": "string",
- "profileUpdatedDate": "2019-08-24T14:15:22Z",
- "active": true,
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": null,
- "name": null,
- "url": null,
- "category": null,
- "dateCreated": null,
- "version": null,
- "fileKey": null,
- "documentScanned": null
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
], - "researchTrainingDate": "2025-03-22T11:36:16.893619Z",
- "isLastTrainingCompleted": false,
- "disclosureProxyHrn": {
- "hrn": "string",
- "name": "string"
}, - "tags": [
- {
- "name": "ABRC",
- "active": false,
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
], - "stateLastUppdated": "2025-04-07T06:02:46.15192Z",
- "versions": [
- {
- "minorVersion": 0,
- "majorVersion": 1,
- "versionDescription": "Disclosure Profile Update Completed"
}
], - "isCustomPropertiesModified": true,
- "discloserDisplayName": "Huron Administrator",
- "emailDisplayName": "admin@hcg.com",
- "isSfUpdated": true,
- "isCompleteProxyCompleted": false,
- "hasOutstandingPortfolioTasks": true,
- "foreignTalentDescription": "ggggdfgdfg gg gg aa aaa",
- "hasApplicantOrParticipant": true,
- "hasActiveStartupPackage": true,
- "hasStartupCompanyIntellectual": true,
- "hasThresholdExceeded": true,
- "IsResolvePortfolioVisible": false,
- "IsDiscloserPresentInOffices": false,
- "IsDiscloserHasCoia": true,
- "isUserIsAssignReviewer": true,
- "currentUserHasAccessToDp": true,
- "portfolioReviewTaskAssignedTo": [
- {
- "id": {
- "hrn": "string",
- "name": "string"
}, - "personId": 0,
- "firstName": "Vasu",
- "lastName": "Changela",
- "name": "Vasu Changela",
- "contactInformation": {
- "addressLine1": "d",
- "addressLine2": "",
- "postalCode": "",
- "phone": "",
- "email": "vchangela@hcg.com",
- "city": ""
}, - "active": false,
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "organisationName": "Huron Consulting Group",
- "email": "admin@hcg.com",
- "customProperties": { },
- "dpDraftData": {
- "isActive": false,
- "profileId": 0,
- "dateCreated": "0001-01-01T00:00:00",
- "isSfUpdated": false,
- "customProperties": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "managementPlanCount": 0,
- "hasThresholdExceeded": true,
- "requiresProfileUpdate": false,
- "hasActiveStartupPackage": false,
- "isLastTrainingCompleted": false,
- "foreignTalentDescription": "ggggdfgdfg",
- "isCompleteProxyCompleted": false
}, - "employerName": "",
- "secondaryUnitName": "",
- "additionalUnitName": "",
- "organizationName": "",
- "isMpAssociatedEntityUpdated": true,
- "gracePeriodData": {
- "lastForceProfileUpdatedDate": "2025-03-03T03:49:09.7122354Z",
- "lastTraningExpiredDate": "2025-04-08T04:48:10.2308965Z",
- "lockedHasThresholdExceeded": true
}, - "draftCustomData": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "stepFormData": [
- {
- "stepName": "flexstep1",
- "formData": [
- {
- "name": "Testing",
- "label": "testt",
- "value": 1,
- "fieldType": "number"
}
]
}
], - "entityDraftData": [
- {
- "profileId": 25,
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "dateCreated": "2025-03-21T15:29:49Z",
- "dateModified": "2025-03-21T15:29:49Z",
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityId": "88104c1b-6be6-4739-931b-4eb2cdd1fec2",
- "entityDetail": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "AstraZeneca",
- "active": false
}, - "entityInformation": {
- "isPubliclyTraded": false,
- "isForeign": false,
- "active": false
}, - "disclosureTypeId": "Travel",
- "writeInEntity": { },
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 0,
- "totalDuration": 0,
- "entitySource": "DisclosureProfile",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "hasOutsideActivities": true,
- "customProperties": {
- "B": "33"
}
}
]
}
]
}
Returns a list of inactive disclosures.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "disclosureHrn": {
- "hrn": "string",
- "name": "string"
}, - "id": "DP00000025",
- "profileId": 0,
- "name": "Disclosure Profile for Huron Administrator",
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "discloserProxy": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "requiresProfileUpdate": true,
- "dateCreated": "2023-04-14T11:55:33.020703Z",
- "dateModified": "2025-05-07T06:31:50.250883Z",
- "hasAcceptedTrainingMaterials": true,
- "hasOutsideActivities": true,
- "isActive": true,
- "projectStateId": "ActionRequired",
- "previousProjectStateId": "NoActionRequired",
- "workflowState": "string",
- "firstName": "string",
- "lastName": "string",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "hasAcceptedData": [
- {
- "categoryId": "c9b95987-ff2e-4bae-90b9-c3a686f6fe34",
- "categoryName": "Research",
- "trainingExpirationdate": "2026-04-15T09:49:52.1581046+00:00",
- "hasAcceptedTraining": true
}
], - "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "disclosureProfileHrn": "string",
- "hasVentureCaptalEnableAsEquityDisclosuer": true,
- "isApplicableToAllPersonnel": true,
- "managementPlanCount": 0,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "projectStateDisplayName": "string",
- "profileUpdatedDate": "2019-08-24T14:15:22Z",
- "active": true,
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": null,
- "name": null,
- "url": null,
- "category": null,
- "dateCreated": null,
- "version": null,
- "fileKey": null,
- "documentScanned": null
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
], - "researchTrainingDate": "2025-03-22T11:36:16.893619Z",
- "isLastTrainingCompleted": false,
- "disclosureProxyHrn": {
- "hrn": "string",
- "name": "string"
}, - "tags": [
- {
- "name": "ABRC",
- "active": false,
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
], - "stateLastUppdated": "2025-04-07T06:02:46.15192Z",
- "versions": [
- {
- "minorVersion": 0,
- "majorVersion": 1,
- "versionDescription": "Disclosure Profile Update Completed"
}
], - "isCustomPropertiesModified": true,
- "discloserDisplayName": "Huron Administrator",
- "emailDisplayName": "admin@hcg.com",
- "isSfUpdated": true,
- "isCompleteProxyCompleted": false,
- "hasOutstandingPortfolioTasks": true,
- "foreignTalentDescription": "ggggdfgdfg gg gg aa aaa",
- "hasApplicantOrParticipant": true,
- "hasActiveStartupPackage": true,
- "hasStartupCompanyIntellectual": true,
- "hasThresholdExceeded": true,
- "IsResolvePortfolioVisible": false,
- "IsDiscloserPresentInOffices": false,
- "IsDiscloserHasCoia": true,
- "isUserIsAssignReviewer": true,
- "currentUserHasAccessToDp": true,
- "portfolioReviewTaskAssignedTo": [
- {
- "id": {
- "hrn": "string",
- "name": "string"
}, - "personId": 0,
- "firstName": "Vasu",
- "lastName": "Changela",
- "name": "Vasu Changela",
- "contactInformation": {
- "addressLine1": "d",
- "addressLine2": "",
- "postalCode": "",
- "phone": "",
- "email": "vchangela@hcg.com",
- "city": ""
}, - "active": false,
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "organisationName": "Huron Consulting Group",
- "email": "admin@hcg.com",
- "customProperties": { },
- "dpDraftData": {
- "isActive": false,
- "profileId": 0,
- "dateCreated": "0001-01-01T00:00:00",
- "isSfUpdated": false,
- "customProperties": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "managementPlanCount": 0,
- "hasThresholdExceeded": true,
- "requiresProfileUpdate": false,
- "hasActiveStartupPackage": false,
- "isLastTrainingCompleted": false,
- "foreignTalentDescription": "ggggdfgdfg",
- "isCompleteProxyCompleted": false
}, - "employerName": "",
- "secondaryUnitName": "",
- "additionalUnitName": "",
- "organizationName": "",
- "isMpAssociatedEntityUpdated": true,
- "gracePeriodData": {
- "lastForceProfileUpdatedDate": "2025-03-03T03:49:09.7122354Z",
- "lastTraningExpiredDate": "2025-04-08T04:48:10.2308965Z",
- "lockedHasThresholdExceeded": true
}, - "draftCustomData": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "stepFormData": [
- {
- "stepName": "flexstep1",
- "formData": [
- {
- "name": "Testing",
- "label": "testt",
- "value": 1,
- "fieldType": "number"
}
]
}
], - "entityDraftData": [
- {
- "profileId": 25,
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "dateCreated": "2025-03-21T15:29:49Z",
- "dateModified": "2025-03-21T15:29:49Z",
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityId": "88104c1b-6be6-4739-931b-4eb2cdd1fec2",
- "entityDetail": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "AstraZeneca",
- "active": false
}, - "entityInformation": {
- "isPubliclyTraded": false,
- "isForeign": false,
- "active": false
}, - "disclosureTypeId": "Travel",
- "writeInEntity": { },
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 0,
- "totalDuration": 0,
- "entitySource": "DisclosureProfile",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "hasOutsideActivities": true,
- "customProperties": {
- "B": "33"
}
}
]
}
]
}
Retrieves actions for action log by project hrn
and its accessibility to the user for disclosure profile.
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:59 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": [
- {
- "actionId": "ManageProxy",
- "applyFilters": false
}
]
}
Returns a list of Write-In Entities.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "profileId": 25,
- "writeInEntityName": "writein entity 24234234",
- "dateModified": "2025-05-08T15:53:42.000Z",
- "dateCreated": "2025-05-08T15:53:42.000Z",
- "email": "admin@hcg.com",
- "name": "Huron Administrator",
- "disclosureProfileHrn": "string",
- "entityInformation": {
- "active": false,
- "isForeign": true,
- "isPubliclyTraded": false
}, - "dateModifiedFormatted": "2025-05-08T15:53:00.000Z",
- "disclosureType": "VisitingScholar",
- "totalValue": 333,
- "totalDuration": 0,
- "discloserEmployer": "Huron Consulting Group",
- "isDisclosureSubmitted": false,
- "isForeign": true,
- "isPubliclyTraded": false,
- "isDeleted": true
}
]
}
Returns a list of disclosure entities.
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:26 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "disclosureEntityId": 0,
- "entityId": "49e54b25-882b-45cc-8a2f-819cca78b40f",
- "profileId": 25,
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "writeInEntity": {
- "writeInEntityName": "string",
- "entityIsPublic": true,
- "entityIsForeign": true
}, - "entityDetail": {
- "Hrn": {
- "hrn": "string",
- "name": "string"
}, - "Name": "string",
- "Id": "string",
- "IsPubliclyTraded": true
}, - "dateCreated": "2025-05-08T15:52:49.0000000Z",
- "dateModified": "2025-05-08T15:52:49.0000000Z",
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 22,
- "totalDuration": 0,
- "entitySource": "string",
- "disclosureTypeId": "VisitingScholar",
- "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}, - "isDeleted": false,
- "formData": [
- {
- "disclosureTypeId": "VisitingScholar",
- "disclosureTypeFormData": [
- {
- "name": "string",
- "label": "string",
- "value": "string",
- "fieldType": "string"
}
]
}
], - "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityInformation": {
- "active": false,
- "isForeign": false,
- "isPubliclyTraded": false
}, - "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "hasDollarThresholdExceeded": false,
- "hasTimeThresholdExceeded": false,
- "createdAt": "2025-05-31T10:00:00.000Z",
- "modifiedAt": "2025-05-31T10:00:00.000Z",
- "hasThresholdExceeded": false,
- "isMpAssociated": false,
- "requestid": 0,
- "isParApproved": false
}
]
}
Returns a list of disclosure entities based on disclosure type.
personHrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:4596 HRN of the person. |
disclosureType required | string Example: Prizes The type of the disclosure. |
{- "data": [
- {
- "hrn": "string",
- "disclosureEntityId": 0,
- "entityId": "49e54b25-882b-45cc-8a2f-819cca78b40f",
- "profileId": 25,
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "writeInEntity": {
- "writeInEntityName": "string",
- "entityIsPublic": true,
- "entityIsForeign": true
}, - "entityDetail": {
- "Hrn": {
- "hrn": "string",
- "name": "string"
}, - "Name": "string",
- "Id": "string",
- "IsPubliclyTraded": true
}, - "dateCreated": "2025-05-08T15:52:49.0000000Z",
- "dateModified": "2025-05-08T15:52:49.0000000Z",
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 22,
- "totalDuration": 0,
- "entitySource": "string",
- "disclosureTypeId": "VisitingScholar",
- "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}, - "isDeleted": false,
- "formData": [
- {
- "disclosureTypeId": "VisitingScholar",
- "disclosureTypeFormData": [
- {
- "name": "string",
- "label": "string",
- "value": "string",
- "fieldType": "string"
}
]
}
], - "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityInformation": {
- "active": false,
- "isForeign": false,
- "isPubliclyTraded": false
}, - "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "hasDollarThresholdExceeded": false,
- "hasTimeThresholdExceeded": false,
- "createdAt": "2025-05-31T10:00:00.000Z",
- "modifiedAt": "2025-05-31T10:00:00.000Z",
- "hasThresholdExceeded": false,
- "isMpAssociated": false,
- "requestid": 0,
- "isParApproved": false
}
]
}
Retrieves additional details of disclosure profile (e.g., Training last Completed date, Disclosure Status, Disclosure profile last completed date).
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "trainingLastCompletedDate": "2019-08-24T14:15:22Z",
- "disclosureStatus": "string",
- "disclosureProfileLastCompletedDate": "2019-08-24T14:15:22Z"
}
Returns a list of disclosure profile change log.
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:5 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "changeLogId": "string",
- "changeType": "string",
- "author": "string",
- "dateCreated": "2024-01-09T14:02:05.892Z",
- "trackingField": "TRAINING_MATERIAL",
- "id": "string",
- "newValue": "false",
- "oldValue": "true",
- "hasThresholdExceeded": false,
- "isMpAssociated": false,
- "changeText": "Updates made to Instructions & Policies page",
- "changeTextName": "Updates made to Instructions & Policies page"
}
]
}
Migrates a disclosure profile along with disclosure entities , smart form fields from v10 to v12
A JSON object that contains values for required and optional fields
discloserId required | string Discloser ID of a profile that needs to migrate. |
name required | string <= 255 characters Name of the discloser profile. |
required | object To migrate only mention the HRN of person. |
object To migrate only mention the HRN of person. | |
hasAcceptedTrainingMaterials | boolean Indicates whether the discloser has accepted training materials in the disclosure profile. The values are true or false. |
hasOutsideActivities | boolean Indicates whether the discloser has any outside activities or financial interests to disclose. The values are true or false. If Outside Activities is set to true then, |
isActive | boolean Indicates whether the profile migrated is active. The values are true or false. |
dateCreated required | string <date-time> The timestamp when the profile was created, in UTC format. |
dateModified | string <date-time> Date on which profile was modified. |
submittedDate | string <date-time> Date on which profile was submitted. |
trainingExpirationDate | string <date-time> Date on which training has been expired. |
projectStateId required | string The state of the disclosure profile (Active | InActive | ActionRequired | NoActionRequired). |
previousProjectStateId | string Previous project state ID. |
workflowState required | string The disclosure profile's current state. |
createdBy required | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
modifiedBy | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
Array of objects (UpdateDisclosureEntity) |
{- "discloserId": "string",
- "name": "string",
- "discloser": {
- "hrn": "string"
}, - "discloserProxy": {
- "hrn": "string"
}, - "hasAcceptedTrainingMaterials": true,
- "hasOutsideActivities": true,
- "isActive": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "submittedDate": "2019-08-24T14:15:22Z",
- "trainingExpirationDate": "2019-08-24T14:15:22Z",
- "projectStateId": "string",
- "previousProjectStateId": "string",
- "workflowState": "string",
- "createdBy": "string",
- "modifiedBy": "string",
- "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
]
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
NOTE: THIS IS MAINLY USED FOR MIGRATION OF LEGACY DATA.
Creates the disclosure record as specified in the request body, and returns system generated identifier Disclosure ID.
A JSON object that contains values for required and optional fields
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "id": "string",
- "name": "string",
- "discloser": {
- "hrn": "string"
}, - "discloserProxy": {
- "hrn": "string"
}, - "hasOutsideActivities": true,
- "isActive": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "requiresProfileUpdate": true,
- "stateLastUppdated": true,
- "submittedDate": "2019-08-24T14:15:22Z",
- "trainingExpirationDate": "2019-08-24T14:15:22Z",
- "projectStateId": "Active",
- "previousProjectStateId": "Active",
- "sourceIdentifier": "string",
- "createdBy": {
- "hrn": "string"
}, - "modifiedBy": {
- "hrn": "string"
}, - "hasAcceptedTrainingData": {
- "hasUserAcceptedTrainingMaterial": true,
- "hasUserAcceptedForNonResearch1": true,
- "hasUserAcceptedForNonResearch2": true,
- "hasUserAcceptedForNonResearch3": true,
- "hasUserAcceptedForNonResearch4": true,
- "hasUserAcceptedForNonResearch5": true,
- "hasUserAcceptedForNonResearch6": true,
- "hasUserAcceptedForNonResearch7": true,
- "hasUserAcceptedForNonResearch8": true,
- "hasUserAcceptedForNonResearch9": true,
- "hasUserAcceptedForNonResearch10": true
}, - "disclosureEntities": [
- {
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": null,
- "name": null,
- "description": null,
- "active": null,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
], - "hasApplicantOrParticipant": true,
- "foreignTalentDescription": "ggggdfgdfg gg gg aa aaa",
- "hasActiveStartupPackage": true,
- "hasActiveStartupEntity": [
- "hrn:hrs:orgs:22",
- "writein entity name"
], - "hasStartupCompanyIntellectual": true,
- "hasStartupCompanyIntellectualEntity": [
- "hrn:hrs:orgs:22",
- "writein entity name"
]
}
}
]
}
[- {
- "hrn": "string",
- "correlationId": "string",
- "httpStatus": 0,
- "id": "string",
- "errors": {
- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
}
]
Returns a list of requested clarifications.
hrn required | string^hrn:hrs:disclosureprofile:[0-9]+$ Example: hrn:hrs:disclosureprofile:5 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "clarificationId": 0,
- "certificationId": 0,
- "requestText": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "requestDate": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "requestor": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "descriptionDetails": [
- ""
], - "certId": "string",
- "responseSubmitted": false
}
]
}
Returns a list of Person based on roles.
roles required | string Example: COI-Administrator,COI-General-User Roles assigned to the person. |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "data": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
]
}
Returns a list of disclosure profiles with outstanding portfolio reviews. It supports query parameters for filtering and pagination. If no query parameter(s) is specified, all the disclosure profiles with outstanding portfolio reviews will be returned.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "dpId": "DP00000041",
- "name": "Disclosure Profile for Vasu Changela",
- "id": "1E1BC",
- "hrn": "string",
- "email": "vchangela@hcg.com",
- "createdDate": "2025-03-13T13:59:34.123514Z",
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "assignedTo": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
]
}
]
}
Use the Disclosure Entity object to update the data in specified Disclosure Entity.
Updates partial data in a specified Disclosure Entity.
hrn required | string^hrn:hrs:disclosureentity:[0-9]+$ Example: hrn:hrs:disclosureentity:5 Huron Resource Name (HRN), a system generated unique value with the following structure |
A JSON object including partial fields
hrn required | string^hrn:hrs:discloserentity:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
disclosureEntityId | integer ID of the disclosure entity record. |
entityId | string <uuid> The unique identifier of the entity. This contains UUID to represent a record uniquely. |
profileId | integer ID of the disclosure entity profile associated with the disclosure entity. |
object^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object Custom write-in entity information (if any). | |
object Details of the organization/entity. | |
dateCreated | string Date when the entity disclosure was created. |
dateModified | string Date when the entity disclosure was last modified. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
totalValue | integer The total value of all disclosures for an entity entered by the disclosure. |
totalDuration | integer The total duration of all disclosed activities for an entered by the discloser. |
entitySource | string Represents where an entity source is created from i.e., a Disclosure Profile or Pre-approval request. |
disclosureTypeId | string ID of the disclosure type (e.g., Equity, Travel). |
customProperties | object Custom properties or additional fields. |
isDeleted | boolean Indicates whether the disclosure entity has been marked as deleted. The values are true or false. |
Array of objects Data collected from the custom disclosure form. | |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object Status and classification of the entity. | |
required | Equity (object) or Editorial (object) or Consulting (object) or IP (object) or Divestiture (object) or Travel (object) or Prizes (object) or Other (object) or External (object) or VentureCapital (object) or Board (object) or VisitingScholar (object) or InKind (object) Denotes compensation properties of a request type. |
hasDollarThresholdExceeded | boolean Indicates whether compensation exceeds threshold. The values are true or false. |
hasTimeThresholdExceeded | boolean Indicates whether time involvement exceeds threshold. The values are true or false. |
createdAt | string <date-time> The time stamp when entity was created. \n\n NOTE: Required for migration. |
modifiedAt | string <date-time> The time stamp when entity was modified. |
hasThresholdExceeded | boolean Indicates whether any of the threshold is exceeded. The values are true or false. |
isMpAssociated | boolean Indicates whether this entity is linked to a management plan. The values are true or false. |
requestid | integer Unique ID related to workflow. This is an Optional field. |
isParApproved | boolean Indicates whether the disclosure is PAR approved. The values are true or false. |
{- "hrn": "string",
- "disclosureEntityId": 0,
- "entityId": "49e54b25-882b-45cc-8a2f-819cca78b40f",
- "profileId": 25,
- "entityHrn": {
- "hrn": "string"
}, - "writeInEntity": {
- "writeInEntityName": "string",
- "entityIsPublic": true,
- "entityIsForeign": true
}, - "entityDetail": {
- "Hrn": {
- "hrn": "string"
}, - "Name": "string",
- "Id": "string",
- "IsPubliclyTraded": true
}, - "dateCreated": "2025-05-08T15:52:49.0000000Z",
- "dateModified": "2025-05-08T15:52:49.0000000Z",
- "createdBy": {
- "hrn": "string"
}, - "totalValue": 22,
- "totalDuration": 0,
- "entitySource": "string",
- "disclosureTypeId": "VisitingScholar",
- "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}, - "isDeleted": false,
- "formData": [
- {
- "disclosureTypeId": "VisitingScholar",
- "disclosureTypeFormData": [
- {
- "name": "string",
- "label": "string",
- "value": "string",
- "fieldType": "string"
}
]
}
], - "personHrn": {
- "hrn": "string"
}, - "entityInformation": {
- "active": false,
- "isForeign": false,
- "isPubliclyTraded": false
}, - "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "hasDollarThresholdExceeded": false,
- "hasTimeThresholdExceeded": false,
- "createdAt": "2025-05-31T10:00:00.000Z",
- "modifiedAt": "2025-05-31T10:00:00.000Z",
- "hasThresholdExceeded": false,
- "isMpAssociated": false,
- "requestid": 0,
- "isParApproved": false
}
{- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
Use Person Extended object to manage COI-specific data that relates to any Persons’ record.
Retrieves a JSON object representing the external personnel record specified by the HRN.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "personhrn": "string",
- "paymentId": "string"
}
Updates partial data in extended person's record specified by the person's HRN.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
A JSON object including partial fields
object (PersonExtended) |
{- "personExtendedData": {
- "personhrn": "string",
- "paymentId": "string"
}
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Imports a person record as specified in the request body to create disclosure profile and assign the person to a category (if needed),and returns the HRN (Huron Resource Name).
This operation is not idempotent (i.e., if it is executed multiple times, it will create multiple records, and return a different HRN for each one).
A JSON object that contains values for required and optional fields
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "personId": "string",
- "categoryName": "string",
- "categoryId": "string",
- "isRemoveCategory": "True"
}
}
]
}
[- [
- {
- "hrn": "string",
- "correlationId": "string",
- "httpStatus": 0,
- "id": "string",
- "errors": {
- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
}
]
]
Imports an organization record as specified in the request body and returns the HRN (Huron Resource Name).
This operation is not idempotent (i.e., if it is executed multiple times, it will create multiple records, and return a different HRN for each one).
A JSON object that contains values for required and optional fields
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "organizationId": "string",
- "defaultReviewerId": "string",
- "reviewers": [
- "string"
]
}
}
]
}
[- [
- {
- "hrn": "string",
- "correlationId": "string",
- "httpStatus": 0,
- "id": "string",
- "errors": {
- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
}
]
]
Use Organization Extended object to manage COI-specific data that relates to any organizations’ records.
Retrieves a JSON object representing the extended organization record specified by the HRN.
hrn required | string^hrn:hrs:orgs:[0-9]+$ Example: hrn:hrs:orgs:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "organizationHrn": {
- "hrn": "string",
- "name": "string"
}, - "defaultReviewerHrn": {
- "hrn": "string",
- "name": "string"
}, - "reviewers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
]
}
Updates partial data in specified extended organization's record specified by the organization's HRN.
hrn required | string^hrn:hrs:orgs:[0-9]+$ Example: hrn:hrs:orgs:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
A JSON object including partial fields
object^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects (PersonRef) |
{- "organizationHrn": {
- "hrn": "string"
}, - "defaultReviewerHrn": {
- "hrn": "string"
}, - "reviewers": [
- {
- "hrn": "string"
}
]
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Returns a list of pre approval requests.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": {
- "Id": "string",
- "Name": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "name": "string",
- "requestor": "string",
- "entity": {
- "hrn": "string",
- "name": "string"
}, - "requestTypes": [
- "Travel"
], - "writeInEntity": [
- {
- "writeInEntityName": "string",
- "entityIsPublic": true,
- "entityIsForeign": true
}
], - "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "dateCreated": "2021-03-30T10:05:30Z",
- "dateModified": "2021-03-30T10:05:30Z",
- "state": "string",
- "discloserName": "string",
- "homeDepartment": "string"
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
Creates the pre approval request record as specified in the request body, and returns system generated identifier request ID.
This operation is not idempotent (i.e., if it is executed multiple times, it will create multiple records, and return a different note ID for each one).
A JSON object that contains values for required and optional fields
hrn | string^hrn:hrs:preapprovalrequest:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
id | string <= 155 characters The ID of the pre approval request record. |
name required | string <= 255 characters The title of the pre approval request provided at creation. |
requestor required | string The requestor type of string which contain person |
required | object^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
requestTypes required | Array of strings Items Enum: "Travel" "Equity" "Board" "Editorial" "Consulting" "IP" "Divestiture" "Prizes" "Other" "External" "VentureCapital" "VisitingScholar" "InKind" An array of the request types. |
Array of objects (WriteInEntity) | |
Equity (object) or Editorial (object) or Consulting (object) or IP (object) or Divestiture (object) or Travel (object) or Prizes (object) or Other (object) or External (object) or VentureCapital (object) or Board (object) or VisitingScholar (object) or InKind (object) Compensation properties of a request type. | |
dateCreated | string <date-time> The timestamp when the pre approval request was created. |
dateModified | string <date-time> The timestamp when the pre approval request was last modified. |
state | string State of the request. |
discloserName | string Name of the discloser who is selected as a requestor. |
homeDepartment | string Name of the organization for discloser (requestor). |
{- "requestor": "hrn:hrs:persons:1703168",
- "name": "test_request_name",
- "entity": "hrn:hrs:orgs:60511",
- "requestTypes": [
- "Equity",
- "Editorial"
]
}
{- "hrn": "string"
}
Updates the pre approval request activity state record as specified in the request body. This creates activity logs.
This operation is not idempotent (i.e., if it is executed multiple times, it will return an error for invalid state transition unless the activity has no state transition).
hrn required | string^hrn:hrs:preapprovalrequest:[0-9]+$ Example: hrn:hrs:preapprovalrequest:1 Huron Resource Name (HRN), a system generated unique value with the following structure |
action required | string Enum: "SubmitRequest" "ApplyTag" "RemoveTag" Example: submitrequest Action to be performed on the pre approval request. |
A JSON object that contains values for required and optional fields
comments required | string Extra information passed at the time of submitting request. |
Array of objects (DocumentRef) An array of supporting documents. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "comments": "adds",
- "supportingDocuments": [
- {
- "name": "t1_draft.txt",
- "hrn": "hrn:hrs:documents:dd65f438139345ba9fe2d4a1bf44b8cc",
- "url": "/files/coi/e9552d073f764a42aa9fa9231376755e/dd65f438139345ba9fe2d4a1bf44b8cc/1/t1_draft.txt",
- "version": 1,
- "category": {
- "hrn": "hrn:hrs:lists:document-category/supporting-document",
- "name": "Supporting Document"
}, - "dateCreated": "2025-02-10T09:28:27.3901697Z",
- "documentScanned": 0,
- "fileKey": "files/coi/e9552d073f764a42aa9fa9231376755e/dd65f438139345ba9fe2d4a1bf44b8cc/1/t1_draft.txt"
}
], - "actionLogFormData": [
- {
- "name": "SubmitRequestCommentText",
- "label": "Comments",
- "displayString": "adds",
- "formTitle": "Assign Reviewer"
}, - {
- "name": "SubmitRequestAttachments",
- "label": "Attachments",
- "displayString": "",
- "formTitle": "Assign Reviewer"
}
]
}
{- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
Retrieves the pre approval request status.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "IS_PAR_ENABLED": "string"
}
Retrieves actions for action log by project hrn
and its accessibility to the user for pre approval request.
hrn required | string^hrn:hrs:preapprovalrequest:[0-9]+$ Example: hrn:hrs:preapprovalrequest:845 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "actionId": "string"
}
Retrieves the pre approval request based on HRN.
hrn required | string^hrn:hrs:preapprovalrequest:[0-9]+$ Example: hrn:hrs:preapprovalrequest:1 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": {
- "Id": "string",
- "Name": "string"
}, - "data": [
- {
- "hrn": "string",
- "id": "string",
- "name": "string",
- "requestor": "string",
- "entity": {
- "hrn": "string",
- "name": "string"
}, - "requestTypes": [
- "Travel"
], - "writeInEntity": [
- {
- "writeInEntityName": "string",
- "entityIsPublic": true,
- "entityIsForeign": true
}
], - "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "dateCreated": "2021-03-30T10:05:30Z",
- "dateModified": "2021-03-30T10:05:30Z",
- "state": "string",
- "discloserName": "string",
- "homeDepartment": "string"
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
Updates partial data in specified a pre approval request record specified by the HRN to reflect values included in the request body, which includes certain properties in appropriate JSON format. Fields with dependencies are still validated, even though those fields are not in the request body.
This operation is idempotent (i.e., if it is submitted multiple times, it will have the same effect as it did the first time).
hrn required | string^hrn:hrs:preapprovalrequest:[0-9]+$ Example: hrn:hrs:preapprovalrequest:1 Huron Resource Name (HRN), a system generated unique value with the following structure |
A JSON object including partial fields
hrn | string^hrn:hrs:preapprovalrequest:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
id | string <= 155 characters The ID of the pre approval request record. |
name required | string <= 255 characters The title of the pre approval request provided at creation. |
requestor required | string The requestor type of string which contain person |
required | object^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
requestTypes required | Array of strings Items Enum: "Travel" "Equity" "Board" "Editorial" "Consulting" "IP" "Divestiture" "Prizes" "Other" "External" "VentureCapital" "VisitingScholar" "InKind" An array of the request types. |
Array of objects (WriteInEntity) | |
Equity (object) or Editorial (object) or Consulting (object) or IP (object) or Divestiture (object) or Travel (object) or Prizes (object) or Other (object) or External (object) or VentureCapital (object) or Board (object) or VisitingScholar (object) or InKind (object) Compensation properties of a request type. | |
dateCreated | string <date-time> The timestamp when the pre approval request was created. |
dateModified | string <date-time> The timestamp when the pre approval request was last modified. |
state | string State of the request. |
discloserName | string Name of the discloser who is selected as a requestor. |
homeDepartment | string Name of the organization for discloser (requestor). |
{- "id": "1",
- "requestor": "hrn:hrs:persons:1703168",
- "name": "test_request_name",
- "entity": "hrn:hrs:orgs:60511",
- "requestTypes": [
- "Equity",
- "Editorial"
]
}
{- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
Retrieves review information of requests based on HRN.
hrn required | string^hrn:hrs:preapprovalrequest:[0-9]+$ Example: hrn:hrs:preapprovalrequest:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": {
- "reviewStagesInformation": [
- {
- "order": 1,
- "type": "Distributed Review",
- "name": "Stage Test 1",
- "routing": "",
- "reviewer": {
- "personId": 0,
- "active": false
}, - "completedBy": "",
- "reviews": [
- { }
], - "conflicts": [
- {
- "conflictId": 12161,
- "reviewId": 21958,
- "certificationId": 20845,
- "dateCreated": "2023-09-21T04:00:00Z",
- "dateModified": "2023-09-22T04:00:00Z",
- "description": "Conflict 2",
- "status": "Eliminated",
- "isSatisfied": true,
- "disclosureEntities": [
- "hrn:hrs:discloserentity:13197",
- "hrn:hrs:discloserentity:13131"
], - "disclosureEntitiesDisplayName": "a107",
- "certificationName": "Research certification for Parmod . - TE100000383",
- "researchProjectName": "Test TE 14 M9",
- "researchProjectId": "TE001469",
- "certificationHrn": "string",
- "researchProjectHrn": "string",
- "researchProject": "TE001469 - Test TE 14 M9"
}
], - "isFinalStage": false,
- "current": false,
- "skipped": false
}
], - "latestIntermediate": [
- { }
], - "previousFinalReviews": [
- { }
], - "committeeReviews": [
- {
- "committeeHrn": "string",
- "committeeName": "0907 2",
- "meetingHrn": "string",
- "meetingName": "0907 2 meeting on 4/12/2025 12:00 AM",
- "workflowStatus": "CommitteeReview",
- "review": {
- "reviewId": 0,
- "certificationId": 234,
- "additionalActionNeeded": false,
- "reviewCompletedDate": "0001-01-01T00:00:00",
- "dateCreated": "0001-01-01T00:00:00",
- "isFinal": false,
- "isCommitteeReview": false
}, - "conflicts": [
- {
- "conflictId": 12161,
- "reviewId": 21958,
- "certificationId": 20845,
- "dateCreated": "2023-09-21T04:00:00Z",
- "dateModified": "2023-09-22T04:00:00Z",
- "description": "Conflict 2",
- "status": "Eliminated",
- "isSatisfied": true,
- "certificationName": "Research certification for Parmod . - TE100000383",
- "researchProjectName": "Test TE 14 M9",
- "researchProjectId": "TE001469",
- "certificationHrn": "string",
- "researchProjectHrn": "string",
- "researchProject": "TE001469 - Test TE 14 M9"
}
]
}
]
}
}
Use Adhoc Agenda Projects object to collect all the project type related details.
Returns individual COI projects assigned to meetings used to show in the Committee area as agenda items. If no query parameter(s) is specified, all project types will be returned.
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": {
- "Id": "string",
- "title": "string"
}, - "data": [
- {
- "name": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "displayId": "string",
- "projectType": "string",
- "pI": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
Retrieves partial certification details based on the query parameter filter=filter[hrn]=in:certificationhrn
. HRN of the certification record (e.g., hrn:hrs:certification:5356
).
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{- "hrn": "string",
- "displayId": "string",
- "name": "string",
- "status": "string",
- "assignedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "submitCommitteeReviewActionLink": "string",
- "projectType": "string",
- "determination": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "isReviewed": true
}
This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with W3C spec. Implementation of this standard in the Conflict of Interest API allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:retrospectivereview:[0-9]+$ Example: hrn:hrs:retrospectivereview:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:retrospectivereview:[0-9]+$ Example: hrn:hrs:retrospectivereview:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
action required | string Enum: "SubmitRetrospectiveReview" "SubmitMitigationPlan" "Comment" "AssignReviewer" "Discard" "BypassAncillaryBlock" Example: SubmitRetrospectiveReview Action to be performed on the Project. |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:retrospectivereview:[0-9]+$ Example: hrn:hrs:retrospectivereview:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:preapprovalrequest:[0-9]+$ Example: hrn:hrs:preapprovalrequest:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:triggeringevent::[0-9]+$ Example: hrn:hrs:triggeringevent:104 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:371 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:371 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
state required | string State of the certification (e.g., |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
action required | string Enum: "AssignReviewer" "SubmitMyReview" "SubmitReview" "ResetReviewStages" "ApplyTag" "RemoveTag" "ReturnForReview" "AssignToCommitteeReview" "Withdraw" "RequestClarification" "ManageClarification" "SCRReview" "ReassignManagementPlan" "AssignToMeeting" "RemoveFromAgenda" Example: assignreviewer Action ID of a particular action. |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
researchProjectId required | string Unique ID of the research project. |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:managementplan:[0-9]+$ Example: hrn:hrs:managementplan:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:certification:[0-9]+$ Example: hrn:hrs:certification:16 Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "data": {
- "finalReviewInfo": {
- "reviewId": 0,
- "certificationId": 0,
- "additionalActionNeeded": false,
- "determination": {
- "hrn": "string",
- "name": "string"
}, - "followUpAction": "string",
- "notes": "some comments notes from reviewer",
- "reviewCompletedDate": "0001-01-01T00:00:00",
- "dateCreated": "0001-01-01T00:00:00",
- "isFinal": false,
- "isCommitteeReview": false
}, - "conflicts": [
- {
- "conflictId": 12430,
- "reviewId": 22621,
- "certificationId": 23092,
- "dateCreated": "2023-09-21T04:00:00Z",
- "dateModified": "2023-09-22T04:00:00Z",
- "description": "Conflict 1",
- "status": "Identified",
- "disclosureEntities": [
- "hrn:hrs:discloserentity:13197",
- "hrn:hrs:discloserentity:13131"
], - "isSatisfied": false,
- "certificationName": "Research certification for Nancy Anderson - TE100000003",
- "disclosureEntitiesDisplayName": "a107,a107",
- "certificationHrn": "string",
- "researchProjectHrn": "string",
- "researchProject": " - "
}
], - "managementPlansResource": {
- "plan_id": 0,
- "tenantId": 0,
- "dateCreated": "0001-01-01T00:00:00",
- "reviewSubmitted": false
}
}
}
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
object Indicates pagination support. | |
filter | string Example: filter=filter[0!firstName!and]=eq:Peter The field name to filter the items. Filter, in the format: filter[
Note: To add multiple filters, include multiple instances of this query parameter, with the |
sort | string Default: "dateModified" Example: sort=id The field name to sort the items. The default sort order is descending. Note: To specify ascending sort order, prefix the field name with a dash (e.g. "-dateModified"). |
include | string Example: include=name, id, shortTitle The list of fields of the resource record to include in the response. If this parameter is omitted, all the fields are returned. To add multiple fields, use a comma separator (,). |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
action required | string Enum: "managecategorypersonnelbulkprocess" "reactivatedisclosureprofiles" "CreateDisclosureProfileBulkProcess" "deactivatedisclosureprofiles" "ManageEligibleProxies" "ManageProxyAssignments" "AdminOffices" "managewriteinentities" Example: ManageEligibleProxies Action ID. |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
action required | string Example: manage-category-personnel, expire-training Central Actions action ID. |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
action required | string Example: manage-category-personnel, expire-training Central Actions action ID. |
status required | string Status of the action. |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
category required | string Example: Research, nonresearch1 Category Id. To add multiple categories, use a comma-separator (,). |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string Huron Resource Name (HRN), a system generated unique value with the following structure |
profileHrn | string Huron Resource Name (HRN) of the profile. |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:persons:[0-9]+$ Example: hrn:hrs:persons:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
Enable CORS (Cross-Origin Resource Sharing) by returning correct headers to support data transfers between browsers and servers, even if requests originate from different domains.
hrn required | string^hrn:hrs:orgs:[0-9]+$ Example: hrn:hrs:orgs:18 Huron Resource Name (HRN), a system generated unique value with the following structure |
{ }
required | object (MigrateOrImportPersonHrn) ^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
customProperties | object Custom properties or additional fields. |
{- "reviewer": {
- "hrn": "string",
- "name": "string"
}, - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
required | object Details about the plan creator. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "planCreator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
name | string Name of the project. |
modifiedDate | string <date-time> The timestamp when the project was last modified. |
status | string Status of the project (e.g., ActionRequired, InReview). |
displayId | string Unique ID of the project type generated at creation. |
projectType | string Type of the COI project (e.g., COIMANAGEMENTPLAN, COICERTIFICATIONS). |
object Details of the Principal Investigator (PI) assigned to the project. |
{- "name": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "displayId": "string",
- "projectType": "string",
- "pI": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
}
object (Pagination) Describes pagination support. | |
object | |
Array of objects (AllProjectResponse) | |
object |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": {
- "Id": "string",
- "title": "string"
}, - "data": [
- {
- "name": "string",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "displayId": "string",
- "projectType": "string",
- "pI": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
hrn | string (HRN) Huron Resource Name (HRN), a system generated unique value with the following structure |
displayId | string Unique ID of the certification project type generated at creation. |
name | string Name of the certification. |
status | string Status of the certification (e.g., ReviewComplete, Withdrawn). |
object Details of the assigned reviewer. | |
submitCommitteeReviewActionLink | string URL of the submit committee review action. |
projectType | string Type of the COI project (e.g., Coi_Certification). |
object The determination selected for the certification by the final reviewer. Determination contains ( | |
isReviewed | boolean Indicates whether the certification is reviewed. The values are true or false. |
{- "hrn": "string",
- "displayId": "string",
- "name": "string",
- "status": "string",
- "assignedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "submitCommitteeReviewActionLink": "string",
- "projectType": "string",
- "determination": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "isReviewed": true
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (AdminOfficesListResponseObject) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "officeId": "368ec50e-83d0-472b-97e9-19b398a603ae",
- "administrativeBackupReviewer": "string",
- "name": "Adm Office 1",
- "defaultReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "staff": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "isActive": false,
- "dateCreated": "2024-03-30T19:37:22.2654760Z",
- "dateModified": "2025-05-05T07:12:51.0374110Z",
- "createdBy": "string",
- "tenantId": 1
}
]
}
Array of objects (PersonRef) The details of the plan monitors associated with the management plan. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "planMonitors": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
object Details of the person assigned as the administrative backup reviewer for all the offices. | |
Array of objects (AdminOffice) Details of the admin office. | |
Array of objects (actionLogFormData) Metadata about the form fields shown in the action log interface. |
{- "administrativeBackupReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "adminOffices": [
- {
- "name": "string",
- "defaultReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "staff": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "isActive": true
}
], - "actionLogFormData": [
- {
- "name": "ReactivateProfileComment",
- "label": "Describe the reason for reactivating this disclosure profile",
- "displayString": "fdgfdgdf",
- "formTitle": "Reactivate Disclosure Profile"
}
]
}
Array of objects List of metadata describing various meeting-related fields and their values. | |
object^hrn:hrs:lists:agenda-item-types/[a-z0-9-]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
relatedProjectHrn | string^hrn:hrs:certification:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
displayOrder | integer Order in which the meeting or agenda item is displayed. |
meetingHrn | string Huron Resource Name (HRN), a system generated unique value with the following structure |
committeeHrn | string^hrn:hrs:committees:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
meetingName | string Name of the meeting. |
{- "actionLogFormData": [
- {
- "label": "Meeting ID",
- "displayString": "MEE00008060"
}
], - "agendaTypeHrn": {
- "hrn": "string",
- "name": "string"
}, - "relatedProjectHrn": "string",
- "displayOrder": 1,
- "meetingHrn": "hrn:hrs:meetings:8554",
- "committeeHrn": "hrn:hrs:committees:1",
- "meetingName": "0907 2 meeting on 4/12/2025 12:00 AM"
}
name required | string The name of the office. |
object Information of the person assigned as the default reviewer for the office. | |
required | Array of objects (PersonRef) Staff data associated with the COI office. |
isActive required | boolean Indicates whether an office is available for selection. The values are true or false. |
{- "name": "string",
- "defaultReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "staff": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "isActive": true
}
object^hrn:hrs:lists:tags/[a-z0-9-]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
name | string Name of the tag on action performed. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
resourceType | string |
actions | Array of strings |
adminOffices | Array of strings |
{- "resourceType": "string",
- "actions": [
- ""
], - "adminOffices": [
- ""
]
}
notes | string Notes entered on action performed. |
isAssignToMeeting | boolean Indicates whether the meeting is assigned. The values are Yes or No. |
object^hrn:hrs:lists:agenda-item-types/[a-z0-9-]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
relatedProjectHrn | string HRN of the related certification. |
displayOrder | integer Order entered on action performed. |
object^hrn:hrs:meeting:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
committeeHrn | string^hrn:hrs:committees:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
Array of objects (DocumentRef) Documents entered on action performed. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "notes": "string",
- "isAssignToMeeting": true,
- "agendaTypeHrn": {
- "hrn": "string",
- "name": "string"
}, - "relatedProjectHrn": "string",
- "displayOrder": 0,
- "meetingHrn": {
- "hrn": "string",
- "name": "string"
}, - "committeeHrn": "hrn:hrs:committees:1",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
required | object A single selection person chooser in which we select the coordinator. |
comments | string Comment on action performed. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "coordinator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "comments": "string",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (AdminOfficesListResponseObject) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "officeId": "368ec50e-83d0-472b-97e9-19b398a603ae",
- "administrativeBackupReviewer": "string",
- "name": "Adm Office 1",
- "defaultReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "staff": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "isActive": false,
- "dateCreated": "2024-03-30T19:37:22.2654760Z",
- "dateModified": "2025-05-05T07:12:51.0374110Z",
- "createdBy": "string",
- "tenantId": 1
}
]
}
item | string Project items. |
hrn | string (HRN) Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "item": "string",
- "hrn": "string"
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (ActiveDisclosureList) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "id": "DP00016577",
- "firstName": "CoreServices",
- "lastName": "Administrator",
- "emailDisplayName": "admin@hcg.com",
- "employerName": "Huron Consulting Group",
- "organizationName": "Huron Eurasia India Private Limited"
}
]
}
isBypass required | boolean Indicates whether an ancillary review was bypassed on the retrospective review. The values are true or false. If set to TRUE, user can add value for the "bypassReason" field. |
byPassReason required | string The reason an ancillary review block was bypassed for a retrospective review. |
customProperties | object Custom properties or additional fields. |
{- "isBypass": true,
- "byPassReason": "lorem ipsum reason",
- "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
organizationId | string ID of the organization. |
defaultReviewerId | string ID of the person assigned as the default reviewer. |
reviewers | Array of strings List of person Ids assigned as reviewers. |
{- "organizationId": "string",
- "defaultReviewerId": "string",
- "reviewers": [
- "string"
]
}
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "id": "string",
- "name": "string",
- "sourceIdentifier": "string",
- "research_project_hrn": {
- "hrn": "string",
- "name": "string"
}, - "discloser": {
- "hrn": "string",
- "name": "string"
}, - "project_state": "string",
- "assigned_reviewer": {
- "hrn": "string",
- "name": "string"
}, - "certification_type": "Research",
- "review_stages": {
- "intermediateReviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": null,
- "name": null,
- "description": null,
- "active": null,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": null,
- "name": null
}, - "postalCode": "string",
- "country": {
- "hrn": null,
- "name": null
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "organization": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}
}
], - "shouldUseDefaultReviewer": true
}, - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- null
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": null,
- "addressLine2": null,
- "city": null,
- "stateProvince": { },
- "postalCode": null,
- "country": { },
- "phone": null,
- "email": null,
- "website": null
}, - "employer": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "organization": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "secondaryUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "additionalUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}
}
], - "shouldUseDefaultReviewer": true
}
]
}, - "current_review_stage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true
}, - "customProperties": { },
- "dateCreated": "2025-05-01T10:00:00.000Z",
- "dateModified": "2025-05-01T10:00:00.000Z",
- "clarificationResponseDueDate": "2025-05-01T10:00:00.000Z",
- "management_plan_hrn": {
- "hrn": "string",
- "name": "string"
}, - "review": [
- {
- "is_final": true,
- "is_committee_review": true,
- "determination_hrn": {
- "hrn": "string",
- "name": "string"
}, - "follow_up_action_hrn": {
- "hrn": "string",
- "name": "string"
}, - "conflicts": [
- {
- "id": 0,
- "conflictSatisfied": true,
- "nextMonitor": "2025-05-01T10:00:00.000Z",
- "monitorReports": [
- {
- "managementPlanDocument": null,
- "completionDate": null
}
]
}
], - "assign_for_committee": true,
- "reviewStages": {
- "intermediateReviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": null,
- "id": null,
- "active": null,
- "firstName": null,
- "lastName": null,
- "rights": [ ],
- "userId": null,
- "contactInformation": null,
- "employer": null,
- "organization": null,
- "secondaryUnit": null,
- "additionalUnit": null
}
], - "shouldUseDefaultReviewer": true
}, - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": null,
- "name": null
}, - "department": {
- "hrn": null,
- "name": null
}, - "dedicatedReviewer": {
- "hrn": null,
- "name": null
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- null
], - "shouldUseDefaultReviewer": true
}
]
}, - "reviewer_hrn": {
- "hrn": "string",
- "name": "string"
}, - "review_completed_date": "2025-05-01T10:00:00.000Z",
- "date_created": "2025-05-01T10:00:00.000Z",
- "date_modified": "2025-05-01T10:00:00.000Z",
- "management_plan_hrn": {
- "hrn": "string",
- "name": "string"
}, - "meeting_hrn": {
- "hrn": "string",
- "name": "string"
}, - "additional_action_needed": true,
- "submit_my_review_notes": "string",
- "submit_review_notes": "string",
- "submit_committe_review_notes": "string",
- "submit_my_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "submit_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "submit_committee_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
]
}
], - "clarification": [
- {
- "request_text": "string",
- "request_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "request_date": "2019-08-24T14:15:22Z",
- "date_created": "2019-08-24T14:15:22Z",
- "date_modified": "2019-08-24T14:15:22Z",
- "requestor": {
- "hrn": "string",
- "name": "string"
}, - "response_date": "2019-08-24T14:15:22Z",
- "response_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "response_text": "string",
- "response_submitted": true,
- "clarification_response_due_date": "2019-08-24T14:15:22Z"
}
]
}
}
]
}
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "organizationId": "string",
- "defaultReviewerId": "string",
- "reviewers": [
- "string"
]
}
}
]
}
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "personId": "string",
- "categoryName": "string",
- "categoryId": "string",
- "isRemoveCategory": "True"
}
}
]
}
personId | string ID field of the person. |
categoryName | string Name of the category for which the person is to be added. |
categoryId | string Unique ID associated with the category for which the person is to be added. |
isRemoveCategory | string Enum: "True" "Yes" Indicates that the given person should be removed from the specified category when value is true or yes. |
{- "personId": "string",
- "categoryName": "string",
- "categoryId": "string",
- "isRemoveCategory": "True"
}
organizationId required | string ID of the organization. |
defaultReviewerId | string ID of the person assigned as the default reviewer. |
reviewers | Array of strings List of person Ids assigned as reviewers. |
{- "organizationId": "string",
- "defaultReviewerId": "string",
- "reviewers": [
- "string"
]
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (ClarificationResponse) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "clarificationId": 0,
- "certificationId": 0,
- "requestText": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "requestDate": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "requestor": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "descriptionDetails": [
- ""
], - "certId": "string",
- "responseSubmitted": false
}
]
}
hrn | string (HRN) Huron Resource Name (HRN), a system generated unique value with the following structure |
name | string Name of the Certification. |
conflicts | Array of strings Describes the conflicts. |
entities | Array of strings Describes the entities. |
{- "hrn": "string",
- "name": "string",
- "conflicts": [
- "string"
], - "entities": [
- "string"
]
}
clarificationId | integer Unique ID when clarification is requested. |
certificationId | integer ID of the certification record at creation. |
requestText | string Text entered when the clarification was requested. |
Array of objects (DocumentRef) An array of supporting documents. | |
requestDate | string <date-time> The timestamp when the clarification was requested. |
dateCreated | string <date-time> The timestamp when the clarification request date was created. |
object Details of the requestor. | |
descriptionDetails | Array of strings Specific details added to the description. |
certId | string Unique ID of the Certification. |
responseSubmitted | boolean Indicates whether the response to the clarification has been submitted. The values are true or false. |
{- "clarificationId": 0,
- "certificationId": 0,
- "requestText": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "requestDate": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "requestor": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "descriptionDetails": [
- ""
], - "certId": "string",
- "responseSubmitted": false
}
status | string Status of the execution response (e.g., SUCCEEDED). |
executionArn | string [ 1 .. 256 ] characters Amazon resource name (ARN) that identifies the execution (e.g., |
{- "status": "string",
- "executionArn": "string"
}
object (Pagination) Describes pagination support. | |
object | |
Array of objects (CAManagePersonnelExecutionList) | |
object |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": {
- "Id": "string",
- "Name": "string"
}, - "data": [
- {
- "id": 0,
- "actionId": "string",
- "executionArn": "string",
- "dateCreated": "2019-08-24T14:15:22Z"
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
id | integer ID of the execution status. |
actionId | string Action ID of the action. |
executionArn | string [ 1 .. 256 ] characters Amazon resource name (ARN) that identifies the execution (e.g., |
dateCreated | string <date-time> The timestamp when the execution list was created, in UTC format. |
{- "id": 0,
- "actionId": "string",
- "executionArn": "string",
- "dateCreated": "2019-08-24T14:15:22Z"
}
personName | string Name of the person. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
[- {
- "personName": "string",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}
}
]
hrn required | string (HRN) Huron Resource Name (HRN), a system generated unique value with the following structure |
name required | string Name of the document. |
url required | string The URL of the document (S3 object). |
required | object The category of the document. Can be either of |
dateCreated required | string <date-time> The timestamp when the latest version of the document was created. |
version required | number A number signifying how many revisions are done for the document. |
fileKey required | string The file key to the COI document (S3 object). |
documentScanned required | number Number of documents that are scanned. |
{- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
reason required | string The reason for closing the triggering event. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "reason": "string",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
id | string Identifier of the certification types (e.g., Research). |
categoryName | string The name of the category. |
categoryDescription | string The description of the category. |
trainingReqForSmartform | string Indicates if there is any institution-specific training requirements to the personnel assigned to the category. The values are "Yes", or "No". |
trainingTitle | string The title of the category training. |
isApplicableToAll | boolean Indicates whether this category applies to all personnel. The values are true or false. |
isCategoeyActive | boolean Indicates whether the category is currently used. The values are true or false. |
expireTraingForNew | boolean Indicates whether the training is expired for newly assigned disclosers. The values are true or false. |
categorySpecificTrainingValidity | integer The total number of days till training is valid (e.g., 365). |
categorySpecificTrainingText | string The text for category specific training. Default training text is delivered by Huron COI. |
hasRelyOnExternal | boolean Indicates whether Huron COI internal system relies on an external system/integration to capture last completed training dates. |
categoryAttestion | string The text for category specific attestation statement. |
Array of objects (CategoryDocuments) Category specific training documents. |
{- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
id | string Identifier of the certification types (e.g., Research). |
categoryName | string The name of the category. |
categoryDescription | string The description of the category. |
trainingReqForSmartform | string Indicates if there is any institution-specific training requirements to the personnel assigned to the category. The values are "Yes", or "No". |
trainingTitle | string The title of the category training. |
isApplicableToAll | boolean Indicates whether this category applies to all personnel. The values are true or false. |
isCategoeyActive | boolean Indicates whether the category is currently used. The values are true or false. |
expireTraingForNew | boolean Indicates whether the training is expired for newly assigned disclosers. The values are true or false. |
categorySpecificTrainingValidity | integer The total number of days till training is valid (e.g., 365). |
categorySpecificTrainingText | string The text for category specific training. Default training text is delivered by Huron COI. |
hasRelyOnExternal | boolean Indicates whether Huron COI internal system relies on an external system/integration to capture last completed training dates. |
categoryAttestion | string The text for category specific attestation statement. |
Array of objects (CategoryDocuments) Category specific training documents. |
[- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
clarification_id | integer Clarification ID. This gets created while requesting a clarification. |
nextStepRadio | string The decision related to the clarification (e.g., Resolve/request additional). |
Comments | string Comments entered on the action performed. |
Array of objects (DocumentRef) Information of the documents on the action performed. |
{- "clarification_id": 0,
- "nextStepRadio": "string",
- "Comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
description | string Description added on conflict addition. |
disclosureEntitiesHrn | Array of strings[^hrn:hrs:discloserentity:[0-9]+$] Entities HRN taken from disclosure profile. |
{- "description": "string",
- "disclosureEntitiesHrn": [
- "string"
]
}
sourceIdentifier required | string ID of the conflict in a source system. |
status required | string The status of the conflict. |
description required | string A description about the conflict. |
dateCreated required | string <date-time> The timestamp when the conflict was created. |
dateModified | string <date-time> The timestamp when the conflict was last modified. |
sourceId | Array of strings Source ID (Disclosure Entity ID ) is from legacy system (ID00000594). |
isSatisfied required | boolean Indicates whether the resolution of conflict is satisfied. The values are true or false. To eliminate conflict status, set |
{- "sourceIdentifier": "string",
- "status": "string",
- "description": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "sourceId": [
- ""
], - "isSatisfied": true
}
comments required | string Extra information about the retrospective review. |
Array of objects (DocumentRef) | |
notifyTo | Array of strings Items Enum: "AssignReviewer" "COIAdministrator" Email notification for the COI Administrator or an Assigned Reviewer. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
customProperties | object Custom properties or additional fields. |
{- "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "notifyTo": [
- "AssignReviewer"
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
sourceIdentifier required | string ID of the clarification in a source system. NOTE: For migration, use |
request_text required | string Description of changes and the requested information. |
Array of objects (DocumentRef) An array of the requested documents. | |
request_date required | string <date-time> The timestamp when the clarification was requested. |
date_created required | string <date-time> The timestamp when the clarification request was created. |
date_modified | string <date-time> The timestamp when the clarification request was last modified. |
requestor required | string Id of the requestor |
responseDate | string <date-time> The timestamp when the clarification was responded. |
Array of objects (DocumentRef) Details of the requested document. | |
responseText | string Description about the changes made. |
{- "sourceIdentifier": "string",
- "request_text": "string",
- "request_document": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "request_date": "2019-08-24T14:15:22Z",
- "date_created": "2019-08-24T14:15:22Z",
- "date_modified": "2019-08-24T14:15:22Z",
- "requestor": "string",
- "responseDate": "2019-08-24T14:15:22Z",
- "response_document": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "responseText": "string"
}
name required | string Name of certification. |
id | string id of certification. |
sourceIdentifier required | string Source identifier from legacy system. |
researchProjectId | string Source identifier of the triggering event project. |
required | object |
project_state required | string The state of the certification. |
object Details of the reviewer currently assigned to the certification. | |
certification_type required | string Type of certification (e.g., research). |
object The review stages of the certification (final_review_stage | intermediate_review_stage ). | |
object The current review stage of the certification. | |
customProperties | object or null Any custom properties tied to the certification. |
dateCreated required | string <date-time> The timestamp when the certification was created. |
dateModified | string <date-time> The timestamp when the certification was last modified. |
clarificationResponseDueDate | string <date-time> The timestamp when a clarification response is due for the certification. |
submittedDate | string <date-time> The timestamp when the certification was submitted. |
management_plan | string management_plan is the source identifier of management plan. |
Array of objects (review) Information related to review like determination, follow up action, etc. | |
Array of objects (clarification) Information about the clarification. |
{- "name": "string",
- "id": "string",
- "sourceIdentifier": "string",
- "researchProjectId": "string",
- "discloser": {
- "hrn": "string"
}, - "project_state": "string",
- "assigned_reviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "certification_type": "string",
- "review_stages": {
- "intermediateReviewStages": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
], - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
]
}, - "current_review_stage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}, - "customProperties": { },
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "clarificationResponseDueDate": "2019-08-24T14:15:22Z",
- "submittedDate": "2019-08-24T14:15:22Z",
- "management_plan": "string",
- "review": [
- {
- "sourceIdentifier": "string",
- "determination": {
- "hrn": "string",
- "name": "string"
}, - "followUpAction": {
- "hrn": "string",
- "name": "string"
}, - "conflicts": {
- "sourceIdentifier": "string",
- "status": "string",
- "description": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "sourceId": [
- ""
], - "isSatisfied": true
}, - "assignForCommittee": true,
- "isFinal": true,
- "isCommitteeReview": true,
- "reviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}, - "reviewer": "string",
- "reviewCompletedDate": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "notes": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "dateStageBegin": "2019-08-24T14:15:22Z"
}
], - "clarification": [
- {
- "sourceIdentifier": "string",
- "request_text": "string",
- "request_document": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "request_date": "2019-08-24T14:15:22Z",
- "date_created": "2019-08-24T14:15:22Z",
- "date_modified": "2019-08-24T14:15:22Z",
- "requestor": "string",
- "responseDate": "2019-08-24T14:15:22Z",
- "response_document": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "responseText": "string"
}
]
}
id required | string Unique identifier of the certification. |
name required | string Name of certification. |
sourceIdentifier | string Source identifier from legacy system. |
object^hrn:hrs:triggeringevent:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
required | object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
project_state required | string The state of the certification. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
certification_type required | string Enum: "Research" "Non-Research" Type of certification (e.g., Research). |
required | object The review stages of the certification (final_review_stage | intermediate_review_stage ). |
required | object The current review stage of the certification. |
customProperties | object or null Any custom properties tied to the certification. |
dateCreated | string <date-time> The timestamp when the certification was created. |
dateModified | string <date-time> The timestamp when the certification was last modified. |
clarificationResponseDueDate | string <date-time> The timestamp when a clarification response is due for the certification. |
object^hrn:hrs:managementplan:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects (ReviewForBulkImport) Information related to review like determination, follow up action, etc. | |
Array of objects (ClarificationForBulkImport) Information about the clarification. |
{- "id": "string",
- "name": "string",
- "sourceIdentifier": "string",
- "research_project_hrn": {
- "hrn": "string",
- "name": "string"
}, - "discloser": {
- "hrn": "string",
- "name": "string"
}, - "project_state": "string",
- "assigned_reviewer": {
- "hrn": "string",
- "name": "string"
}, - "certification_type": "Research",
- "review_stages": {
- "intermediateReviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true
}, - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true
}
]
}, - "current_review_stage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true
}, - "customProperties": { },
- "dateCreated": "2025-05-01T10:00:00.000Z",
- "dateModified": "2025-05-01T10:00:00.000Z",
- "clarificationResponseDueDate": "2025-05-01T10:00:00.000Z",
- "management_plan_hrn": {
- "hrn": "string",
- "name": "string"
}, - "review": [
- {
- "is_final": true,
- "is_committee_review": true,
- "determination_hrn": {
- "hrn": "string",
- "name": "string"
}, - "follow_up_action_hrn": {
- "hrn": "string",
- "name": "string"
}, - "conflicts": [
- {
- "id": 0,
- "conflictSatisfied": true,
- "nextMonitor": "2025-05-01T10:00:00.000Z",
- "monitorReports": [
- {
- "managementPlanDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "completionDate": "2025-05-01T10:00:00.000Z"
}
]
}
], - "assign_for_committee": true,
- "reviewStages": {
- "intermediateReviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true
}, - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": null,
- "name": null,
- "description": null,
- "active": null,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": null,
- "name": null
}, - "postalCode": "string",
- "country": {
- "hrn": null,
- "name": null
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "organization": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}
}
], - "shouldUseDefaultReviewer": true
}
]
}, - "reviewer_hrn": {
- "hrn": "string",
- "name": "string"
}, - "review_completed_date": "2025-05-01T10:00:00.000Z",
- "date_created": "2025-05-01T10:00:00.000Z",
- "date_modified": "2025-05-01T10:00:00.000Z",
- "management_plan_hrn": {
- "hrn": "string",
- "name": "string"
}, - "meeting_hrn": {
- "hrn": "string",
- "name": "string"
}, - "additional_action_needed": true,
- "submit_my_review_notes": "string",
- "submit_review_notes": "string",
- "submit_committe_review_notes": "string",
- "submit_my_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "submit_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "submit_committee_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
]
}
], - "clarification": [
- {
- "request_text": "string",
- "request_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "request_date": "2019-08-24T14:15:22Z",
- "date_created": "2019-08-24T14:15:22Z",
- "date_modified": "2019-08-24T14:15:22Z",
- "requestor": {
- "hrn": "string",
- "name": "string"
}, - "response_date": "2019-08-24T14:15:22Z",
- "response_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "response_text": "string",
- "response_submitted": true,
- "clarification_response_due_date": "2019-08-24T14:15:22Z"
}
]
}
request_text required | string Description of changes and the requested information. |
Array of objects[ items^hrn:hrs:documents:[a-z0-9]+$ ] An array of the requested documents. | |
request_date required | string <date-time> The timestamp when the clarification was requested. |
date_created required | string <date-time> The timestamp when the clarification request was created. |
date_modified | string <date-time> The timestamp when the clarification request was last modified. |
required | object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
response_date | string <date-time> The timestamp when the clarification was responded. |
Array of objects[ items^hrn:hrs:documents:[a-z0-9]+$ ] Details of the requested document. | |
response_text | string Description about the changes made. |
response_submitted required | boolean Indicates whether the response is submitted. The values are true or false. |
clarification_response_due_date | string <date-time> The timestamp when the clarification is due. |
{- "request_text": "string",
- "request_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "request_date": "2019-08-24T14:15:22Z",
- "date_created": "2019-08-24T14:15:22Z",
- "date_modified": "2019-08-24T14:15:22Z",
- "requestor": {
- "hrn": "string",
- "name": "string"
}, - "response_date": "2019-08-24T14:15:22Z",
- "response_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "response_text": "string",
- "response_submitted": true,
- "clarification_response_due_date": "2019-08-24T14:15:22Z"
}
Array of objects (PersonRef) |
{- "data": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
]
}
ListResponse
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (CertificationListObject) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "certifications_id": 7,
- "id": "CERT00000007",
- "name": "Research certification for John Doe -TE100000005",
- "hrn": "string",
- "researchProjectId": "string",
- "dateCreated": "2023-04-14T08:05:39.974Z",
- "dateModified": "2023-04-14T08:05:42.168Z",
- "projectStateId": "AwaitingProfileUpdate",
- "certificationType": "Research",
- "discloserFirstName": "John",
- "discloserLastName": "Doe",
- "workflowState": "AwaitingProfileUpdate",
- "projectStateDisplayName": "Awaiting Profile Update",
- "researchProjectName": "test",
- "daysInCurrentState": 605,
- "discloserName": "John Doe",
- "certificationTypeName": "Research",
- "employerName": "Huron Consulting Group",
- "organizationName": "Huron Consulting Group"
}
]
}
hrn | string^hrn:hrs:certification:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
id | string <= 155 characters ID of the certification record. |
object Details of the disclosure for whom the certification was created. | |
name | string Name of the certification. |
eventType | string Type of an event (IRB Submission | Grants JIT). |
object (PersonRef) | |
Array of objects | |
certificationType | string Enum: "Research" "Non-Research" Type of certification (e.g., Research, Non-Research). |
{- "hrn": "string",
- "id": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "name": "string",
- "eventType": "string",
- "principalInvestigator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "assignedReviewer": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "certificationType": "Research"
}
id | string Identifier of the categories for the disclosure types (e.g., Research). |
{- "id": "string"
}
Array of objects (CertificationType) Information about the certification types. |
{- "certificationTypes": [
- {
- "id": "string",
- "certificationTypeName": "string",
- "certificationTypeDescription": "string",
- "certificationTypeIsActive": true,
- "certificationTypedisplayOrder": 0,
- "reviewWorkflowTemplate": "string",
- "allowDefaultTemplateOverride": true,
- "restartReviewWorflow": "string",
- "allowCommitteeReview": "string",
- "certificationTextDisplay": "string",
- "enforceWorkflowStoppage": "string",
- "associatedCategories": "string",
- "requireResearchCertification": "string",
- "disclosureTypeDetails": [
- {
- "disclosureTypesName": "string",
- "anyOfThisType": "string",
- "totalValues": [
- {
- "fieldName": "string"
}
]
}
], - "totalDollars": 0,
- "totalTimes": 0,
- "isThreshold": "string",
- "isFlagAsForeign": "string",
- "sponsoredTravelExceed": "string",
- "utilizeResearchPortfolio": "string",
- "researchPortfolioTask": [
- "string"
], - "whenCertificationCreated": [
- "string"
], - "UnknownEquity": "string",
- "IntellectualProperty": "string",
- "NonPublicTraded": "string",
- "isNewCertOnProfileUpdate": true,
- "sponsorTravelThreshold": "string",
- "timeThresholds": "string",
- "dollarThresholds": "string",
- "hasThresholds": true,
- "foreignEntityFlagged": true,
- "isReviewRequired": true
}
]
}
comments | string Extra information added about the update. |
Array of objects (DocumentRef) An array of supporting documents. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
customProperties | object Any custom properties from the action form. |
{- "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": { }
}
required | Array of objects (MigrateOrImportPersonHrn) [ items^hrn:hrs:persons:[0-9]+$ ] Information about persons. |
requiresProfileUpdate required | boolean Indicates whether discloser need to update their profile prior to routing Certification for review. The values are true or false. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
certificationTypeIds required | Array of strings Certifications type ID's of the selected persons. |
disclosersSelectionType required | string Information about selection of selected personnel or all personnel. |
{- "individualDisclosers": [
- {
- "hrn": "string",
- "name": "string"
}
], - "requiresProfileUpdate": true,
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "certificationTypeIds": [
- "string"
], - "disclosersSelectionType": "string"
}
ListResponse
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (Categories) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "categoryName": "string",
- "description": "string",
- "countOfPersonnel": 0,
- "appliesTo": "string",
- "id": "cb36f6b1-c8c0-49d4-90cd-50187e32c073"
}
]
}
categoryName | string Name of the category from settings. |
description | string Short description of the category. |
countOfPersonnel | integer Indicates the count of personnel for category (e.g., 1786). |
appliesTo | string Disclosure/User applicability to a particular category. |
id | string <uuid> UUId representation of Category. |
{- "categoryName": "string",
- "description": "string",
- "countOfPersonnel": 0,
- "appliesTo": "string",
- "id": "cb36f6b1-c8c0-49d4-90cd-50187e32c073"
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (Personnel) | |
object |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "data": [
- {
- "name": "string",
- "hrn": "string",
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "activeItems": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
required | Array of objects (PersonRef) Information about persons. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "persons": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
id | string Identifier of the certification types (e.g., Research). |
certificationTypeName | string Name of the Certification type (e.g., Research, Non-Research). |
certificationTypeDescription | string Description about certification type. |
certificationTypeIsActive | boolean Indicates whether the certification type is currently used. The values are true or false. By default, COI certification type is Active. |
certificationTypedisplayOrder | number The order of display of the certification type. |
reviewWorkflowTemplate | string Name of the review work flow template attached to each certification type (this is from central action). |
allowDefaultTemplateOverride | boolean Indicates whether to allow default template to override. The values are true or false. |
restartReviewWorflow | string Indicates whether to restart the review process of a certification from the initial stage. The values are true or false. If set to True, a change to the disclosure profile associated with the certification restarts the review workflow from the first stage. NOTE: This setting is only applicable for certifications that are in the Under Review state. |
allowCommitteeReview | string Indicates whether to allow committee review for this certification type. The values are true or false. If set to True, committee is allowed to review the certification. |
certificationTextDisplay | string Information about certification text that is used in action. |
enforceWorkflowStoppage | string Controls the normal workflow by specifying a workflow stoppage for the certification type. The values are "Yes", or "No". If set to "Yes", ancillary reviews that are marked required and have not been completed prevent the project from moving forward beyond the stoppage state. The ancillary review stoppage will not allow the certification to move to the Review Complete state or the Committee Review state. |
associatedCategories | string The category to which the certification type is associated. By default, the Research certification type is associated with the Research category. NOTE: A non-research certification type can be associated with either the Research category or any non-research category created by the institution. |
requireResearchCertification | string Indicates if the Research certification is required. The values are "Yes", or "No". |
Array of objects (DisclosureTypesDetails) Details about the disclosure type. | |
totalDollars | integer The total dollars spent on all the interests and activities exceed. |
totalTimes | integer The total time spent on all the interests and activities exceed. |
isThreshold | string Indicates if threshold is required. The values are "Yes", or "No". |
isFlagAsForeign | string Indicates if the entity related to the disclosure types is a foreign organization. The values are "Yes", or "No". |
sponsoredTravelExceed | string The threshold value of total dollars ($) and time (days) for all the interests and activities in a disclosure profile. |
utilizeResearchPortfolio | string Indicates whether to enable the utilize Research Portfolio functionality. The values are "Yes", or "No". |
researchPortfolioTask | Array of strings List of scenarios that determine when a Research Portfolio Review Task was created. |
whenCertificationCreated | Array of strings List of scenarios that determine when a new certification was created. |
UnknownEquity | string Indicates if the disclosure profile has an unknown equity. The values are "Yes", or "No". |
IntellectualProperty | string Indicates if the disclosure profile includes any intellectual property. The values are "Yes", or "No". |
NonPublicTraded | string Indicates whether the disclosure profile includes equity for a non-publicly traded company. The values are "Yes", or "No". |
isNewCertOnProfileUpdate | boolean Indicates whether to create new certification on profile update. The values are true or false. |
sponsorTravelThreshold | string The threshold value (in dollars) of the sponsored travel. |
timeThresholds | string The threshold value of total time (in days) for all interests and activities. |
dollarThresholds | string The threshold value of total dollars for all interests and activities. |
hasThresholds | boolean Indicates whether the certification requires review thresholds based on all interests and activities. The values are true or false. If set to True, |
foreignEntityFlagged | boolean Indicates whether to flag a foreign entity. The values are true or false. If set to True, the certification for the disclosure profile requires a review. |
isReviewRequired | boolean Indicates whether all certifications require review. The values are true or false. If set to True, the thresholds have no impact and all certifications require review, even if the person has nothing to disclose. If set to False, the criteria for a certification review needs to be defined. |
{- "id": "string",
- "certificationTypeName": "string",
- "certificationTypeDescription": "string",
- "certificationTypeIsActive": true,
- "certificationTypedisplayOrder": 0,
- "reviewWorkflowTemplate": "string",
- "allowDefaultTemplateOverride": true,
- "restartReviewWorflow": "string",
- "allowCommitteeReview": "string",
- "certificationTextDisplay": "string",
- "enforceWorkflowStoppage": "string",
- "associatedCategories": "string",
- "requireResearchCertification": "string",
- "disclosureTypeDetails": [
- {
- "disclosureTypesName": "string",
- "anyOfThisType": "string",
- "totalValues": [
- {
- "fieldName": "string"
}
]
}
], - "totalDollars": 0,
- "totalTimes": 0,
- "isThreshold": "string",
- "isFlagAsForeign": "string",
- "sponsoredTravelExceed": "string",
- "utilizeResearchPortfolio": "string",
- "researchPortfolioTask": [
- "string"
], - "whenCertificationCreated": [
- "string"
], - "UnknownEquity": "string",
- "IntellectualProperty": "string",
- "NonPublicTraded": "string",
- "isNewCertOnProfileUpdate": true,
- "sponsorTravelThreshold": "string",
- "timeThresholds": "string",
- "dollarThresholds": "string",
- "hasThresholds": true,
- "foreignEntityFlagged": true,
- "isReviewRequired": true
}
comments required | string Reason for discarding the retrospective review. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
customProperties | object Custom properties or additional fields. |
{- "comments": "string",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
daysSponsoredTravelRemainsActive | integer Total number of remaining days of active sponsor travel (e.g., 365 days). |
disclosureProfileInstructionsAndPolicy | string The instructions and policy information to display in the disclosure profile. |
foreignInfluenceAttestation | string The attestation to display if discloser profile has a foreign entity. |
completeDisclosureProfileUpdateActivityAttestation | string The attestation to display while performing submit disclosure profile action. |
{- "daysSponsoredTravelRemainsActive": 0,
- "disclosureProfileInstructionsAndPolicy": "string",
- "foreignInfluenceAttestation": "string",
- "completeDisclosureProfileUpdateActivityAttestation": "string"
}
id | string Identifier of the disclosure types (e.g., Equity, Editorial). |
disclosureTypesName | string The disclosure type name that appears in selection list (e.g., Visiting Scholar). |
disclosureTypesDescription | string Description about what the disclosure type reports (e.g., Visiting professor or other scholar who temporarily visits the institution to engage in research and scholarship.). |
Array of objects (Catagory) Defines multiple disclosure categories for the discloser (e.g., Research). | |
disclosureTypesStatus | boolean Indicates whether the disclosure type. The values are true or false. Set the value to True to display this disclosure type to users. |
disclosureTypeDisplayOrder | number The order in which the disclosure types are listed (e.g., 1, 2). |
disclosureType | string The type which is defined by default (e.g., standard). |
enableCapturingVentureCapital | boolean Indicates whether the disclosure type captures venture capital information. This field is for Equity disclosure type only. The values are true or false. |
{- "id": "string",
- "disclosureTypesName": "string",
- "disclosureTypesDescription": "string",
- "disclosureTypesCategories": [
- {
- "id": "string"
}
], - "disclosureTypesStatus": true,
- "disclosureTypeDisplayOrder": 0,
- "disclosureType": "string",
- "enableCapturingVentureCapital": true
}
hrn required | string^hrn:hrs:discloserentity:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
disclosureEntityId | integer ID of the disclosure entity record. |
entityId | string <uuid> The unique identifier of the entity. This contains UUID to represent a record uniquely. |
profileId | integer ID of the disclosure entity profile associated with the disclosure entity. |
object^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object Custom write-in entity information (if any). | |
object Details of the organization/entity. | |
dateCreated | string Date when the entity disclosure was created. |
dateModified | string Date when the entity disclosure was last modified. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
totalValue | integer The total value of all disclosures for an entity entered by the disclosure. |
totalDuration | integer The total duration of all disclosed activities for an entered by the discloser. |
entitySource | string Represents where an entity source is created from i.e., a Disclosure Profile or Pre-approval request. |
disclosureTypeId | string ID of the disclosure type (e.g., Equity, Travel). |
customProperties | object Custom properties or additional fields. |
isDeleted | boolean Indicates whether the disclosure entity has been marked as deleted. The values are true or false. |
Array of objects Data collected from the custom disclosure form. | |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object Status and classification of the entity. | |
required | Equity (object) or Editorial (object) or Consulting (object) or IP (object) or Divestiture (object) or Travel (object) or Prizes (object) or Other (object) or External (object) or VentureCapital (object) or Board (object) or VisitingScholar (object) or InKind (object) Denotes compensation properties of a request type. |
hasDollarThresholdExceeded | boolean Indicates whether compensation exceeds threshold. The values are true or false. |
hasTimeThresholdExceeded | boolean Indicates whether time involvement exceeds threshold. The values are true or false. |
createdAt | string <date-time> The time stamp when entity was created. \n\n NOTE: Required for migration. |
modifiedAt | string <date-time> The time stamp when entity was modified. |
hasThresholdExceeded | boolean Indicates whether any of the threshold is exceeded. The values are true or false. |
isMpAssociated | boolean Indicates whether this entity is linked to a management plan. The values are true or false. |
requestid | integer Unique ID related to workflow. This is an Optional field. |
isParApproved | boolean Indicates whether the disclosure is PAR approved. The values are true or false. |
{- "hrn": "string",
- "disclosureEntityId": 0,
- "entityId": "49e54b25-882b-45cc-8a2f-819cca78b40f",
- "profileId": 25,
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "writeInEntity": {
- "writeInEntityName": "string",
- "entityIsPublic": true,
- "entityIsForeign": true
}, - "entityDetail": {
- "Hrn": {
- "hrn": "string",
- "name": "string"
}, - "Name": "string",
- "Id": "string",
- "IsPubliclyTraded": true
}, - "dateCreated": "2025-05-08T15:52:49.0000000Z",
- "dateModified": "2025-05-08T15:52:49.0000000Z",
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 22,
- "totalDuration": 0,
- "entitySource": "string",
- "disclosureTypeId": "VisitingScholar",
- "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}, - "isDeleted": false,
- "formData": [
- {
- "disclosureTypeId": "VisitingScholar",
- "disclosureTypeFormData": [
- {
- "name": "string",
- "label": "string",
- "value": "string",
- "fieldType": "string"
}
]
}
], - "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityInformation": {
- "active": false,
- "isForeign": false,
- "isPubliclyTraded": false
}, - "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "hasDollarThresholdExceeded": false,
- "hasTimeThresholdExceeded": false,
- "createdAt": "2025-05-31T10:00:00.000Z",
- "modifiedAt": "2025-05-31T10:00:00.000Z",
- "hasThresholdExceeded": false,
- "isMpAssociated": false,
- "requestid": 0,
- "isParApproved": false
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (DisclosureProfileChangeLogListData) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "changeLogId": "string",
- "changeType": "string",
- "author": "string",
- "dateCreated": "2024-01-09T14:02:05.892Z",
- "trackingField": "TRAINING_MATERIAL",
- "id": "string",
- "newValue": "false",
- "oldValue": "true",
- "hasThresholdExceeded": false,
- "isMpAssociated": false,
- "changeText": "Updates made to Instructions & Policies page",
- "changeTextName": "Updates made to Instructions & Policies page"
}
]
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (DisclosureEntity) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "disclosureEntityId": 0,
- "entityId": "49e54b25-882b-45cc-8a2f-819cca78b40f",
- "profileId": 25,
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "writeInEntity": {
- "writeInEntityName": "string",
- "entityIsPublic": true,
- "entityIsForeign": true
}, - "entityDetail": {
- "Hrn": {
- "hrn": "string",
- "name": "string"
}, - "Name": "string",
- "Id": "string",
- "IsPubliclyTraded": true
}, - "dateCreated": "2025-05-08T15:52:49.0000000Z",
- "dateModified": "2025-05-08T15:52:49.0000000Z",
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 22,
- "totalDuration": 0,
- "entitySource": "string",
- "disclosureTypeId": "VisitingScholar",
- "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}, - "isDeleted": false,
- "formData": [
- {
- "disclosureTypeId": "VisitingScholar",
- "disclosureTypeFormData": [
- {
- "name": "string",
- "label": "string",
- "value": "string",
- "fieldType": "string"
}
]
}
], - "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityInformation": {
- "active": false,
- "isForeign": false,
- "isPubliclyTraded": false
}, - "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "hasDollarThresholdExceeded": false,
- "hasTimeThresholdExceeded": false,
- "createdAt": "2025-05-31T10:00:00.000Z",
- "modifiedAt": "2025-05-31T10:00:00.000Z",
- "hasThresholdExceeded": false,
- "isMpAssociated": false,
- "requestid": 0,
- "isParApproved": false
}
]
}
trainingLastCompletedDate | string <date-time> The timestamp when the training was last completed. |
disclosureStatus | string Workflow state of the disclosure profile. |
disclosureProfileLastCompletedDate | string <date-time> The timestamp when the profile was last completed. |
{- "trainingLastCompletedDate": "2019-08-24T14:15:22Z",
- "disclosureStatus": "string",
- "disclosureProfileLastCompletedDate": "2019-08-24T14:15:22Z"
}
hrn | string^hrn:hrs:disclosureprofile:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
id | string Unique identifier of the disclosure profile. |
profileId | integer The ID of the disclosure entity profile associated with the disclosure entity. |
name | string Name of the disclosure profile (e.g., Disclosure Profile for John). |
object The details of a disclosed person. | |
object The details of a discloser proxy. | |
requiresProfileUpdate | boolean Indicates whether the discloser profile requires an update. The values are true or false. |
dateCreated | string <date-time> The timestamp when profile was created. |
dateModified | string <date-time> The timestamp when profile was last modified. |
hasAcceptedTrainingMaterials | boolean Indicates whether the discloser has accepted training materials in the disclosure profile. The values are true or false. |
hasOutsideActivities | boolean Indicates whether the discloser has any outside activities or financial interests to disclose. The values are true or false. |
isActive | boolean Indicates whether the disclosure profile is active. The values are true or false. By default, the profile is active. If set to False, then it indicates the profile is deactivated. |
projectStateId | string The state of the disclosure profile (Active | InActive | ActionRequired | NoActionRequired). |
previousProjectStateId | string The previous state of the project before the current one. |
workflowState | string The disclosure profile's current state. |
firstName | string The given first name of a discloser profile. |
lastName | string The surname or family name of the discloser profile. |
object Contact information of the person. | |
object Details of the Organization. | |
Array of objects List of categories for which training has been accepted. | |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
disclosureProfileHrn | string^hrn:hrs:disclosureprofile:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
hasVentureCaptalEnableAsEquityDisclosuer | boolean Indicates whether to enable venture capital in equity type disclosure. The values are true or false. |
isApplicableToAllPersonnel | boolean Indicates whether discloser profile applies to all personnel. The values are true or false. |
managementPlanCount | integer The number of management plans associated with the profile. |
stateLastUpdated | string <date-time> The timestamp when last time the state was last updated. |
daysInCurrentState | integer The days since no state has changed |
projectStateDisplayName | string Label/name of the project state ID. |
profileUpdatedDate | string <date-time> The timestamp when the disclosure profile was most recently updated. |
active | boolean Indicates whether the project appears in picklists. The values are true or false. |
Array of objects (SmartformStep) Active Flex steps for disclosure profile configured in Step Flex Settings. | |
researchTrainingDate | string <date-time> The date the research training was completed. |
isLastTrainingCompleted | boolean Indicates whether the most recent required training has been completed. The values are true or false. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects Tags associated with the disclosure profile. | |
Array of objects (UpdateDisclosureEntity) | |
stateLastUppdated | string <date-time> The last time the profile state was updated. |
Array of objects Version history of the disclosure profile. | |
isCustomPropertiesModified | boolean Indicates if any custom fields have been modified. The values are true or false. |
discloserDisplayName | string Full name of the discloser. |
emailDisplayName | string <email> Displayed email address of the discloser. |
isSfUpdated | boolean Indicates if Salesforce (or similar system) has been updated. The values are true or false. |
isCompleteProxyCompleted | boolean Whether the discloser proxy section has been fully completed. The values are true or false. |
hasOutstandingPortfolioTasks | boolean Indicates whether there are any outstanding portfolio review tasks. The values are true or false. |
foreignTalentDescription | string Notes or description regarding foreign talent disclosure. |
hasApplicantOrParticipant | boolean Indicates whether the discloser is an applicant or participant in related programs. The values are true or false. |
hasActiveStartupPackage | boolean Indicates whether the discloser has an active startup funding package. The values are true or false. |
hasStartupCompanyIntellectual | boolean Indicates whether the discloser has intellectual property in a startup. The values are true or false. |
hasThresholdExceeded | boolean Indicates whether any disclosure exceeds the dollar/time threshold. The values are true or false. |
IsResolvePortfolioVisible | boolean Indicates whether the "Resolve Portfolio" button is visible. The values are true or false. |
IsDiscloserPresentInOffices | boolean Indicates whether the discloser is assigned to any COI office. The values are true or false. |
IsDiscloserHasCoia | boolean True if discloser has a COI admin assigned. The values are true or false. |
isUserIsAssignReviewer | boolean Indicates whether the current user is assigned as a reviewer. The values are true or false. |
currentUserHasAccessToDp | boolean Indicates whethe the current user has access to view the disclosure profile. The values are true or false. |
Array of objects List of reviewers assigned to handle portfolio review tasks. | |
organisationName | string Name of the organization. |
string <email> Primary email address of the discloser. | |
object Custom key-value pairs defined for the profile. | |
object Draft data version of the disclosure profile. | |
employerName | string Employer name associated with the discloser. |
secondaryUnitName | string Secondary unit name, if applicable. |
additionalUnitName | string Additional unit name, if applicable. |
organizationName | string Name of the organization linked to the discloser. |
isMpAssociatedEntityUpdated | boolean Indicates whether any entity associated with a management plan has been updated. The values are true or false. |
object Metadata about training expiration and forced profile updates. | |
object Custom field values saved in draft. | |
Array of objects Dynamic form data organized by steps. | |
Array of objects Draft entity disclosures associated with the profile. |
{- "hrn": "string",
- "disclosureHrn": {
- "hrn": "string",
- "name": "string"
}, - "id": "DP00000025",
- "profileId": 0,
- "name": "Disclosure Profile for Huron Administrator",
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "discloserProxy": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "requiresProfileUpdate": true,
- "dateCreated": "2023-04-14T11:55:33.020703Z",
- "dateModified": "2025-05-07T06:31:50.250883Z",
- "hasAcceptedTrainingMaterials": true,
- "hasOutsideActivities": true,
- "isActive": true,
- "projectStateId": "ActionRequired",
- "previousProjectStateId": "NoActionRequired",
- "workflowState": "string",
- "firstName": "string",
- "lastName": "string",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "hasAcceptedData": [
- {
- "categoryId": "c9b95987-ff2e-4bae-90b9-c3a686f6fe34",
- "categoryName": "Research",
- "trainingExpirationdate": "2026-04-15T09:49:52.1581046+00:00",
- "hasAcceptedTraining": true
}
], - "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "disclosureProfileHrn": "string",
- "hasVentureCaptalEnableAsEquityDisclosuer": true,
- "isApplicableToAllPersonnel": true,
- "managementPlanCount": 0,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "projectStateDisplayName": "string",
- "profileUpdatedDate": "2019-08-24T14:15:22Z",
- "active": true,
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
], - "researchTrainingDate": "2025-03-22T11:36:16.893619Z",
- "isLastTrainingCompleted": false,
- "disclosureProxyHrn": {
- "hrn": "string",
- "name": "string"
}, - "tags": [
- {
- "name": "ABRC",
- "active": false,
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
], - "stateLastUppdated": "2025-04-07T06:02:46.15192Z",
- "versions": [
- {
- "minorVersion": 0,
- "majorVersion": 1,
- "versionDescription": "Disclosure Profile Update Completed"
}
], - "isCustomPropertiesModified": true,
- "discloserDisplayName": "Huron Administrator",
- "emailDisplayName": "admin@hcg.com",
- "isSfUpdated": true,
- "isCompleteProxyCompleted": false,
- "hasOutstandingPortfolioTasks": true,
- "foreignTalentDescription": "ggggdfgdfg gg gg aa aaa",
- "hasApplicantOrParticipant": true,
- "hasActiveStartupPackage": true,
- "hasStartupCompanyIntellectual": true,
- "hasThresholdExceeded": true,
- "IsResolvePortfolioVisible": false,
- "IsDiscloserPresentInOffices": false,
- "IsDiscloserHasCoia": true,
- "isUserIsAssignReviewer": true,
- "currentUserHasAccessToDp": true,
- "portfolioReviewTaskAssignedTo": [
- {
- "id": {
- "hrn": "string",
- "name": "string"
}, - "personId": 0,
- "firstName": "Vasu",
- "lastName": "Changela",
- "name": "Vasu Changela",
- "contactInformation": {
- "addressLine1": "d",
- "addressLine2": "",
- "postalCode": "",
- "phone": "",
- "email": "vchangela@hcg.com",
- "city": ""
}, - "active": false,
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "organisationName": "Huron Consulting Group",
- "email": "admin@hcg.com",
- "customProperties": { },
- "dpDraftData": {
- "isActive": false,
- "profileId": 0,
- "dateCreated": "0001-01-01T00:00:00",
- "isSfUpdated": false,
- "customProperties": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "managementPlanCount": 0,
- "hasThresholdExceeded": true,
- "requiresProfileUpdate": false,
- "hasActiveStartupPackage": false,
- "isLastTrainingCompleted": false,
- "foreignTalentDescription": "ggggdfgdfg",
- "isCompleteProxyCompleted": false
}, - "employerName": "",
- "secondaryUnitName": "",
- "additionalUnitName": "",
- "organizationName": "",
- "isMpAssociatedEntityUpdated": true,
- "gracePeriodData": {
- "lastForceProfileUpdatedDate": "2025-03-03T03:49:09.7122354Z",
- "lastTraningExpiredDate": "2025-04-08T04:48:10.2308965Z",
- "lockedHasThresholdExceeded": true
}, - "draftCustomData": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "stepFormData": [
- {
- "stepName": "flexstep1",
- "formData": [
- {
- "name": "Testing",
- "label": "testt",
- "value": 1,
- "fieldType": "number"
}
]
}
], - "entityDraftData": [
- {
- "profileId": 25,
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "dateCreated": "2025-03-21T15:29:49Z",
- "dateModified": "2025-03-21T15:29:49Z",
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityId": "88104c1b-6be6-4739-931b-4eb2cdd1fec2",
- "entityDetail": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "AstraZeneca",
- "active": false
}, - "entityInformation": {
- "isPubliclyTraded": false,
- "isForeign": false,
- "active": false
}, - "disclosureTypeId": "Travel",
- "writeInEntity": { },
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 0,
- "totalDuration": 0,
- "entitySource": "DisclosureProfile",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "hasOutsideActivities": true,
- "customProperties": {
- "B": "33"
}
}
]
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (DisclosureProfile) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "disclosureHrn": {
- "hrn": "string",
- "name": "string"
}, - "id": "DP00000025",
- "profileId": 0,
- "name": "Disclosure Profile for Huron Administrator",
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "discloserProxy": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "requiresProfileUpdate": true,
- "dateCreated": "2023-04-14T11:55:33.020703Z",
- "dateModified": "2025-05-07T06:31:50.250883Z",
- "hasAcceptedTrainingMaterials": true,
- "hasOutsideActivities": true,
- "isActive": true,
- "projectStateId": "ActionRequired",
- "previousProjectStateId": "NoActionRequired",
- "workflowState": "string",
- "firstName": "string",
- "lastName": "string",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "hasAcceptedData": [
- {
- "categoryId": "c9b95987-ff2e-4bae-90b9-c3a686f6fe34",
- "categoryName": "Research",
- "trainingExpirationdate": "2026-04-15T09:49:52.1581046+00:00",
- "hasAcceptedTraining": true
}
], - "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "disclosureProfileHrn": "string",
- "hasVentureCaptalEnableAsEquityDisclosuer": true,
- "isApplicableToAllPersonnel": true,
- "managementPlanCount": 0,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "projectStateDisplayName": "string",
- "profileUpdatedDate": "2019-08-24T14:15:22Z",
- "active": true,
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": null,
- "name": null,
- "url": null,
- "category": null,
- "dateCreated": null,
- "version": null,
- "fileKey": null,
- "documentScanned": null
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
], - "researchTrainingDate": "2025-03-22T11:36:16.893619Z",
- "isLastTrainingCompleted": false,
- "disclosureProxyHrn": {
- "hrn": "string",
- "name": "string"
}, - "tags": [
- {
- "name": "ABRC",
- "active": false,
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
], - "stateLastUppdated": "2025-04-07T06:02:46.15192Z",
- "versions": [
- {
- "minorVersion": 0,
- "majorVersion": 1,
- "versionDescription": "Disclosure Profile Update Completed"
}
], - "isCustomPropertiesModified": true,
- "discloserDisplayName": "Huron Administrator",
- "emailDisplayName": "admin@hcg.com",
- "isSfUpdated": true,
- "isCompleteProxyCompleted": false,
- "hasOutstandingPortfolioTasks": true,
- "foreignTalentDescription": "ggggdfgdfg gg gg aa aaa",
- "hasApplicantOrParticipant": true,
- "hasActiveStartupPackage": true,
- "hasStartupCompanyIntellectual": true,
- "hasThresholdExceeded": true,
- "IsResolvePortfolioVisible": false,
- "IsDiscloserPresentInOffices": false,
- "IsDiscloserHasCoia": true,
- "isUserIsAssignReviewer": true,
- "currentUserHasAccessToDp": true,
- "portfolioReviewTaskAssignedTo": [
- {
- "id": {
- "hrn": "string",
- "name": "string"
}, - "personId": 0,
- "firstName": "Vasu",
- "lastName": "Changela",
- "name": "Vasu Changela",
- "contactInformation": {
- "addressLine1": "d",
- "addressLine2": "",
- "postalCode": "",
- "phone": "",
- "email": "vchangela@hcg.com",
- "city": ""
}, - "active": false,
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "organisationName": "Huron Consulting Group",
- "email": "admin@hcg.com",
- "customProperties": { },
- "dpDraftData": {
- "isActive": false,
- "profileId": 0,
- "dateCreated": "0001-01-01T00:00:00",
- "isSfUpdated": false,
- "customProperties": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "managementPlanCount": 0,
- "hasThresholdExceeded": true,
- "requiresProfileUpdate": false,
- "hasActiveStartupPackage": false,
- "isLastTrainingCompleted": false,
- "foreignTalentDescription": "ggggdfgdfg",
- "isCompleteProxyCompleted": false
}, - "employerName": "",
- "secondaryUnitName": "",
- "additionalUnitName": "",
- "organizationName": "",
- "isMpAssociatedEntityUpdated": true,
- "gracePeriodData": {
- "lastForceProfileUpdatedDate": "2025-03-03T03:49:09.7122354Z",
- "lastTraningExpiredDate": "2025-04-08T04:48:10.2308965Z",
- "lockedHasThresholdExceeded": true
}, - "draftCustomData": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "stepFormData": [
- {
- "stepName": "flexstep1",
- "formData": [
- {
- "name": "Testing",
- "label": "testt",
- "value": 1,
- "fieldType": "number"
}
]
}
], - "entityDraftData": [
- {
- "profileId": 25,
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "dateCreated": "2025-03-21T15:29:49Z",
- "dateModified": "2025-03-21T15:29:49Z",
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityId": "88104c1b-6be6-4739-931b-4eb2cdd1fec2",
- "entityDetail": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "AstraZeneca",
- "active": false
}, - "entityInformation": {
- "isPubliclyTraded": false,
- "isForeign": false,
- "active": false
}, - "disclosureTypeId": "Travel",
- "writeInEntity": { },
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 0,
- "totalDuration": 0,
- "entitySource": "DisclosureProfile",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "hasOutsideActivities": true,
- "customProperties": {
- "B": "33"
}
}
]
}
]
}
disclosureTypesName | string Name of the disclosure type. |
anyOfThisType | string Indicates if there is a related type check. |
Array of objects (TotalValues) The details of public Equity and non-Public Equity. |
{- "disclosureTypesName": "string",
- "anyOfThisType": "string",
- "totalValues": [
- {
- "fieldName": "string"
}
]
}
object Details of a disclosed person. | |
submittedDate | string <date-time> The timestamp when the profile was submitted. |
isActive | boolean Indicates whether the disclosure profile is active. The values are true or false. By default, the profile is active. If set to False, then it indicates the profile is deactivated. |
disclosureProfileHrn | string^hrn:hrs:disclosureprofile:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
hasExceededThreshold | boolean Indicates whether threshold is increased for a disclosure profile. The values are true or false. |
requiresProfileUpdate | boolean Indicates whether profile update is required for a disclosure profile after making any new change. The values are true or false. |
{- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "submittedDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "disclosureProfileHrn": "string",
- "hasExceededThreshold": false,
- "requiresProfileUpdate": true
}
Array of objects (DisclosureProfileByPersonList) List of persons. |
{- "data": [
- {
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "submittedDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "disclosureProfileHrn": "string",
- "hasExceededThreshold": false,
- "requiresProfileUpdate": true
}
]
}
required | Array of objects (PersonRef) |
reasonForDeactivation required | string Details of the reason(s) for deactivating the active disclosure profile(s). |
Array of objects (DocumentRef) An array of supporting documents. | |
Array of objects (actionLogFormData) Metadata about the form fields shown in the action log interface. |
{- "disclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "reasonForDeactivation": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "name": "ReactivateProfileComment",
- "label": "Describe the reason for reactivating this disclosure profile",
- "displayString": "fdgfdgdf",
- "formTitle": "Reactivate Disclosure Profile"
}
]
}
id | string Identifier of the event types (e.g., IRBSubmission, GrantsJIT). |
eventTypeName | string The name which defines the event type. |
eventTypeStatus | boolean Indicates whether the event is currently used. The values are true or false. |
eventTypeDisplayOrder | number The order in which the event type is listed (e.g., 1, 2 ). |
{- "id": "string",
- "eventTypeName": "string",
- "eventTypeStatus": true,
- "eventTypeDisplayOrder": 0
}
object Information about the organization. |
{- "proxy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
}
required | Array of objects (PersonRef) Information about persons. |
comments | string User comments (if required). |
Array of objects (DocumentRef) Documents entered on action performed. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
categoriesId required | Array of strings Categories ID of the selected persons. |
personnelType required | string Information about selection of selected personnel or all personnel. |
{- "discloser": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "categoriesId": [
- "string"
], - "personnelType": "string"
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (EligibleProxiesListResponseObject) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "eligibleProxyId": 568,
- "proxy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "dateCreated": "2024-10-01T20:50:06.7124730Z",
- "dateModified": "2024-10-01T20:50:06.7124730Z",
- "createdBy": "string",
- "isActive": true,
- "firstName": "Roshan",
- "lastName": "Misal",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "hrn": "string",
- "name": "Roshan Misal"
}
]
}
required | Array of objects (PersonRef) Information about persons. |
comments | string Comments entered on action performed. |
Array of objects (DocumentRef) Documents entered on action performed. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
categoriesId required | Array of strings Categories ID of the selected persons. |
personnelType required | string Information about selection of selected personnel or all personnel. |
{- "discloser": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "categoriesId": [
- "string"
], - "personnelType": "string"
}
id | string <uuid> UUID representation of Final stage review. |
stageName | string Stage name of review stage. |
reviewType | string Type of review. |
distributedReviewType | string Type of distributed review type. |
adminOffice | string Name of the admin office. |
centralReviewType | string Type of central review. This is relevant when the review type is Centralized Review. The review group consists of administrative office| department | individual. |
object Information about the person who is assigned as a dedicated reviewer. | |
object Details of the Organization. |
{- "id": "cb36f6b1-c8c0-49d4-90cd-50187e32c073",
- "stageName": "string",
- "reviewType": "string",
- "distributedReviewType": "string",
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
adminOffice | string Name of the admin office. |
centralReviewType | string Type of central review. This is relevant when the review type is Centralized Review. The review group consists of administrative office| department| individual. |
object Information about the person who is assigned as a dedicated reviewer. | |
object Details of the Organization. | |
distributedReviewType | string Type of a distributed review. This is relevant when the review type is Distributed Review. This review group consists of supervisor| employer |department |division |college. |
Array of objects | |
reviewType | string Type of the review (Centralized Review | Distributed Review ). |
shouldUseDefaultReviewer | boolean Indicates whether the review should use the default reviewer for the admin office. The values are true or false. |
stageName | string The name of the review stage. |
stageOrder | integer The order of the review stage. The maximum value is 100. |
{- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- "string"
]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
id | string Identifier of the support types (e.g., Supplies, Equipment). |
inKindSupportName | string The name which defines the support type. |
inKindSupportDescription | string Description of the support type. |
inKindSupportStatus | boolean Indicates whether the support is currently used. The values are true or false. |
inKindSupportDisplayOrder | number The order in which the support type is listed (e.g., 1, 2 ). |
{- "id": "string",
- "inKindSupportName": "string",
- "inKindSupportDescription": "string",
- "inKindSupportStatus": true,
- "inKindSupportDisplayOrder": 0
}
Array of objects (InKindSupport) Details of the in-kind support. |
{- "inKindSupport": [
- {
- "id": "string",
- "inKindSupportName": "string",
- "inKindSupportDescription": "string",
- "inKindSupportStatus": true,
- "inKindSupportDisplayOrder": 0
}
]
}
hrn | string (HRN) Huron Resource Name (HRN), a system generated unique value with the following structure |
correlationId | string Unique key for every record. The same value is present in the import request. |
httpStatus | integer The three digit HTTP status code. |
id | string Name of the reference key in the actual object for import. |
object (Errors) |
[- {
- "hrn": "string",
- "correlationId": "string",
- "httpStatus": 0,
- "id": "string",
- "errors": {
- "errors": [
- {
- "status": 0,
- "detail": "string",
- "code": 0,
- "links": {
- "about": "string",
- "help": "string"
}
}
]
}
}
]
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "id": "string",
- "name": "string",
- "sourceIdentifier": "string",
- "research_project_hrn": {
- "hrn": "string",
- "name": "string"
}, - "discloser": {
- "hrn": "string",
- "name": "string"
}, - "project_state": "string",
- "assigned_reviewer": {
- "hrn": "string",
- "name": "string"
}, - "certification_type": "Research",
- "review_stages": {
- "intermediateReviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": null,
- "name": null,
- "description": null,
- "active": null,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": null,
- "name": null
}, - "postalCode": "string",
- "country": {
- "hrn": null,
- "name": null
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "organization": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": null,
- "name": null
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": null,
- "name": null
}
}
}
], - "shouldUseDefaultReviewer": true
}, - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- null
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": null,
- "addressLine2": null,
- "city": null,
- "stateProvince": { },
- "postalCode": null,
- "country": { },
- "phone": null,
- "email": null,
- "website": null
}, - "employer": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "organization": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "secondaryUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}, - "additionalUnit": {
- "hrn": null,
- "name": null,
- "id": null,
- "active": null,
- "parent": { }
}
}
], - "shouldUseDefaultReviewer": true
}
]
}, - "current_review_stage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true
}, - "customProperties": { },
- "dateCreated": "2025-05-01T10:00:00.000Z",
- "dateModified": "2025-05-01T10:00:00.000Z",
- "clarificationResponseDueDate": "2025-05-01T10:00:00.000Z",
- "management_plan_hrn": {
- "hrn": "string",
- "name": "string"
}, - "review": [
- {
- "is_final": true,
- "is_committee_review": true,
- "determination_hrn": {
- "hrn": "string",
- "name": "string"
}, - "follow_up_action_hrn": {
- "hrn": "string",
- "name": "string"
}, - "conflicts": [
- {
- "id": 0,
- "conflictSatisfied": true,
- "nextMonitor": "2025-05-01T10:00:00.000Z",
- "monitorReports": [
- {
- "managementPlanDocument": null,
- "completionDate": null
}
]
}
], - "assign_for_committee": true,
- "reviewStages": {
- "intermediateReviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": null,
- "id": null,
- "active": null,
- "firstName": null,
- "lastName": null,
- "rights": [ ],
- "userId": null,
- "contactInformation": null,
- "employer": null,
- "organization": null,
- "secondaryUnit": null,
- "additionalUnit": null
}
], - "shouldUseDefaultReviewer": true
}, - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": null,
- "name": null
}, - "department": {
- "hrn": null,
- "name": null
}, - "dedicatedReviewer": {
- "hrn": null,
- "name": null
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- null
], - "shouldUseDefaultReviewer": true
}
]
}, - "reviewer_hrn": {
- "hrn": "string",
- "name": "string"
}, - "review_completed_date": "2025-05-01T10:00:00.000Z",
- "date_created": "2025-05-01T10:00:00.000Z",
- "date_modified": "2025-05-01T10:00:00.000Z",
- "management_plan_hrn": {
- "hrn": "string",
- "name": "string"
}, - "meeting_hrn": {
- "hrn": "string",
- "name": "string"
}, - "additional_action_needed": true,
- "submit_my_review_notes": "string",
- "submit_review_notes": "string",
- "submit_committe_review_notes": "string",
- "submit_my_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "submit_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "submit_committee_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
]
}
], - "clarification": [
- {
- "request_text": "string",
- "request_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "request_date": "2019-08-24T14:15:22Z",
- "date_created": "2019-08-24T14:15:22Z",
- "date_modified": "2019-08-24T14:15:22Z",
- "requestor": {
- "hrn": "string",
- "name": "string"
}, - "response_date": "2019-08-24T14:15:22Z",
- "response_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "response_text": "string",
- "response_submitted": true,
- "clarification_response_due_date": "2019-08-24T14:15:22Z"
}
]
}
}
]
}
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "id": "string",
- "sourceIdentifier": "string",
- "title": "Provident Funds Triggering Event",
- "primaryContact": {
- "hrn": "string",
- "name": "string"
}, - "eventType": {
- "hrn": "string",
- "name": "string"
}, - "startDate": "2025-05-01T10:00:00.000Z",
- "endDate": "2025-05-31T10:00:00.000Z",
- "assignCoordinator": {
- "hrn": "string",
- "name": "string"
}, - "principalInvestigator": {
- "hrn": "string",
- "name": "string"
}, - "researchPersonnel": [
- {
- "hrn": "string",
- "roles": [
- {
- "hrn": "string",
- "name": "string"
}
], - "additionalRoles": "string",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "id": "b06eadcb-4c21-47a4-bb5c-c45408265c21"
}
], - "sponsor": {
- "hrn": "string",
- "name": "string"
}, - "associatedOrganizations": [
- {
- "hrn": "string",
- "name": "string"
}
], - "associatedInternalOrganizations": [
- {
- "hrn": "string",
- "name": "string"
}
], - "scope": "string",
- "drugsAndTechnology": "Lorem ipsum dolor sit amet.",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string"
}
], - "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "adminContacts": [
- {
- "hrn": "string",
- "name": "string"
}
], - "relatedProjectHrn": "string"
}
}
]
}
id | string Identifier of Triggering Event. ID value must be unique. |
sourceIdentifier | string Source identifier of the Triggering Event. Source identifier has to be unique. |
title required | string The title of the triggering event provided at creation. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object Huron Resource Name (HRN), a system generated unique value with the following structure | |
startDate | string <date-time> The date the triggering event project is estimated to start. |
endDate | string <date-time> The date the triggering event project is estimated to end. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects (ResearchPersonnelForImport) | |
object^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects[ items^hrn:hrs:orgs:[0-9]+$ ] | |
Array of objects[ items^hrn:hrs:orgs:[0-9]+$ ] | |
scope | string The scope of the triggering event project. |
drugsAndTechnology | string The description of the drugs and technology involved in the triggering event project. |
dateCreated | string <date-time> The timestamp when the certification was created. |
dateModified | string <date-time> The timestamp when the certification was last modified. |
Array of objects[ items^hrn:hrs:documents:[a-z0-9]+$ ] | |
customProperties | object A JSON object that contains the Flex data conforming to the List Items custom object definitions. |
Array of objects[ items^hrn:hrs:persons:[0-9]+$ ] List of HRNs of Related Project Assigned Coordinator / Administrative Contacts from the source system. | |
relatedProjectHrn | string Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "id": "string",
- "sourceIdentifier": "string",
- "title": "Provident Funds Triggering Event",
- "primaryContact": {
- "hrn": "string",
- "name": "string"
}, - "eventType": {
- "hrn": "string",
- "name": "string"
}, - "startDate": "2025-05-01T10:00:00.000Z",
- "endDate": "2025-05-31T10:00:00.000Z",
- "assignCoordinator": {
- "hrn": "string",
- "name": "string"
}, - "principalInvestigator": {
- "hrn": "string",
- "name": "string"
}, - "researchPersonnel": [
- {
- "hrn": "string",
- "roles": [
- {
- "hrn": "string",
- "name": "string"
}
], - "additionalRoles": "string",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "id": "b06eadcb-4c21-47a4-bb5c-c45408265c21"
}
], - "sponsor": {
- "hrn": "string",
- "name": "string"
}, - "associatedOrganizations": [
- {
- "hrn": "string",
- "name": "string"
}
], - "associatedInternalOrganizations": [
- {
- "hrn": "string",
- "name": "string"
}
], - "scope": "string",
- "drugsAndTechnology": "Lorem ipsum dolor sit amet.",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string"
}
], - "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "adminContacts": [
- {
- "hrn": "string",
- "name": "string"
}
], - "relatedProjectHrn": "string"
}
id required | string Id of management plan Id value has to unique. |
sourceIdentifier | string Source Identifier of the management plan Source Identifier has to be unique. |
name required | string The name of the management plan provided at creation. |
Array of objects[ items^hrn:hrs:certifications:[0-9]+$ ] | |
required | object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
required | object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
required | object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
dateCreated | string <date-time> The timestamp when the Management plan was created. |
dateModified | string <date-time> The timestamp when the Management plan was last modified. |
projectState required | string Project State of management plan. |
object^hrn:hrs:documents:[a-z0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects[ items^hrn:hrs:persons:[0-9]+$ ] | |
stateLastUpdated | string <date-time> The date the management plan project state was last updated. |
object route plan additional details. | |
object review Comments documents. | |
customProperties | object A JSON object that contains the Flex data conforming to the List Items custom object definitions. |
object^hrn:hrs:documents:[a-z0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
lastAcceptedDate | string <date-time> The date the management plan project was last accepted. |
datePlanLastAccepted | string <date-time> The date the management plan project was last accepted. |
Array of objects (ConflictObjectDetails) Array of conflicts which is updated by user. |
{- "id": "string",
- "sourceIdentifier": "string",
- "name": "Management Plan for Project X",
- "certifications": [
- {
- "hrn": "string",
- "name": "string"
}
], - "discloser": {
- "hrn": "string",
- "name": "string"
}, - "planCreator": {
- "hrn": "string",
- "name": "string"
}, - "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "projectState": "string",
- "planDocument": {
- "hrn": "string",
- "name": "string"
}, - "planMonitors": [
- {
- "hrn": "string",
- "name": "string"
}
], - "stateLastUpdated": "2019-08-24T14:15:22Z",
- "routeplanAdditionalDetails": {
- "comments": "test additional information",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string"
}
], - "dateCreated": "2019-08-24T14:15:22Z",
- "createdBy": {
- "hrn": "string",
- "name": "string"
}
}, - "reviewCommentsDocuments": {
- "decision": "string",
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "discloserComment": "string",
- "discloserSupportingDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "finalPlanDocument": {
- "hrn": "string",
- "name": "string"
}, - "lastAcceptedDate": "2019-08-24T14:15:22Z",
- "datePlanLastAccepted": "2019-08-24T14:15:22Z",
- "updateConflictsData": [
- {
- "id": 0,
- "conflictSatisfied": true,
- "nextMonitor": "string",
- "dateModified": "2019-08-24T14:15:22Z",
- "monitorReports": [
- {
- "monitorReportDocument": {
- "hrn": "string",
- "name": "string"
}, - "completionDate": "2025-04-17T21:14:00.524Z",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}
}
], - "customProperties": {
- "coiflexProperty": "lorem ipsum"
}
}
]
}
hrn required | string Huron Resource Name (HRN), a system generated unique value with the following structure |
name | string The name associated to the record. The name can be empty or contain a value. |
{- "hrn": "string",
- "name": "string"
}
decision | string The decision made regarding the management plan project. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
dateCreated | string <date-time> The timestamp when the Management plan was created. |
discloserComment | string Comments or additional information provided by the discloser regarding the management plan project. |
Array of objects[ items^hrn:hrs:documents:[a-z0-9]+$ ] Disclosure supporting document. |
{- "decision": "string",
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "discloserComment": "string",
- "discloserSupportingDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
comments | string Comments or additional information related to the management plan project. |
Array of objects[ items^hrn:hrs:documents:[a-z0-9]+$ ] | |
dateCreated | string <date-time> The timestamp when the Management plan was created. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
{- "comments": "test additional information",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string"
}
], - "dateCreated": "2019-08-24T14:15:22Z",
- "createdBy": {
- "hrn": "string",
- "name": "string"
}
}
Name of the reference key in the actual object for import. Value must be id
.
For bulk import persons/contacts : personId
For bulk import organizations : organizationId
"string"
adminOffice | string Name of the admin office. |
centralReviewType | string Type of central review. This is relevant when the review type is Centralized Review. The review group consists of administrative office| department| individual. |
object Information about the person who is assigned as a dedicated reviewer. | |
object Details of the Organization. | |
distributedReviewType | string Type of a distributed review. This is relevant when the review type is Distributed Review. This review group consists of supervisor| employer |department |division |college. |
Array of objects | |
reviewType | string Type of the review (Centralized Review | Distributed Review ). |
shouldUseDefaultReviewer | boolean Indicates whether the review should use the default reviewer for the admin office. The values are true or false. |
stageName | string The name of the review stage. |
stageOrder | integer The order of the review stage. The maximum value is 100. |
{- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- "string"
]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
discloserId required | string Discloser ID of a profile that needs to migrate. |
name required | string <= 255 characters Name of the discloser profile. |
required | object To migrate only mention the HRN of person. |
object To migrate only mention the HRN of person. | |
hasAcceptedTrainingMaterials | boolean Indicates whether the discloser has accepted training materials in the disclosure profile. The values are true or false. |
hasOutsideActivities | boolean Indicates whether the discloser has any outside activities or financial interests to disclose. The values are true or false. If Outside Activities is set to true then, |
isActive | boolean Indicates whether the profile migrated is active. The values are true or false. |
dateCreated required | string <date-time> The timestamp when the profile was created, in UTC format. |
dateModified | string <date-time> Date on which profile was modified. |
submittedDate | string <date-time> Date on which profile was submitted. |
trainingExpirationDate | string <date-time> Date on which training has been expired. |
projectStateId required | string The state of the disclosure profile (Active | InActive | ActionRequired | NoActionRequired). |
previousProjectStateId | string Previous project state ID. |
workflowState required | string The disclosure profile's current state. |
createdBy required | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
modifiedBy | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
Array of objects (UpdateDisclosureEntity) |
{- "discloserId": "string",
- "name": "string",
- "discloser": {
- "hrn": "string"
}, - "discloserProxy": {
- "hrn": "string"
}, - "hasAcceptedTrainingMaterials": true,
- "hasOutsideActivities": true,
- "isActive": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "submittedDate": "2019-08-24T14:15:22Z",
- "trainingExpirationDate": "2019-08-24T14:15:22Z",
- "projectStateId": "string",
- "previousProjectStateId": "string",
- "workflowState": "string",
- "createdBy": "string",
- "modifiedBy": "string",
- "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
]
}
name required | string Name of the management plan supplied at creation. |
required | object (DocumentRef) |
{- "name": "string",
- "planDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
}
object Information about the clarification data. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "clarificationData": {
- "clarification_id": 0,
- "nextStepRadio": "string",
- "Comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
object (DocumentRef) | |
object (DocumentRef) | |
lastAcceptedDate | string Date and time about the management plan acceptance by the disclosure. |
{- "draftManagementPlan": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "finalManagementPlan": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "lastAcceptedDate": "string"
}
status | string Enum: "RUNNING" "SUCCEEDED" "FAILED" "TIMED_OUT" "ABORTED" "UNDEFINED" The status of the certification execution (e.g., certification creation is in progress/completed). |
{- "status": "RUNNING"
}
disclosureEntityHrns | Array of strings HRNs of the disclosure entity. |
required | object^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
detailsOfChangingEntity required | string Details of the changing entity. |
Array of objects (DocumentRef) Documents entered on action performed. | |
isEmailNotificationRequired required | boolean Indicates whether to trigger a notification to discloser. The values are true or false. |
notifyTo | Array of strings Notification sent to the selected user (Assigned reviewer | Disclosure | Proxy). |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "disclosureEntityHrns": [
- "string"
], - "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "detailsOfChangingEntity": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "isEmailNotificationRequired": true,
- "notifyTo": [
- "string"
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
object (ProxyAssignment) | |
Array of objects (actionLogFormData) Metadata about the form fields shown in the action log interface. |
{- "manageProxyAssignments": {
- "proxy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "discloser": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "isDiscloserActionAllowed": true,
- "isParActionAllowed": true,
- "actionLogFormData": [
- {
- "name": "ReactivateProfileComment",
- "label": "Describe the reason for reactivating this disclosure profile",
- "displayString": "fdgfdgdf",
- "formTitle": "Reactivate Disclosure Profile"
}
]
}, - "actionLogFormData": [
- {
- "name": "ReactivateProfileComment",
- "label": "Describe the reason for reactivating this disclosure profile",
- "displayString": "fdgfdgdf",
- "formTitle": "Reactivate Disclosure Profile"
}
]
}
Huron Resource Name (HRN), a system generated unique value with the following structure hrn:hrs:resource_type:resource_uniqueid
.
"string"
Huron Resource Name (HRN), a system generated unique value with the following structure hrn:hrs:resource_type:resource_uniqueid
.
"string"
Huron Resource Name (HRN), a system generated unique value with the following structure hrn:hrs:resource_type:resource_uniqueid
.
"string"
Huron Resource Name (HRN), a system generated unique value with the following structure hrn:hrs:resource_type:resource_uniqueid
.
"string"
hrn required | string Huron Resource Name (HRN), a system generated unique value with the following structure |
name | string The name associated to the record. The name can be empty or contain a value. |
{- "hrn": "string",
- "name": "string"
}
required | Array of objects (EligibleProxy) |
Array of objects (actionLogFormData) Metadata about the form fields shown in the action log interface. |
{- "eligibleProxies": [
- {
- "proxy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
}
], - "actionLogFormData": [
- {
- "name": "ReactivateProfileComment",
- "label": "Describe the reason for reactivating this disclosure profile",
- "displayString": "fdgfdgdf",
- "formTitle": "Reactivate Disclosure Profile"
}
]
}
id | string ID of the management plan. This ID is from the legacy and is unique within the tenant. |
certificationSourceIds | Array of strings Certification Source ID from legacy. |
name | string Name of the management plan supplied at creation. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
planCreator | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
createdBy | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
projectState | string The current state of the management plan in a project (e.g., Satisfied). |
workflowState | string The current state of the management plan in the workflow (e.g., Active). |
planStatus | string The current status of the management plan (e.g., Drafting). |
stateLastUpdated | string <date-time> The date and time the plan is last updated for state transition. |
dateCreated | string <date-time> The timestamp when the management plan was created. |
dateModified | string <date-time> The date and time the management plan was last changed, or an activity was executed on the management plan. |
Array of objects (PersonRef) The details of the plan monitors associated with the management plan. | |
object Documents and details for the management plan. |
{- "id": "string",
- "certificationSourceIds": [
- ""
], - "name": "string",
- "discloser": {
- "hrn": "string",
- "name": "string"
}, - "planCreator": "string",
- "createdBy": "string",
- "projectState": "string",
- "workflowState": "string",
- "planStatus": "string",
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "planMonitors": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "planDocument": {
- "draftManagementPlan": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "finalManagementPlan": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "lastAcceptedDate": "string"
}
}
categoryId | string Unique ID for category. |
Array of objects (Personal) Information about selected persons. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
Array of objects (Personal) Information about removed persons. |
{- "categoryId": "string",
- "personnel": [
- {
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "isProfileRequired": true
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "removedPersonnel": [
- {
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "isProfileRequired": true
}
]
}
object^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects (PersonRef) |
{- "organizationHrn": {
- "hrn": "string",
- "name": "string"
}, - "defaultReviewerHrn": {
- "hrn": "string",
- "name": "string"
}, - "reviewers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
]
}
object^hrn:hrs:orgs:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Name | string Name of the entity. |
Id | string ID of the entity. |
IsPubliclyTraded | boolean Indicates whether the disclosure entity is publicly traded. The values are true or false. This field is either updated from the organization profile of the organization selected as the entity, or from the write-in-field. |
{- "Hrn": {
- "hrn": "string",
- "name": "string"
}, - "Name": "string",
- "Id": "string",
- "IsPubliclyTraded": true
}
reason required | string The reason for opening the triggering event. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "reason": "Reason to open triggering event",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
object Details of the plan creator. | |
planName | string Name of the plan. |
associatePlanHrn | string^hrn:hrs:managementplan:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
object Document entered while creating management plan. |
{- "planCreator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "planName": "string",
- "associatePlanHrn": "string",
- "planDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
}
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
firstName | string The given name of the person. |
lastName | string The surname or family name of the person. |
name | string The full name of the person, including the first name, last name, and middle name (if applicable). |
employerName | string Name of the employer to which personnel is associated |
object Contact information of the person. | |
object Details of the Organization. |
{- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "firstName": "John",
- "lastName": "Doe",
- "name": "string",
- "employerName": "US Department of Agriculture",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (PersonsRequiringProfileList) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "firstName": "John",
- "lastName": "Doe",
- "name": "string",
- "employerName": "US Department of Agriculture",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
]
}
ListResponse
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects List of central action items. |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "hrn:hrs:centralactions:283",
- "proxy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "isDiscloserActionAllowed": true,
- "isParActionAllowed": true,
- "assignedBy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "dateCreated": "2024-03-04T04:09:10.000Z",
- "dateModified": "2024-03-06T03:04:01.157Z",
- "createdBy": "string",
- "isActive": true,
- "proxyDisplayName": "John Doe",
- "discloserDisplayName": "Jane Doe",
- "assignedByDisplayName": "Richard Roe"
}
]
}
required | object Information about the proxy. |
required | Array of objects (PersonRef) |
isDiscloserActionAllowed | boolean Indicates whether the proxy can take action on the discloser profile. The values are true or false. Set to FALSE if the proxy cannot take action on the discloser profile. |
isParActionAllowed | boolean Indicates whether the proxy can take action on the pre-approval request. The values are true or false. Set to FALSE if the proxy cannot take action on the pre-approval request. |
Array of objects (actionLogFormData) Metadata about the form fields shown in the action log interface. |
{- "proxy": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "discloser": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "isDiscloserActionAllowed": true,
- "isParActionAllowed": true,
- "actionLogFormData": [
- {
- "name": "ReactivateProfileComment",
- "label": "Describe the reason for reactivating this disclosure profile",
- "displayString": "fdgfdgdf",
- "formTitle": "Reactivate Disclosure Profile"
}
]
}
enableProxyFunctionality | string Setting to enable a proxy's functionality of managing disclosures for specific disclosers. The values are Yes or No. If set to No, the other Proxy Settings options will not be available. |
allowProxyDiscloserProfile | string Setting to choose a different proxy or set of proxies for disclosure profiles. The values are Yes or No. |
allowProxyCompleteDiscloserProfile | string Setting to allow proxies to update the disclosure profile on behalf of the discloser. The values are Yes or No. If set to Yes, proxies can submit disclosure profile updates on behalf of disclosers. If set to No, proxies can only update, but cannot submit the updated profile. |
allowProxySubmitPreApprovalRequest | string Setting to allow proxies to submit a Pre-Approval Request on behalf of the discloser. The values are Yes or No. If set to No, proxies can create a Pre-Approval Request for disclosers, but cannot submit it on their behalf. |
allowProxyClarificationsRequest | string Setting to allow proxies to execute the Respond to Clarifications Request action on behalf of the discloser. The values are Yes or No. If set to No, proxies cannot execute the Respond to Clarifications Request action on behalf of disclosers. |
allowProxyReview | string Setting to allow proxies to execute the Review and Accept Management Plan action on behalf of the discloser. The values are Yes or No. If set to No, proxies cannot execute the Review and Accept Management Plan action on behalf of disclosers |
allowDiscloserManageProxy | string Setting to allow disclosures to manage their proxy. The values are Yes or No. If set to Yes, the discloser can add, replace, or remove a proxy. |
{- "enableProxyFunctionality": "string",
- "allowProxyDiscloserProfile": "string",
- "allowProxyCompleteDiscloserProfile": "string",
- "allowProxySubmitPreApprovalRequest": "string",
- "allowProxyClarificationsRequest": "string",
- "allowProxyReview": "string",
- "allowDiscloserManageProxy": "string"
}
name | string First and last name of the person. |
hrn | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
object Details of the Organization. | |
object Contact information of the person. | |
activeItems | integer Count of active or in-progress items (Certifications| ManagementPlan| TriggeringEvent) of the personnel (e.g.,10). |
{- "name": "string",
- "hrn": "string",
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "activeItems": 0
}
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
isProfileRequired | boolean Indicates whether the Personnel's profile is available in COI system. The values are true or false. If the value is False, then the profile is created. |
{- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "isProfileRequired": true
}
personhrn | string HRN of the person (e.g., |
paymentId | string A unique identifier for a payment transaction. This field is used for tracking or referencing a specific payment within the system (e.g., $345). |
{- "personhrn": "string",
- "paymentId": "string"
}
comments required | string Comments entered on action performed. |
Array of objects (DocumentRef) Documents entered on action performed. | |
clarificationResponseDueDate | string <date-time> Due date for the clarification response. |
{- "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "clarificationResponseDueDate": "2025-05-06T11:15:52.760Z"
}
object Huron Resource Name (HRN), a system generated unique value with the following structure | |
name | string Name of the person. |
{- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "lorem ipsum"
}
hrn required | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
id | string A unique ID for the Person. It should consist only of letters, numbers, and the "-" or "_" characters. |
active | boolean Default: true Indicates whether the Person is active. The values are true or false. Set to FALSE for contact records that need to be referenced, but which are no longer active. |
firstName | string [ 1 .. 255 ] characters The given name of the person. |
lastName | string [ 1 .. 255 ] characters The surname or family name of the person. |
Array of objects List of rights of a person. | |
userId | string User ID of a person. |
object Contact information of the person. | |
object Details of the Organization. | |
object Details of the Organization. | |
object Details of the Organization. | |
object Details of the Organization. |
{- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
is_final required | boolean Indicates whether the review is final. The values are true or false. |
is_committee_review required | boolean Indicates whether the review is a committee review. The values are true or false. |
required | object Huron Resource Name (HRN), a system generated unique value with the following structure |
object Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects (ConflictObject) Details of the requested document. | |
assign_for_committee | boolean Indicates whether the review is assigned for committee. The values are true or false. |
object The review stages of the certification (final_review_stage | intermediate_review_stage ). | |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
review_completed_date | string <date-time> The timestamp when the review was completed. |
date_created | string <date-time> The timestamp when the review was created. |
date_modified | string <date-time> The timestamp when the review was last modified. |
object^hrn:hrs:managementplan:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
object^hrn:hrs:meetings:[a-z0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
additional_action_needed | boolean Indicates whether additional action is needed. The values are true or false. |
submit_my_review_notes | string Notes submitted by the reviewer. |
submit_review_notes | string Notes submitted by the reviewer. |
submit_committe_review_notes | string Notes submitted by the committee reviewer. |
Array of objects[ items^hrn:hrs:documents:[a-z0-9]+$ ] | |
Array of objects[ items^hrn:hrs:documents:[a-z0-9]+$ ] | |
Array of objects[ items^hrn:hrs:documents:[a-z0-9]+$ ] |
{- "is_final": true,
- "is_committee_review": true,
- "determination_hrn": {
- "hrn": "string",
- "name": "string"
}, - "follow_up_action_hrn": {
- "hrn": "string",
- "name": "string"
}, - "conflicts": [
- {
- "id": 0,
- "conflictSatisfied": true,
- "nextMonitor": "2025-05-01T10:00:00.000Z",
- "monitorReports": [
- {
- "managementPlanDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "completionDate": "2025-05-01T10:00:00.000Z"
}
]
}
], - "assign_for_committee": true,
- "reviewStages": {
- "intermediateReviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true
}, - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "Centralized Review",
- "centralReviewType": "Admin Office",
- "adminOfficeHrn": {
- "hrn": "string",
- "name": "string"
}, - "department": {
- "hrn": "string",
- "name": "string"
}, - "dedicatedReviewer": {
- "hrn": "string",
- "name": "string"
}, - "distributedReviewType": "Employer",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true
}
]
}, - "reviewer_hrn": {
- "hrn": "string",
- "name": "string"
}, - "review_completed_date": "2025-05-01T10:00:00.000Z",
- "date_created": "2025-05-01T10:00:00.000Z",
- "date_modified": "2025-05-01T10:00:00.000Z",
- "management_plan_hrn": {
- "hrn": "string",
- "name": "string"
}, - "meeting_hrn": {
- "hrn": "string",
- "name": "string"
}, - "additional_action_needed": true,
- "submit_my_review_notes": "string",
- "submit_review_notes": "string",
- "submit_committe_review_notes": "string",
- "submit_my_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "submit_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
], - "submit_committee_review_document": [
- {
- "hrn": "string",
- "name": "string"
}
]
}
Array of objects (ReviewStageResource) Details of the intermediate review stages. | |
Array of objects (ReviewStageResource) Details of the final review stage. |
{- "intermediateReviewStages": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
], - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
]
}
templateName | string Name of the template. |
templateId | integer Unique ID of each template (e.g., 160). |
priority | integer Priority is an integer field which we used to request project workflow reviewer determination. |
object Information about the final review stage. | |
Array of objects (IntermediateReviewStages) Information about intermediate review stage. | |
dateCreated | string <date-time> Timestamp indicating when the record was created. |
dateModified | string <date-time> Timestamp indicating the last time the record was modified. |
createdBy | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
isActive | boolean Indicates whether the record is currently active. The values are true or false. |
id | string Unique identifier for the record. |
{- "templateName": "string",
- "templateId": 0,
- "priority": 0,
- "finalReviewStage": {
- "id": "cb36f6b1-c8c0-49d4-90cd-50187e32c073",
- "stageName": "string",
- "reviewType": "string",
- "distributedReviewType": "string",
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "intermediateReviewStages": [
- {
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- "string"
]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
], - "dateCreated": "2024-04-10T18:26:41.371Z",
- "dateModified": "2024-07-27T04:06:34.020Z",
- "createdBy": "string",
- "isActive": true,
- "id": "e2f0ea5b-d8ac-4d3c-adc1-cf2d82bd83d1"
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (ReviewWorkflowTemplate) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "templateName": "string",
- "templateId": 0,
- "priority": 0,
- "finalReviewStage": {
- "id": "cb36f6b1-c8c0-49d4-90cd-50187e32c073",
- "stageName": "string",
- "reviewType": "string",
- "distributedReviewType": "string",
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "intermediateReviewStages": [
- {
- "adminOffice": "string",
- "centralReviewType": "string",
- "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- "string"
]
}
], - "reviewType": "string",
- "shouldUseDefaultReviewer": true,
- "stageName": "string",
- "stageOrder": 0
}
], - "dateCreated": "2024-04-10T18:26:41.371Z",
- "dateModified": "2024-07-27T04:06:34.020Z",
- "createdBy": "string",
- "isActive": true,
- "id": "e2f0ea5b-d8ac-4d3c-adc1-cf2d82bd83d1"
}
]
}
sourceIdentifier required | string ID of the review in a source system. NOTE: For migration, use |
required | object^hrn:hrs:lists:coi-review-determination-list/... Huron Resource Name (HRN), a system generated unique value with the following structure |
object^hrn:hrs:lists:coi-review-follow-up-action-li... Huron Resource Name (HRN), a system generated unique value with the following structure | |
object Information about the conflicts. | |
assignForCommittee required | boolean Indicates whether the certification should be assigned to committee review. The values are true or false. |
isFinal | boolean Indicates whether the review record is the final review stage in the process. The values are true or false. |
isCommitteeReview | boolean Indicates whether the final reviewer believes the certification should be assigned to committee review. The values are true or false. |
required | object Review stage data associated with the review record. |
reviewer required | string Huron Resource Name, system generated unique value |
reviewCompletedDate required | string <date-time> The timestamp when the review was completed. |
dateCreated required | string <date-time> The timestamp when the review was created. |
dateModified required | string <date-time> The timestamp when the review was last modified. |
notes required | string Additional information and notes entered by a reviewer when submitting their review. |
Array of objects (DocumentRef) Details of the supporting document. | |
dateStageBegin | string <date-time> The timestamp when the certification entered the current review stage. |
{- "sourceIdentifier": "string",
- "determination": {
- "hrn": "string",
- "name": "string"
}, - "followUpAction": {
- "hrn": "string",
- "name": "string"
}, - "conflicts": {
- "sourceIdentifier": "string",
- "status": "string",
- "description": "string",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "sourceId": [
- ""
], - "isSatisfied": true
}, - "assignForCommittee": true,
- "isFinal": true,
- "isCommitteeReview": true,
- "reviewStages": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}, - "reviewer": "string",
- "reviewCompletedDate": "2019-08-24T14:15:22Z",
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "notes": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "dateStageBegin": "2019-08-24T14:15:22Z"
}
required | Array of objects (PersonRef) |
reasonForReactivation required | string Details of the reason(s) for reactivating the deactivated disclosure profile(s). |
isEmailNotificationRequired | boolean Indicates whether to notify the reactivated user(s) through an email. The values are true or false. |
Array of objects (DocumentRef) Documents entered on action performed. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "disclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "reasonForReactivation": "string",
- "isEmailNotificationRequired": true,
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
stageName | string The name of the review stage. |
stageOrder | integer The order of the review stage (e.g., If the review is in the second stage, the value is "2"). |
reviewType | string Information about the review type (e.g., centralized/distributed). |
centralReviewType | string The type of central review for the current review state of the certification. This is relevant only for "Centralized Review" review type. |
adminOffice | string The name of the admin office assigned to the review. |
object Details of the Organization. | |
object Details of the dedicated reviewer. | |
distributedReviewType | string The type of distributed review for the current review stage of the certification. |
Array of objects | |
shouldUseDefaultReviewer | boolean Indicates whether the current review state should use the default reviewer for the admin office. The values are true or false. |
dateStageBegin | string <date-time> The timestamp when the certification entered the current review stage. |
{- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
comments | string Comment(s) entered on action performed. |
object Stage details based on selection. | |
Array of objects (DocumentRef) Documents entered on action performed. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "comments": "string",
- "currentReviewStage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}, - "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (RetrospectiveReviewRelatedProjectDetails) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": 0,
- "id": "TE001478",
- "name": "Test TE 14 M7`",
- "state": "Open",
- "type": "IRB-Submission",
- "sponsor": {
- "id": "org20001",
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Abbott Laboratories",
- "active": true,
- "isPubliclyTraded": false
}, - "context": { },
- "associatedOrganizations": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
], - "relatedContextDp": {
- "hrn": "string",
- "relatedContext": ""
}, - "associatedInternalOrganizations": { },
- "startDate": "2023-08-20T04:00:00.000Z",
- "endDate": "2023-08-20T04:00:00.000Z",
- "customPropertyDp": [
- {
- "hrn": "string",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}
}
]
}
]
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects (RetrospectiveReviewGetResponse) |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "hrn:hrs:retrospectivereview:26611",
- "id": "RETRO00024023",
- "retrospective_review_id": 26363,
- "name": "HUG Conf Retro",
- "dateCreated": "2025-04-15T18:26:25.403Z",
- "dateModified": "2025-04-15T18:26:25.403Z",
- "discloserFirstName": "John",
- "discloserLastName": "Doe",
- "assignedReviewerDisplayName": "Bob Wilmer",
- "projectStateDisplayName": "In Review",
- "dateModifiedFormatted": "2025-04-15T18:26:00.000Z",
- "hasBias": "no",
- "stateLastUpdated": "2023-09-29T17:06:08.000Z",
- "daysInCurrentState": 600
}
]
}
object^hrn:hrs:lists:coi-review-follow-up-action-li... Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects Metadata entries for form UI rendering related to reassignment. | |
object Detailed data for the reassigned management plan. |
{- "followUpAction": {
- "hrn": "string",
- "name": "string"
}, - "actionLogFormData": [
- {
- "name": "FollowUpActionToTake",
- "label": "Select the type of reassignment",
- "displayString": "Create Management Plan",
- "formTitle": "Reassign Management Plan"
}, - {
- "name": "ManagementPlanCreator",
- "label": "Management plan creator",
- "displayString": "Huron Administrator",
- "formTitle": "Reassign Management Plan"
}, - {
- "name": "ManagementPlanName",
- "label": "Management plan name",
- "displayString": "ABC Management plan",
- "formTitle": "Reassign Management Plan"
}, - {
- "name": "ManagementPlanDocument",
- "label": "Management plan document",
- "displayString": "<a href=\"/files/coi/.../continue_button.png\" target=\"_blank\">continue button.png (v1)</a>",
- "formTitle": "Reassign Management Plan"
}
], - "managementPlan": {
- "planCreator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "planName": "ABC Management plan",
- "planDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "associatePlanHrn": "string"
}
}
Array of objects Metadata about how fields related to removal from agenda are displayed in forms. | |
Array of objects (DocumentRef) Documents provided in support of the removal request. | |
comments | string Additional comments explaining the reason for removal from agenda. |
{- "actionLogFormData": [
- {
- "name": "WorkspaceRemoveFomAgendaComment",
- "label": "Additional information and notes",
- "displayString": "removing from agenda",
- "formTitle": "Remove from Agenda"
}
], - "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "comments": "removing from agenda"
}
object^hrn:hrs:lists:tags/[a-z0-9-]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
name | string Name of the tag on action performed. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
id | string <= 55 characters An identifier generated during creation of the retrospective review. Each ID is unique within the tenant. |
required | object Details of the discloser. NOTE: For v10 to v12 migration, the expected value is only the HRN of discloser. |
name required | string Name of the retrospective review. |
findingsOfReview | string Details of a particular retrospective review. |
reasonForReview | string Details of the reason why retrospective review was performed. |
methodology | string Details for explaining the retrospective review (e.g., document reviewed). |
discoveryDate required | string <date-time> Date that the institution reached a conclusion that non-compliance had occurred. NOTE: Only past dates are valid. |
Array of objects (DocumentRef) Details of the supporting documents. NOTE: For V10 to V12 migration, the expected value is only | |
Array of objects (TriggeringEventDetail) Details of the related projects. NOTE: For V10 to V12 migration, the expected value is only the | |
Array of objects (Entities) Details of the conflicting entities. NOTE: For V10 to V12 migration, the expected value is only the HRN of Entities. | |
projectStateId | string State identifier of the retrospective review project (e.g., InReview). |
previousProjectStateId | string State identifier of the previous retrospective review project. NOTE: For V10 to V12 migration, previous project state is not necessary. |
Array of objects (SubmitRetrospectiveReview) Details of Submit retrospective review Action. | |
Array of objects (SubmitMitigationPlan) Details of Submit Mitigation Plan Action. | |
Array of objects (PersonRef) Details of the assigned reviewer. NOTE: For V10 to V12 migration, the expected value is only the | |
isMigrated | boolean Indicates whether retrospective review record is migrated. The values are true or false. Set the value to TRUE for migration. This is a required field for V10 to V12 migration and is only used for migration. |
dateCreated | string <date-time> Date retrospective review record was created. This field is used only for V10 to V12 migration. |
dateModified | string <date-time> The timestamp indicating the last time a retrospective review record was modified. This field is used only for V10 to V12 migration. |
createdBy | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
Array of objects (SmartformStep) Active Flex steps for retrospective review configured in Step Flex Settings. |
{- "id": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "name": "string",
- "findingsOfReview": "string",
- "reasonForReview": "string",
- "methodology": "string",
- "discoveryDate": "2021-03-30T10:05:30.000Z",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "relatedProjects": [
- {
- "hrn": "string",
- "id": "string",
- "name": "string",
- "state": "string"
}
], - "conflictingEntities": [
- {
- "hrn": "string",
- "name": "Entity name"
}
], - "projectStateId": "string",
- "previousProjectStateId": "string",
- "submitRetrospectiveReview": [
- {
- "hasBias": true,
- "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
], - "submitMitigationPlan": [
- {
- "planName": "string",
- "description": "string",
- "dateSubmitted": "2019-08-24T14:15:22Z",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
], - "assignReviewer": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "isMigrated": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
]
}
Settings
Array of objects (RelationToDisclosers) Details of relation to the discloser. |
{- "relationtoDiscloser": [
- {
- "id": "string",
- "relationToDiscloserName": "string",
- "relationToDiscloserIsActive": true,
- "relationToDiscloserDisplayOrder": 0
}
]
}
id | string Identifier of the relation types (e.g., Self, Spouse). |
relationToDiscloserName | string The name which defines the relation (e.g., Self, Spouse). |
relationToDiscloserIsActive | boolean Indicates whether the relation is currently used. The values are True or False. |
relationToDiscloserDisplayOrder | number The order in which the relations are listed (e.g., 1, 2 ). |
{- "id": "string",
- "relationToDiscloserName": "string",
- "relationToDiscloserIsActive": true,
- "relationToDiscloserDisplayOrder": 0
}
Array of objects (RequiringPerson) |
{- "personnel": [
- {
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "lorem ipsum"
}
]
}
object (MigrateOrImportPersonHrn) ^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects The roles assigned to the person serving as a research personnel member on the triggering event. | |
additionalRoles | string The additional roles entered for the person serving as a research personnel member on the triggering event. |
customProperties | object A JSON object that contains the Flex data conforming to the List Items custom object definitions. |
id | string Unique ID for Research Personnel associated with the Triggering Event (For UI Operation). |
{- "person": {
- "hrn": "string",
- "name": "string"
}, - "roles": [
- {
- "hrn": "string",
- "name": "string"
}
], - "additionalRoles": "string",
- "customProperties": {
- "coiflexProperty": "lorem ipsum"
}, - "id": "b06eadcb-4c21-47a4-bb5c-c45408265c21"
}
resetRemoveFinalPlan required | boolean Indicates whether to reset or remove the final plan. The values are yes or no. Set to NO if the plan needs no reset or removal. |
comments | string Comments on the action performed. |
Array of objects (DocumentRef) Supporting document for Return Plan to Drafting action. | |
Array of objects (ActionLogFormData) Details of the form data for logging action. |
{- "resetRemoveFinalPlan": true,
- "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
comments | string Comments on the action performed. |
nextStep | string Enum: "CollaborateOnPlan" "SendPlanForAcceptance" "AdministrativelyAcceptPlan" Next step of the route plan. The following are the three options for next step:
|
object Supporting Document of the action. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "comments": "string",
- "nextStep": "CollaborateOnPlan",
- "supportingDocuments": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
required | object Current Review Stage related details. |
required | object Data related to intermediate and final review stages. |
templatename | string Name of the template. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "currentReviewStage": {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}, - "reviewStages": {
- "intermediateReviewStages": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
], - "finalReviewStage": [
- {
- "stageName": "string",
- "stageOrder": 0,
- "reviewType": "string",
- "centralReviewType": "string",
- "adminOffice": "string",
- "department": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "dedicatedReviewer": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "distributedReviewType": "string",
- "excludedDisclosers": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "shouldUseDefaultReviewer": true,
- "dateStageBegin": "2019-08-24T14:15:22Z"
}
]
}, - "templatename": "string",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
additionalActionNeeded required | boolean Indicates whether additional action is needed for assigning the certification to management plan while doing review. The values are true or false. |
notes | string Comments on the action performed. |
Array of objects (DocumentRef) Documents entered on the action performed. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "additionalActionNeeded": true,
- "notes": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
required | object^hrn:hrs:lists:coi-review-determination-list/... Huron Resource Name (HRN), a system generated unique value with the following structure |
assignForCommittee | boolean Indicates whether the certification should be assigned to committee review. The values are true or false. |
object^hrn:hrs:lists:coi-review-follow-up-action-li... Huron Resource Name (HRN), a system generated unique value with the following structure | |
notes | string Additional information and notes entered by a reviewer when submitting their review. |
object Information about management plan. | |
Array of objects (Conflict) Description and entities HRN while adding conflicts. | |
Array of objects (DocumentRef) Documents entered on action performed. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "determination": {
- "hrn": "string",
- "name": "string"
}, - "assignForCommittee": true,
- "followUpAction": {
- "hrn": "string",
- "name": "string"
}, - "notes": "string",
- "managementPlan": {
- "planCreator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "planName": "string",
- "associatePlanHrn": "string",
- "planDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
}, - "conflicts": [
- {
- "description": "string",
- "disclosureEntitiesHrn": [
- "string"
]
}
], - "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
stepId | integer Unique ID of the SmartForm step. |
id | integer Unique ID of the SmartForm step for database reference. |
title | string Title of the SmartForm step. |
displayOrder | number Display order of the SmartForm step (e.g., 1,2). |
projectType | string Type of COI project to which the step is assigned (e.g., Disclosure Profile, Management Plan, Retrospective Review, Triggering Event, Pre Approval Request). |
Array of objects (COISettingsCOICategories) [ items ] List of active Categories to which step is assigned. This setting option will display only if | |
active | boolean Indicates whether the step is active. The values are true or false. |
showToAllDisclosers | boolean Indicates whether the step is shown to all disclosers. The values are true or false. NOTE: This field is applicable only to disclosure profile and Pre-Approval Request project types. |
dateCreated | string <date-time> The timestamp when the category was created. |
dateModified | string <date-time> The timestamp when the category was last updated. |
categoriesNames | string Name of the categories to which step is assigned. |
{- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
hasBias required | boolean Indicates whether extra verification is needed for the retrospective review record. The values are Yes or No. Set to YES if SubmitMitigationPlan action needs to be performed. |
comments | string Extra information for SubmitRetrospectiveReview action . |
Array of objects (DocumentRef) Information about the supporting documents. NOTE: For v10 to v12 migration, the expected value is only the HRN of documents. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
customProperties | object Custom properties or additional fields. |
{- "hasBias": true,
- "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
planName required | string Name of the mitigation plan. |
description required | string Providing the institution's plan of action to eliminate or mitigate the effect of the bias. |
dateSubmitted required | string <date-time> Date and time the mitigation plan was submitted to the funding agency. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. | |
customProperties | object Custom properties or additional fields. |
{- "planName": "string",
- "description": "string",
- "dateSubmitted": "2019-08-24T14:15:22Z",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
scrTabled | boolean Indicates whether the review was tabled during committee review. The values are true or false. |
object The final determination made by the committee. | |
scrDeterminations | string or null Additional determination notes, if any. |
scrDeterminationDate | string <date-time> The date when the determinations were made. |
scrVotes | object Voting breakdown of the committee (empty if not recorded). |
rationaleForDeterminationText | string Explanation for the determination decision. |
additionalInfoNotesText | string Any additional notes or comments. |
Array of objects (DocumentRef) Documents entered on action performed. | |
submitReview | boolean Indicates whether the review was submitted. The values are true or false. |
scrEntitiesNotified | string or null Entities notified about the decision, if any. |
scrEntitiesNotifiedOther | string or null Other notified entities not covered by default fields. |
object Type of action associated with the review outcome. | |
scrActionPlanDescription | string or null Description of the action plan if applicable. |
scrResponsiblePartiesSelection | string or null Selected parties responsible for the management plan. |
scrActionDueDate | string or null <date-time> Due date for the action plan. |
scrEffectiveDate | string or null <date-time> Effective date of the committee review. |
scrTriennialApprovalDate | string or null <date-time> |
scrApprovalDate | string or null <date-time> Date when the committee review was approved. |
scrContReviewDate | string or null <date-time> |
Array of objects Descriptions of reported conflicts of interest. | |
scrManagementPlan | string^hrn:hrs:managementplan:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
object Details of the plan creator. | |
scrManagementPlanTitle | string or null Title of the management plan. |
object (DocumentRef) | |
scrIsDeficiency | boolean Indicates if the review identified any deficiencies. |
scrDeficiencyTypes | Array of strings List of deficiency types, if any. |
scrDeficiencySeverities | string or null |
scrDeficiencyCategory | string or null |
scrIRBRiskLevel | string or null |
scrIRBPediatricRiskLevels | string or null |
scrControvertedIssues | string or null Issues that are controverted. |
scrDeterminationsFindings | string or null Findings related to the determinations. |
Array of objects Metadata entries describing how fields appear in the UI forms. |
{- "scrTabled": false,
- "scrDetermination": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}, - "scrDeterminations": null,
- "scrDeterminationDate": "2025-05-06T11:15:52.760Z",
- "scrVotes": { },
- "rationaleForDeterminationText": "defghi",
- "additionalInfoNotesText": "fgdf gdfgdfg",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "submitReview": false,
- "scrEntitiesNotified": null,
- "scrEntitiesNotifiedOther": null,
- "scrActionType": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}, - "scrActionPlanDescription": null,
- "scrResponsiblePartiesSelection": null,
- "scrActionDueDate": null,
- "scrEffectiveDate": null,
- "scrTriennialApprovalDate": null,
- "scrApprovalDate": null,
- "scrContReviewDate": null,
- "scrDescribeConflict": [
- {
- "scrConflictDescription": "abcdefff",
- "scrConflictDisclosureEntities": [
- {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "a107a",
- "disclosureEntitiesHrn": [
- "hrn:hrs:discloserentity:18642"
]
}
], - "selectedDisclosureEntitiesLabels": [
- "a107a",
- "Abbott Laboratories"
], - "id": "80e6e1c1-fb63-44ed-935b-a49ad2d70607"
}
], - "scrManagementPlan": "string",
- "scrManagementPlanCreator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "scrManagementPlanTitle": null,
- "scrManagementPlanDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "scrIsDeficiency": false,
- "scrDeficiencyTypes": [ ],
- "scrDeficiencySeverities": null,
- "scrDeficiencyCategory": null,
- "scrIRBRiskLevel": null,
- "scrIRBPediatricRiskLevels": null,
- "scrControvertedIssues": null,
- "scrDeterminationsFindings": null,
- "actionLogFormData": [
- {
- "name": "string",
- "label": "string",
- "displayString": "string",
- "formTitle": "string"
}
]
}
requestId | string Unique ID to identify snapshot. |
versionNumber | number Version number of the generated snapshot (e.g., 1, 2, 3). |
version | string Name of the snapshot with version number (e.g., "Snapshot 1.0"). |
url | string URL of the generated snapshot. |
fileName | string Name of the generated snapshot (e.g., "Snapshot.pdf"). |
dateCreate | string <date-time> The timestamp when the snapshot is generated. |
snapshotEvent | string Event at which snapshot is generated (e.g., Transition to Approved1.0"). |
{- "requestId": "cb5da595-a331-47cf-88ad-efbe7274db1c",
- "versionNumber": 1,
- "version": "Snapshot 1.0",
- "fileName": "snapshot.pdf",
- "dateCreate": "2025-04-24T18:43:46.7380244+00:00",
- "snapshotEvent": "Disclosure Profile Submitted"
}
comments required | string Extra information passed at the time of submitting request. |
Array of objects (DocumentRef) An array of supporting documents. | |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
object (Pagination) Describes pagination support. | |
object | |
Array of objects (SmartformStep) | |
object |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": {
- "Id": "string",
- "Name": "string"
}, - "data": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}
}
fieldName | string Name of the field (e.g., publicEquity, nonPublicEquity). |
{- "fieldName": "string"
}
hasOutsideActivities required | boolean Indicates whether the discloser has any outside activities or financial interests to disclose. The values are true or false. |
Array of objects (UpdateDisclosureEntity) |
{- "hasOutsideActivities": true,
- "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
]
}
Array of objects (ConflictObject) Array of conflicts which is updated by user. | |
Array of objects (ActionLogFormData) Details of the form data for logging action. |
{- "updateConflictsData": [
- {
- "id": 0,
- "conflictSatisfied": true,
- "nextMonitor": "2025-05-01T10:00:00.000Z",
- "monitorReports": [
- {
- "managementPlanDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}, - "completionDate": "2025-05-01T10:00:00.000Z"
}
]
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
entityId required | string ID of the entity. This contains UUID/GUID to help represent a record uniquely. |
entitySource required | string Represents where an entity source is created from i.e., a Disclosure Profile or Pre-approval request (e.g., DisclosureProfile). |
entityHrn | string^hrn:hrs:discloserentity:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
object Details about write in entity. Either | |
disclosureTypeId required | string ID of the disclosure type (e.g., Equity, Travel). |
object | |
totalValue | integer The total value of the estimated compensation. |
totalDuration | integer The total duration of all disclosed activities for an entity entered by the discloser. |
dateCreated | string <date-time> The timestamp when the entity record was created, in UTC format. |
createdAt required | string <date-time> The timestamp when the entity record was created, in UTC format. \n\n NOTE: Required for migration |
dateModified | string <date-time> The timestamp when the entity record was modified, in UTC format. |
createdBy required | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
sourceId required | string For migration, use source ID (Disclosure Entity ID ) from legacy system.(e.g., ID00000594). |
modifiedBy | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
required | Equity (object) or Editorial (object) or Consulting (object) or IP (object) or Divestiture (object) or Travel (object) or Prizes (object) or Other (object) or External (object) or VentureCapital (object) or Board (object) or VisitingScholar (object) or InKind (object) Denotes Compensation of a disclosure type |
{- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
Array of objects (DocumentRef) Document for upload management plan. | |
lastAcceptedDate required | string <date-time> Date and time about the management plan acceptance by the disclosure. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "draftManagementPlan": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "lastAcceptedDate": "2019-08-24T14:15:22Z",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
Array of objects (DocumentRef) Supporting document in form while executing withdraw action. | |
comments required | string Comments added for discarding the plan. |
Array of objects (ActionLogFormData) Details of the form data for logging action details. |
{- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "comments": "string",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
]
}
writeInEntityName | string The name of the write in entity. This field is used when the entity cannot be selected from the organization list. |
entityIsPublic | boolean Indicates whether the disclosure entity is public. The values are true or false. |
entityIsForeign | boolean Indicates whether the disclosure entity is foreign. The values are true or false. |
{- "writeInEntityName": "string",
- "entityIsPublic": true,
- "entityIsForeign": true
}
object (Pagination) Describes pagination support. | |
Array of objects (ResponseFilters) List of filters that were applied. | |
Array of objects (ResponseSorts) List of sorts that were applied. | |
object | |
Array of objects |
{- "pagination": {
- "offset": 1,
- "pageSize": 25,
- "total": 25,
- "continuationToken": "string"
}, - "filters": [
- {
- "FieldName": "id",
- "Value": "RETRO00024",
- "Operation": 9,
- "FilterType": 1
}
], - "sorts": [
- {
- "FieldName": "dateModified",
- "Order": 0
}
], - "links": {
- "next": "string",
- "prev": "string",
- "nextWithContinuationToken": "string"
}, - "data": [
- {
- "hrn": "string",
- "profileId": 25,
- "writeInEntityName": "writein entity 24234234",
- "dateModified": "2025-05-08T15:53:42.000Z",
- "dateCreated": "2025-05-08T15:53:42.000Z",
- "email": "admin@hcg.com",
- "name": "Huron Administrator",
- "disclosureProfileHrn": "string",
- "entityInformation": {
- "active": false,
- "isForeign": true,
- "isPubliclyTraded": false
}, - "dateModifiedFormatted": "2025-05-08T15:53:00.000Z",
- "disclosureType": "VisitingScholar",
- "totalValue": 333,
- "totalDuration": 0,
- "discloserEmployer": "Huron Consulting Group",
- "isDisclosureSubmitted": false,
- "isForeign": true,
- "isPubliclyTraded": false,
- "isDeleted": true
}
]
}
writeInEntityName required | string The name of the write in entity. This field is used when an entity cannot be selected in the organization list. |
entityIsPublic | boolean Indicates whether the disclosure entity is public. The values are true or false. |
entityIsForeign | boolean Indicates whether the disclosure entity is foreign. The values are true or false. |
{- "writeInEntityName": "string",
- "entityIsPublic": true,
- "entityIsForeign": true
}
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "organizationId": "string",
- "defaultReviewerId": "string",
- "reviewers": [
- "string"
]
}
}
]
}
idFieldName | string (IdFieldName) ^(id|sourceIdentifier)$ Name of the reference key in the actual object for import. Value must be
|
Array of objects |
{- "idFieldName": "string",
- "data": [
- {
- "correlationId": "string",
- "item": {
- "personId": "string",
- "categoryName": "string",
- "categoryId": "string",
- "isRemoveCategory": "True"
}
}
]
}
hrn | string^hrn:hrs:certification:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
id | string <= 155 characters ID of the certification record. |
object Details of the disclosure for whom the certification was created. | |
name | string Name of the certification. |
eventType | string Type of an event (IRB Submission | Grants JIT). |
object (PersonRef) | |
Array of objects | |
certificationType | string Enum: "Research" "Non-Research" Type of certification (e.g., Research, Non-Research). |
{- "hrn": "string",
- "id": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "name": "string",
- "eventType": "string",
- "principalInvestigator": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "assignedReviewer": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "certificationType": "Research"
}
hrn | string^hrn:hrs:disclosureprofile:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
id | string Unique identifier of the disclosure profile. |
profileId | integer The ID of the disclosure entity profile associated with the disclosure entity. |
name | string Name of the disclosure profile (e.g., Disclosure Profile for John). |
object The details of a disclosed person. | |
object The details of a discloser proxy. | |
requiresProfileUpdate | boolean Indicates whether the discloser profile requires an update. The values are true or false. |
dateCreated | string <date-time> The timestamp when profile was created. |
dateModified | string <date-time> The timestamp when profile was last modified. |
hasAcceptedTrainingMaterials | boolean Indicates whether the discloser has accepted training materials in the disclosure profile. The values are true or false. |
hasOutsideActivities | boolean Indicates whether the discloser has any outside activities or financial interests to disclose. The values are true or false. |
isActive | boolean Indicates whether the disclosure profile is active. The values are true or false. By default, the profile is active. If set to False, then it indicates the profile is deactivated. |
projectStateId | string The state of the disclosure profile (Active | InActive | ActionRequired | NoActionRequired). |
previousProjectStateId | string The previous state of the project before the current one. |
workflowState | string The disclosure profile's current state. |
firstName | string The given first name of a discloser profile. |
lastName | string The surname or family name of the discloser profile. |
object Contact information of the person. | |
object Details of the Organization. | |
Array of objects List of categories for which training has been accepted. | |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
disclosureProfileHrn | string^hrn:hrs:disclosureprofile:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
hasVentureCaptalEnableAsEquityDisclosuer | boolean Indicates whether to enable venture capital in equity type disclosure. The values are true or false. |
isApplicableToAllPersonnel | boolean Indicates whether discloser profile applies to all personnel. The values are true or false. |
managementPlanCount | integer The number of management plans associated with the profile. |
stateLastUpdated | string <date-time> The timestamp when last time the state was last updated. |
daysInCurrentState | integer The days since no state has changed |
projectStateDisplayName | string Label/name of the project state ID. |
profileUpdatedDate | string <date-time> The timestamp when the disclosure profile was most recently updated. |
active | boolean Indicates whether the project appears in picklists. The values are true or false. |
Array of objects (SmartformStep) Active Flex steps for disclosure profile configured in Step Flex Settings. | |
researchTrainingDate | string <date-time> The date the research training was completed. |
isLastTrainingCompleted | boolean Indicates whether the most recent required training has been completed. The values are true or false. |
object^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure | |
Array of objects Tags associated with the disclosure profile. | |
Array of objects (UpdateDisclosureEntity) | |
stateLastUppdated | string <date-time> The last time the profile state was updated. |
Array of objects Version history of the disclosure profile. | |
isCustomPropertiesModified | boolean Indicates if any custom fields have been modified. The values are true or false. |
discloserDisplayName | string Full name of the discloser. |
emailDisplayName | string <email> Displayed email address of the discloser. |
isSfUpdated | boolean Indicates if Salesforce (or similar system) has been updated. The values are true or false. |
isCompleteProxyCompleted | boolean Whether the discloser proxy section has been fully completed. The values are true or false. |
hasOutstandingPortfolioTasks | boolean Indicates whether there are any outstanding portfolio review tasks. The values are true or false. |
foreignTalentDescription | string Notes or description regarding foreign talent disclosure. |
hasApplicantOrParticipant | boolean Indicates whether the discloser is an applicant or participant in related programs. The values are true or false. |
hasActiveStartupPackage | boolean Indicates whether the discloser has an active startup funding package. The values are true or false. |
hasStartupCompanyIntellectual | boolean Indicates whether the discloser has intellectual property in a startup. The values are true or false. |
hasThresholdExceeded | boolean Indicates whether any disclosure exceeds the dollar/time threshold. The values are true or false. |
IsResolvePortfolioVisible | boolean Indicates whether the "Resolve Portfolio" button is visible. The values are true or false. |
IsDiscloserPresentInOffices | boolean Indicates whether the discloser is assigned to any COI office. The values are true or false. |
IsDiscloserHasCoia | boolean True if discloser has a COI admin assigned. The values are true or false. |
isUserIsAssignReviewer | boolean Indicates whether the current user is assigned as a reviewer. The values are true or false. |
currentUserHasAccessToDp | boolean Indicates whethe the current user has access to view the disclosure profile. The values are true or false. |
Array of objects List of reviewers assigned to handle portfolio review tasks. | |
organisationName | string Name of the organization. |
string <email> Primary email address of the discloser. | |
object Custom key-value pairs defined for the profile. | |
object Draft data version of the disclosure profile. | |
employerName | string Employer name associated with the discloser. |
secondaryUnitName | string Secondary unit name, if applicable. |
additionalUnitName | string Additional unit name, if applicable. |
organizationName | string Name of the organization linked to the discloser. |
isMpAssociatedEntityUpdated | boolean Indicates whether any entity associated with a management plan has been updated. The values are true or false. |
object Metadata about training expiration and forced profile updates. | |
object Custom field values saved in draft. | |
Array of objects Dynamic form data organized by steps. | |
Array of objects Draft entity disclosures associated with the profile. |
{- "hrn": "string",
- "disclosureHrn": {
- "hrn": "string",
- "name": "string"
}, - "id": "DP00000025",
- "profileId": 0,
- "name": "Disclosure Profile for Huron Administrator",
- "discloser": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "discloserProxy": {
- "hrn": "string",
- "name": "string",
- "roles": [
- "string"
], - "active": true,
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "firstName": "string",
- "lastName": "string",
- "middleName": "string",
- "personId": 0
}, - "requiresProfileUpdate": true,
- "dateCreated": "2023-04-14T11:55:33.020703Z",
- "dateModified": "2025-05-07T06:31:50.250883Z",
- "hasAcceptedTrainingMaterials": true,
- "hasOutsideActivities": true,
- "isActive": true,
- "projectStateId": "ActionRequired",
- "previousProjectStateId": "NoActionRequired",
- "workflowState": "string",
- "firstName": "string",
- "lastName": "string",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "hasAcceptedData": [
- {
- "categoryId": "c9b95987-ff2e-4bae-90b9-c3a686f6fe34",
- "categoryName": "Research",
- "trainingExpirationdate": "2026-04-15T09:49:52.1581046+00:00",
- "hasAcceptedTraining": true
}
], - "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "disclosureProfileHrn": "string",
- "hasVentureCaptalEnableAsEquityDisclosuer": true,
- "isApplicableToAllPersonnel": true,
- "managementPlanCount": 0,
- "stateLastUpdated": "2019-08-24T14:15:22Z",
- "daysInCurrentState": 0,
- "projectStateDisplayName": "string",
- "profileUpdatedDate": "2019-08-24T14:15:22Z",
- "active": true,
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
], - "researchTrainingDate": "2025-03-22T11:36:16.893619Z",
- "isLastTrainingCompleted": false,
- "disclosureProxyHrn": {
- "hrn": "string",
- "name": "string"
}, - "tags": [
- {
- "name": "ABRC",
- "active": false,
- "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "disclosureEntities": [
- {
- "entityId": "string",
- "entitySource": "DisclosureProfile",
- "entityHrn": "string",
- "writeInEntity": {
- "isForeign": true,
- "isPubliclyTraded": true,
- "writeInEntityName": "string"
}, - "disclosureTypeId": "string",
- "entityInformation": {
- "isPubliclyTraded": true,
- "isForeign": true,
- "active": true
}, - "totalValue": 0,
- "totalDuration": 0,
- "dateCreated": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "sourceId": "string",
- "modifiedBy": "string",
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
}
], - "stateLastUppdated": "2025-04-07T06:02:46.15192Z",
- "versions": [
- {
- "minorVersion": 0,
- "majorVersion": 1,
- "versionDescription": "Disclosure Profile Update Completed"
}
], - "isCustomPropertiesModified": true,
- "discloserDisplayName": "Huron Administrator",
- "emailDisplayName": "admin@hcg.com",
- "isSfUpdated": true,
- "isCompleteProxyCompleted": false,
- "hasOutstandingPortfolioTasks": true,
- "foreignTalentDescription": "ggggdfgdfg gg gg aa aaa",
- "hasApplicantOrParticipant": true,
- "hasActiveStartupPackage": true,
- "hasStartupCompanyIntellectual": true,
- "hasThresholdExceeded": true,
- "IsResolvePortfolioVisible": false,
- "IsDiscloserPresentInOffices": false,
- "IsDiscloserHasCoia": true,
- "isUserIsAssignReviewer": true,
- "currentUserHasAccessToDp": true,
- "portfolioReviewTaskAssignedTo": [
- {
- "id": {
- "hrn": "string",
- "name": "string"
}, - "personId": 0,
- "firstName": "Vasu",
- "lastName": "Changela",
- "name": "Vasu Changela",
- "contactInformation": {
- "addressLine1": "d",
- "addressLine2": "",
- "postalCode": "",
- "phone": "",
- "email": "vchangela@hcg.com",
- "city": ""
}, - "active": false,
- "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "Huron Consulting Group",
- "active": false
}, - "hrn": {
- "hrn": "string",
- "name": "string"
}
}
], - "organisationName": "Huron Consulting Group",
- "email": "admin@hcg.com",
- "customProperties": { },
- "dpDraftData": {
- "isActive": false,
- "profileId": 0,
- "dateCreated": "0001-01-01T00:00:00",
- "isSfUpdated": false,
- "customProperties": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "managementPlanCount": 0,
- "hasThresholdExceeded": true,
- "requiresProfileUpdate": false,
- "hasActiveStartupPackage": false,
- "isLastTrainingCompleted": false,
- "foreignTalentDescription": "ggggdfgdfg",
- "isCompleteProxyCompleted": false
}, - "employerName": "",
- "secondaryUnitName": "",
- "additionalUnitName": "",
- "organizationName": "",
- "isMpAssociatedEntityUpdated": true,
- "gracePeriodData": {
- "lastForceProfileUpdatedDate": "2025-03-03T03:49:09.7122354Z",
- "lastTraningExpiredDate": "2025-04-08T04:48:10.2308965Z",
- "lockedHasThresholdExceeded": true
}, - "draftCustomData": {
- "B": "5555",
- "testrm": null,
- "test_new": "adasdasd",
- "test_required": "jjkhjkh12",
- "testthirdpage": "dfgdfgdfg",
- "testsecondpage": "4334"
}, - "stepFormData": [
- {
- "stepName": "flexstep1",
- "formData": [
- {
- "name": "Testing",
- "label": "testt",
- "value": 1,
- "fieldType": "number"
}
]
}
], - "entityDraftData": [
- {
- "profileId": 25,
- "compensation": {
- "rootId": "578e089d-6f61-4139-aaa6-86c8b709a98e",
- "relationToDiscloser": {
- "hrn": "string",
- "name": "string"
}, - "hasStockOrPartnershipShares": true,
- "hasStockOrPartnershipSharesApproximateValue": true,
- "stockOrPartnershipSharesCompensation": 22,
- "hasStockOrOtherForm": true,
- "hasStockOrOtherFormApproximateValue": true,
- "stockOrOtherFormCompensation": 99,
- "percentagePersonHold": 22,
- "additionalInformation": "sdasd",
- "hasOutsideInvestment": true,
- "outsideInvestmentDetails": "sdasdasdasd",
- "relatedDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}, - "dateCreated": "2025-03-21T15:29:49Z",
- "dateModified": "2025-03-21T15:29:49Z",
- "entityHrn": {
- "hrn": "string",
- "name": "string"
}, - "entityId": "88104c1b-6be6-4739-931b-4eb2cdd1fec2",
- "entityDetail": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "AstraZeneca",
- "active": false
}, - "entityInformation": {
- "isPubliclyTraded": false,
- "isForeign": false,
- "active": false
}, - "disclosureTypeId": "Travel",
- "writeInEntity": { },
- "createdBy": {
- "hrn": "string",
- "name": "string"
}, - "totalValue": 0,
- "totalDuration": 0,
- "entitySource": "DisclosureProfile",
- "personHrn": {
- "hrn": "string",
- "name": "string"
}, - "hasOutsideActivities": true,
- "customProperties": {
- "B": "33"
}
}
]
}
name required | string Name of the management plan supplied at creation. |
required | object (DocumentRef) |
{- "name": "string",
- "planDocument": {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
}
id | string <= 55 characters An identifier generated during creation of the retrospective review. Each ID is unique within the tenant. |
required | object Details of the discloser. NOTE: For v10 to v12 migration, the expected value is only the HRN of discloser. |
name required | string Name of the retrospective review. |
findingsOfReview | string Details of a particular retrospective review. |
reasonForReview | string Details of the reason why retrospective review was performed. |
methodology | string Details for explaining the retrospective review (e.g., document reviewed). |
discoveryDate required | string <date-time> Date that the institution reached a conclusion that non-compliance had occurred. NOTE: Only past dates are valid. |
Array of objects (DocumentRef) Details of the supporting documents. NOTE: For V10 to V12 migration, the expected value is only | |
Array of objects (TriggeringEventDetail) Details of the related projects. NOTE: For V10 to V12 migration, the expected value is only the | |
Array of objects (Entities) Details of the conflicting entities. NOTE: For V10 to V12 migration, the expected value is only the HRN of Entities. | |
projectStateId | string State identifier of the retrospective review project (e.g., InReview). |
previousProjectStateId | string State identifier of the previous retrospective review project. NOTE: For V10 to V12 migration, previous project state is not necessary. |
Array of objects (SubmitRetrospectiveReview) Details of Submit retrospective review Action. | |
Array of objects (SubmitMitigationPlan) Details of Submit Mitigation Plan Action. | |
Array of objects (PersonRef) Details of the assigned reviewer. NOTE: For V10 to V12 migration, the expected value is only the | |
isMigrated | boolean Indicates whether retrospective review record is migrated. The values are true or false. Set the value to TRUE for migration. This is a required field for V10 to V12 migration and is only used for migration. |
dateCreated | string <date-time> Date retrospective review record was created. This field is used only for V10 to V12 migration. |
dateModified | string <date-time> The timestamp indicating the last time a retrospective review record was modified. This field is used only for V10 to V12 migration. |
createdBy | string^hrn:hrs:persons:[0-9]+$ Huron Resource Name (HRN), a system generated unique value with the following structure |
Array of objects (SmartformStep) Active Flex steps for retrospective review configured in Step Flex Settings. |
{- "id": "string",
- "discloser": {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}, - "name": "string",
- "findingsOfReview": "string",
- "reasonForReview": "string",
- "methodology": "string",
- "discoveryDate": "2021-03-30T10:05:30.000Z",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "relatedProjects": [
- {
- "hrn": "string",
- "id": "string",
- "name": "string",
- "state": "string"
}
], - "conflictingEntities": [
- {
- "hrn": "string",
- "name": "Entity name"
}
], - "projectStateId": "string",
- "previousProjectStateId": "string",
- "submitRetrospectiveReview": [
- {
- "hasBias": true,
- "comments": "string",
- "supportingDocuments": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
], - "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
], - "submitMitigationPlan": [
- {
- "planName": "string",
- "description": "string",
- "dateSubmitted": "2019-08-24T14:15:22Z",
- "actionLogFormData": [
- {
- "label": "string",
- "displayString": "string",
- "name": "string",
- "formTitle": "string"
}
], - "customProperties": {
- "Email": null,
- "Number": null,
- "Testing123": null
}
}
], - "assignReviewer": [
- {
- "hrn": "string",
- "id": "string",
- "active": true,
- "firstName": "string",
- "lastName": "string",
- "rights": [
- {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}
], - "userId": "admin_hrsv12@hcg.com",
- "contactInformation": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "stateProvince": {
- "hrn": "hrn:hrs:lists:states/alabama",
- "name": "Alabama"
}, - "postalCode": "string",
- "country": {
- "hrn": "hrn:hrs:lists:countries/canada",
- "name": "Canada"
}, - "phone": "string",
- "email": "string",
- "website": "string"
}, - "employer": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "organization": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "secondaryUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}, - "additionalUnit": {
- "hrn": {
- "hrn": "string",
- "name": "string"
}, - "name": "string",
- "id": "string",
- "active": false,
- "parent": {
- "hrn": "string",
- "name": "string"
}
}
}
], - "isMigrated": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "smartformSteps": [
- {
- "stepId": 0,
- "id": 0,
- "title": "string",
- "displayOrder": 0,
- "projectType": "string",
- "categories": [
- [
- {
- "id": "string",
- "categoryName": "string",
- "categoryDescription": "string",
- "trainingReqForSmartform": "string",
- "trainingTitle": "string",
- "isApplicableToAll": true,
- "isCategoeyActive": true,
- "expireTraingForNew": true,
- "categorySpecificTrainingValidity": 0,
- "categorySpecificTrainingText": "string",
- "hasRelyOnExternal": true,
- "categoryAttestion": "string",
- "categoryDocument": [
- {
- "hrn": "string",
- "name": "string",
- "url": "string",
- "category": {
- "hrn": "string",
- "name": "string",
- "description": "string",
- "active": true,
- "customProperties": { }
}, - "dateCreated": "2019-08-24T14:15:22Z",
- "version": 0,
- "fileKey": "string",
- "documentScanned": 0
}
]
}
]
], - "active": true,
- "showToAllDisclosers": true,
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateModified": "2019-08-24T14:15:22Z",
- "categoriesNames": "string"
}
]
}