メインコンテンツへスキップ
POST
/
cms
/
audit-logs
/
2026-03
/
export
cURL
curl --request POST \
  --url https://api.hubapi.com/cms/audit-logs/2026-03/export \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "format": "CSV",
  "portalId": 123,
  "recipientUserIds": [
    123
  ],
  "shouldMarkExportFileAsSensitive": true,
  "type": "<string>",
  "partition": 123,
  "userId": 123,
  "userTimeZone": "<string>"
}
'
This response has no body data.

Supported products

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

ボディ

application/json
email
string
必須
format
enum<string>
必須
利用可能なオプション:
CSV,
XLS,
XLSX
portalId
integer<int32>
必須
recipientUserIds
integer<int32>[]
必須
shouldMarkExportFileAsSensitive
boolean
必須
type
string
必須
filters
object
partition
integer<int32>
userId
integer<int32>
userTimeZone
string

レスポンス

Last modified on April 14, 2026