Get Trust Ops Comments

get/api/v2/admin/trustOpsComments

Retrieves all trust ops comments for one or more enterprises Supports bulk queries by providing multiple enterprise IDs in query params

Query Parameters

  • enterpriseIdsarray[string]Required
    Enterprise ID(s) to get comments for Single ID or comma-separated list of IDs for bulk queries
    Example: "59cd72485007a239fb00282ed480da1f,59cd72485007a239fb00282ed480da2f"
  • includeArchivedbooleanDefault: false
    Include archived comments in the results

200 Response

comments array[object] required
Array of trust ops comments
id string required
The unique identifier for the comment
Min length: >= 1 characters
Example: 65f1e2a3b4c5d6e7f8g9h0i1
text string required
The text content of the comment
Min length: >= 1 characters
Example: Reviewed and approved for processing
createdAt string <date-time>required
Timestamp when the comment was created
Example: 2024-12-02T13:00:00.000Z
enterpriseId string required
The enterprise ID associated with the comment
Min length: >= 1 characters
Example: 507f1f77bcf86cd799439011
isArchived boolean required
Flag indicating if the comment is archived
Example: false
archivedAt string <date-time>
Timestamp when the comment was archived
Example: 2024-12-02T14:00:00.000Z

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id