|
Setting
|
Information
|
||
|---|---|---|---|
|
When this setting is disabled, the following is true:
• Procedure information (procedure title, user comments) will be redacted
• Step information (step description, step title, user comments, and media feedback) will be redacted
• User information (first name, last name, email, and role) will be redacted
This setting is disabled by default.
When this setting is enabled, the above data will not be redacted.
|
|||
|
When this setting is enabled, the data returned will be affected.
This setting is disabled by default.
|
|
|
In situations where these two settings conflict with one another, redaction or shortening of the information will prevail.
|
|
|
For best results, URL parameters should be encoded, as some characters will not work without encoding them. For example, if a serial number is 'serial$number#with|special&chars', then the encoded version that is safe and recommended to use as a URL parameter would be 'serial%24number%23with%7Cspecial%26chars'.
|
{
"items": [ ... ]
...
"nextPagePostBody": {
"granularity": "step",
"progress": [
"completed",
"abandoned",
"ongoing"
],
"startTime": "2025-04-21T22:00:00.000Z",
"endTime": "2025-10-22T21:59:59.999Z",
"latestStepState": true,
"page": 2
}
}
POST https://vuforia.portal.ptc.com/customer-events/<orgId>/report
{
"granularity": "step",
"progress": [
"completed",
"abandoned",
"ongoing"
],
"startTime": "2025-04-21T22:00:00.000Z",
"endTime": "2025-10-22T21:59:59.999Z",
"latestStepState": true,
"page": 2
}