Query
query GetAuditLogs {
getAuditLogs {
ok
auditLogs {
id
createdDttm
updatedDttm
workspaceId
workspaceName
actorType
}
}
}Response
{
"data": {
"getAuditLogs": {
"ok": true,
"auditLogs": [
{
"id": 1,
"createdDttm": "string",
"updatedDttm": "string",
"workspaceId": 1,
"workspaceName": "string",
"actorType": "string"
}
]
}
}
}getAuditLogs
List all audit logs.
Query
query GetAuditLogs {
getAuditLogs {
ok
auditLogs {
id
createdDttm
updatedDttm
workspaceId
workspaceName
actorType
}
}
}Response
{
"data": {
"getAuditLogs": {
"ok": true,
"auditLogs": [
{
"id": 1,
"createdDttm": "string",
"updatedDttm": "string",
"workspaceId": 1,
"workspaceName": "string",
"actorType": "string"
}
]
}
}
}