Provides access to the issues that are part of a Hyperproof organization.
Issues API (1.0)
The description of the issue.
The assignee identifier for the issue.
The due date for the issue (ISO-8601 format).
The work item status.
The type of the object.
The executive sponsor for the issue.
The business owner for the issue.
The action plan for the issue.
The discovered date for the issue (ISO-8601 format).
The closed date for the issue (ISO-8601 format).
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi
- Hyperproof UShttps://api.hyperproof.app/v1/issues
- Hyperproof Govhttps://api.hyperproofgov.app/v1/issues
- Hyperproof EUhttps://api.hyperproof.eu/v1/issues
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/ \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"summary": "Incorrect policy implementation",
"description": "The policy implementation does not match standard operating procedures",
"assigneeId": "e99e616e-6211-22ff-b755-633587729bf9",
"workItemStatus": "notStarted",
"priority": "high",
"dueDate": "2024-12-24T00:00:01Z",
"customFields": [
{
"fieldId": "ceb912ab-519b-11ee-a644-522476618ae8",
"textValue": "John Smith"
}
],
"source": {
"objectId": "f06fe159-e7c1-4b42-8715-5615ff50b29c",
"objectType": "audit"
},
"impact": "medium",
"executiveSponsor": "d3636cb0-10bf-45e9-abaa-b0efba75965d",
"businessOwner": "4b81e4aa-7577-4579-b05c-bcc76af8f2f1",
"actionPlan": "Update the implementation to modern standards",
"discoveredOn": "2024-11-01T00:00:01Z",
"closedOn": "2024-11-02T00:00:01Z",
"effortLevel": "highest",
"isPrivate": false
}'Success.
The unique identifier for the organization the issue belongs to.
The description of the issue.
The unique identifier of the assignee for the issue.
The due date for resolving the issue (ISO-8601 format).
The list of linked objects for the issue.
The unique identifier of the user who created the issue.
The date and time the issue was created (ISO-8601 format).
The unique identifier of the user who last updated the issue.
The date and time the issue was last updated (ISO-8601 format).
The work item status.
The identifier of the source of the issue.
The type of the object.
The executive sponsor for the issue.
The action plan for resolving the issue.
The date the issue was discovered (ISO-8601 format).
{ "id": "f9106f7c-cedf-4003-9d4e-762128170083", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "summary": "Incorrect policy implementation", "key": "I-23", "description": "The policy implementation does not match standard operating procedures", "assigneeId": "e99e616e-6211-22ff-b755-633587729bf9", "workItemStatus": "notStarted", "priority": "high", "dueDate": "2024-12-24T11:59:59+13:00", "linkedObjects": [ { … }, { … } ], "customFields": [ { … } ], "status": "active", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.005365Z", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.005365Z", "permissions": [], "sourceId": "f06fe159-e7c1-4b42-8715-5615ff50b29c", "sourceType": "audit", "sourceName": "SOC2", "sourceStatus": "active", "impact": "medium", "executiveSponsor": "d3636cb0-10bf-45e9-abaa-b0efba75965d", "businessOwner": "4b81e4aa-7577-4579-b05c-bcc76af8f2f1", "actionPlan": "Update the implementation to modern standards", "discoveredOn": "2024-11-01T00:00:01Z", "effortLevel": "highest", "isPrivate": false }
The list of issue identifiers to filter by.
The list of assignee identifiers to filter issues by.
The work item status.
The date after which issues were created for filtering (ISO-8601 format).
The date before which issues were created for filtering (ISO-8601 format).
The date after which issues were modified for filtering (ISO-8601 format).
The date before which issues were modified for filtering (ISO-8601 format).
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/filter
- Hyperproof UShttps://api.hyperproof.app/v1/issues/filter
- Hyperproof Govhttps://api.hyperproofgov.app/v1/issues/filter
- Hyperproof EUhttps://api.hyperproof.eu/v1/issues/filter
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/filter \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"sourceObjects": [
{
"objectId": "ceb912ab-519b-11ee-a644-522476618ae8",
"objectType": "control"
}
],
"issueIds": [
"ba50096d-bbfa-47af-94a7-092b0984cf35"
],
"assigneeIds": [
"ad21d858-c271-4c6d-8780-fecf6b16e534"
],
"workItemStatus": "inProgress",
"createdAfter": "2020-12-10T20:00:00Z",
"createdBefore": "2020-12-11T20:00:00Z",
"modifiedAfter": "2020-12-17T20:00:00Z",
"modifiedBefore": "2020-12-18T20:00:00Z",
"status": "active"
}'Success.
The unique identifier for the organization the issue belongs to.
The description of the issue.
The unique identifier of the assignee for the issue.
The due date for resolving the issue (ISO-8601 format).
The list of linked objects for the issue.
The unique identifier of the user who created the issue.
The date and time the issue was created (ISO-8601 format).
The unique identifier of the user who last updated the issue.
The date and time the issue was last updated (ISO-8601 format).
The work item status.
The identifier of the source of the issue.
The type of the object.
The executive sponsor for the issue.
The action plan for resolving the issue.
The date the issue was discovered (ISO-8601 format).
[ { "id": "f9106f7c-cedf-4003-9d4e-762128170083", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "summary": "Incorrect policy implementation", "key": "I-23", "description": "The policy implementation does not match standard operating procedures", "assigneeId": "e99e616e-6211-22ff-b755-633587729bf9", "workItemStatus": "notStarted", "priority": "high", "dueDate": "2024-12-24T11:59:59+13:00", "linkedObjects": [ … ], "customFields": [ … ], "status": "active", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.005365Z", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.005365Z", "permissions": [], "sourceId": "f06fe159-e7c1-4b42-8715-5615ff50b29c", "sourceType": "audit", "sourceName": "SOC2", "sourceStatus": "active", "impact": "medium", "executiveSponsor": "d3636cb0-10bf-45e9-abaa-b0efba75965d", "businessOwner": "4b81e4aa-7577-4579-b05c-bcc76af8f2f1", "actionPlan": "Update the implementation to modern standards", "discoveredOn": "2024-11-01T00:00:01Z", "effortLevel": "highest", "isPrivate": false } ]
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}
- Hyperproof UShttps://api.hyperproof.app/v1/issues/{issueId}
- Hyperproof Govhttps://api.hyperproofgov.app/v1/issues/{issueId}
- Hyperproof EUhttps://api.hyperproof.eu/v1/issues/{issueId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the organization the issue belongs to.
The description of the issue.
The unique identifier of the assignee for the issue.
The due date for resolving the issue (ISO-8601 format).
The list of linked objects for the issue.
The unique identifier of the user who created the issue.
The date and time the issue was created (ISO-8601 format).
The unique identifier of the user who last updated the issue.
The date and time the issue was last updated (ISO-8601 format).
The work item status.
The identifier of the source of the issue.
The type of the object.
The executive sponsor for the issue.
The action plan for resolving the issue.
The date the issue was discovered (ISO-8601 format).
{ "id": "f9106f7c-cedf-4003-9d4e-762128170083", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "summary": "Incorrect policy implementation", "key": "I-23", "description": "The policy implementation does not match standard operating procedures", "assigneeId": "e99e616e-6211-22ff-b755-633587729bf9", "workItemStatus": "notStarted", "priority": "high", "dueDate": "2024-12-24T11:59:59+13:00", "linkedObjects": [ { … }, { … } ], "customFields": [ { … } ], "status": "active", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.005365Z", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.005365Z", "permissions": [], "sourceId": "f06fe159-e7c1-4b42-8715-5615ff50b29c", "sourceType": "audit", "sourceName": "SOC2", "sourceStatus": "active", "impact": "medium", "executiveSponsor": "d3636cb0-10bf-45e9-abaa-b0efba75965d", "businessOwner": "4b81e4aa-7577-4579-b05c-bcc76af8f2f1", "actionPlan": "Update the implementation to modern standards", "discoveredOn": "2024-11-01T00:00:01Z", "effortLevel": "highest", "isPrivate": false }
The description of the issue.
The unique identifier of the user assigned to the issue.
The unique identifier of the group assigned to the issue. If set, clearGroupId must not be set.
The due date for the issue (ISO-8601 format).
The work item status.
The executive sponsor for the issue.
The business owner for the issue.
The action plan for the issue.
The date the issue was discovered (ISO-8601 format).
The date the issue was closed (ISO-8601 format).
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}
- Hyperproof UShttps://api.hyperproof.app/v1/issues/{issueId}
- Hyperproof Govhttps://api.hyperproofgov.app/v1/issues/{issueId}
- Hyperproof EUhttps://api.hyperproof.eu/v1/issues/{issueId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"summary": "Incorrect policy implementation",
"description": "The policy implementation does not match standard operating procedures",
"assigneeId": "e99e616e-6211-22ff-b755-633587729bf9",
"workItemStatus": "notStarted",
"priority": "high",
"dueDate": "2024-12-24T00:00:01Z",
"customFields": [
{
"fieldId": "ceb912ab-519b-11ee-a644-522476618ae8",
"textValue": "John Smith"
}
],
"clearDueDate": false,
"source": {
"objectId": "f06fe159-e7c1-4b42-8715-5615ff50b29c",
"objectType": "audit"
},
"impact": "medium",
"executiveSponsor": "d3636cb0-10bf-45e9-abaa-b0efba75965d",
"businessOwner": "4b81e4aa-7577-4579-b05c-bcc76af8f2f1",
"actionPlan": "Update the implementation to modern standards",
"discoveredOn": "2024-11-01T00:00:01Z",
"closedOn": "2024-11-02T00:00:01Z",
"effortLevel": "highest",
"isPrivate": false
}'Success.
The unique identifier for the organization the issue belongs to.
The description of the issue.
The unique identifier of the assignee for the issue.
The due date for resolving the issue (ISO-8601 format).
The list of linked objects for the issue.
The unique identifier of the user who created the issue.
The date and time the issue was created (ISO-8601 format).
The unique identifier of the user who last updated the issue.
The date and time the issue was last updated (ISO-8601 format).
The work item status.
The identifier of the source of the issue.
The type of the object.
The executive sponsor for the issue.
The action plan for resolving the issue.
The date the issue was discovered (ISO-8601 format).
{ "id": "f9106f7c-cedf-4003-9d4e-762128170083", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "summary": "Incorrect policy implementation", "key": "I-23", "description": "The policy implementation does not match standard operating procedures", "assigneeId": "e99e616e-6211-22ff-b755-633587729bf9", "workItemStatus": "notStarted", "priority": "high", "dueDate": "2024-12-24T11:59:59+13:00", "linkedObjects": [ { … }, { … } ], "customFields": [ { … } ], "status": "active", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.005365Z", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.005365Z", "permissions": [], "sourceId": "f06fe159-e7c1-4b42-8715-5615ff50b29c", "sourceType": "audit", "sourceName": "SOC2", "sourceStatus": "active", "impact": "medium", "executiveSponsor": "d3636cb0-10bf-45e9-abaa-b0efba75965d", "businessOwner": "4b81e4aa-7577-4579-b05c-bcc76af8f2f1", "actionPlan": "Update the implementation to modern standards", "discoveredOn": "2024-11-01T00:00:01Z", "effortLevel": "highest", "isPrivate": false }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/proof
- Hyperproof UShttps://api.hyperproof.app/v1/issues/{issueId}/proof
- Hyperproof Govhttps://api.hyperproofgov.app/v1/issues/{issueId}/proof
- Hyperproof EUhttps://api.hyperproof.eu/v1/issues/{issueId}/proof
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/proof' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F proof=string \
-F hp-proof-owned-by=string \
-F hp-proof-source=string \
-F hp-proof-source-id=string \
-F hp-proof-source-file-id=string \
-F hp-proof-source-modified-on=2019-08-24T14:15:22Z \
-F hp-proof-live-sync-enabled=trueSuccess.
Unique identifier of the user who owns the proof item
The date the proof was uploaded (ISO-8601 format)
Status of the proof item
Unique identifier of the user who created the proof item
The date the proof was created (ISO-8601 format)
Unique identifier of the user who last updated the proof item
{ "id": "4eb909de-51af-11ee-a644-522476618ae8", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "filename": "example.txt", "contentType": "text/plain", "fileExtension": "txt", "size": 627, "version": 0, "source": "localComputer", "ownedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "uploadedOn": "2023-09-12T20:59:47.694353Z", "isPrivate": false, "status": "active", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T20:59:47.694353Z", "updatedOn": "2023-09-12T20:59:47.694353Z" }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/proof
- Hyperproof UShttps://api.hyperproof.app/v1/issues/{issueId}/proof
- Hyperproof Govhttps://api.hyperproofgov.app/v1/issues/{issueId}/proof
- Hyperproof EUhttps://api.hyperproof.eu/v1/issues/{issueId}/proof
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/proof' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
Unique identifier of the user who owns the proof item
The date the proof was uploaded (ISO-8601 format)
Status of the proof item
Unique identifier of the user who created the proof item
The date the proof was created (ISO-8601 format)
Unique identifier of the user who last updated the proof item
The date the proof was updated (ISO-8601 format)
[ { "id": "4eb909de-51af-11ee-a644-522476618ae8", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "filename": "example.txt", "contentType": "text/plain", "fileExtension": "txt", "size": 627, "version": 0, "source": "localComputer", "ownedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "uploadedOn": "2023-09-12T20:59:47.694353Z", "isPrivate": false, "status": "active", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T20:59:47.694353Z", "updatedOn": "2023-09-12T20:59:47.694353Z" } ]
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/comments
- Hyperproof UShttps://api.hyperproof.app/v1/issues/{issueId}/comments
- Hyperproof Govhttps://api.hyperproofgov.app/v1/issues/{issueId}/comments
- Hyperproof EUhttps://api.hyperproof.eu/v1/issues/{issueId}/comments
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/comments' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the comment.
The unique identifier for the organization the comment belongs to.
The formatted text of the comment.
The unique identifier of the object the comment is attached to.
The type of the object.
The unique identifier of the user who created the comment.
The unique identifier of the user who last updated the comment.
The date and time the comment was created (ISO-8601 format).
The date and time the comment was last updated (ISO-8601 format).
The date and time the comment was updated in teh source system (ISO-8601 format).
[ { "id": "ad21d858-c271-4c6d-8780-fecf6b16e534", "orgId": "ad21d858-c271-4c6d-8780-fecf6b16e534", "commentTextFormatted": "This is a comment mentioning a user {{user:53c8880a-7e14-4493-a392-0f10bf11cfce}}", "objectId": "ad21d858-c271-4c6d-8780-fecf6b16e534", "objectType": "task", "status": "active", "createdBy": "554fbf38-f579-4cc8-819f-6377bd9defcb", "updatedBy": "53c8880a-7e14-4493-a392-0f10bf11cfce", "createdOn": "2024-06-23T19:37:23+0000", "updatedOn": "2024-06-27T22:28:30+0000" } ]
The formatted text for the comment.
Whether the comment is internal-only. Internal comments are not visible to external auditors.
The type of the object.
The object identifier the comment is attached to.
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/comments
- Hyperproof UShttps://api.hyperproof.app/v1/issues/{issueId}/comments
- Hyperproof Govhttps://api.hyperproofgov.app/v1/issues/{issueId}/comments
- Hyperproof EUhttps://api.hyperproof.eu/v1/issues/{issueId}/comments
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/comments' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"commentTextFormatted": "The audit is completed.",
"isInternalComment": true,
"objectId": "82d7c228-8bcd-11e9-a94b-ab3de849498z",
"objectType": "risk"
}'Success.
The unique identifier for the organization the activity belongs to.
The unique identifier of the object related to the activity.
The type of the object.
The current status of the activity.
The unique identifier of the user who created the activity.
The date and time the activity was created (ISO-8601 format).
The unique identifier of the user who last updated the activity.
{ "id": "a3f89b48-9ae1-4852-a229-c4aea92230b0", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "type": "comment", "message": "This is a comment", "objectId": "16d22ded-88ac-4f5c-bc99-8064d9fc44d7", "objectType": "audit", "status": "active", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.005365Z", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.005365Z" }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/comments/{commentId}
- Hyperproof UShttps://api.hyperproof.app/v1/issues/{issueId}/comments/{commentId}
- Hyperproof Govhttps://api.hyperproofgov.app/v1/issues/{issueId}/comments/{commentId}
- Hyperproof EUhttps://api.hyperproof.eu/v1/issues/{issueId}/comments/{commentId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/comments/{commentId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"commentTextFormatted": "The audit is completed.",
"isInternalComment": true,
"objectId": "82d7c228-8bcd-11e9-a94b-ab3de849498z"
}'Success.
The unique identifier for the organization the activity belongs to.
The unique identifier of the object related to the activity.
The type of the object.
The current status of the activity.
The unique identifier of the user who created the activity.
The date and time the activity was created (ISO-8601 format).
The unique identifier of the user who last updated the activity.
{ "id": "a3f89b48-9ae1-4852-a229-c4aea92230b0", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "type": "comment", "message": "This is a comment", "objectId": "16d22ded-88ac-4f5c-bc99-8064d9fc44d7", "objectType": "audit", "status": "active", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.005365Z", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.005365Z" }
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/comments/{commentId}
- Hyperproof UShttps://api.hyperproof.app/v1/issues/{issueId}/comments/{commentId}
- Hyperproof Govhttps://api.hyperproofgov.app/v1/issues/{issueId}/comments/{commentId}
- Hyperproof EUhttps://api.hyperproof.eu/v1/issues/{issueId}/comments/{commentId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://developer.hyperproof.app/_mock/hyperproof-api/issues/issues.openapi/{issueId}/comments/{commentId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The unique identifier for the organization the activity belongs to.
The unique identifier of the object related to the activity.
The type of the object.
The current status of the activity.
The unique identifier of the user who created the activity.
The date and time the activity was created (ISO-8601 format).
The unique identifier of the user who last updated the activity.
{ "id": "a3f89b48-9ae1-4852-a229-c4aea92230b0", "orgId": "ce83e3cd-5199-11ee-a644-522476618ae8", "type": "comment", "message": "This is a comment", "objectId": "16d22ded-88ac-4f5c-bc99-8064d9fc44d7", "objectType": "audit", "status": "active", "createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "createdOn": "2023-09-12T18:26:10.005365Z", "updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987", "updatedOn": "2023-09-12T18:26:10.005365Z" }