Your suggested change has been received. Thank you.
Lists log records based on the specified filter criteria.
tenant required | string Your tenant code. |
start | string Example: start=2019-05-13T15:43:13.022Z A datetime (ISO-8601 format) to request the log records starting from a defined moment in time. |
end | string Example: end=2019-05-13T16:43:13.022Z A datetime (ISO-8601 format) to request the log records up to a defined moment in time. |
last | string Example: last=2019-05-13T15:43:13.022Z A duration (ISO-8601 format) to request the most recent log records for a defined period of time. |
next | string A token, obtained in a previous query, to request the next batch of records (pagination). This parameter can only be added if the previous query's response contained a |
uuid | string The identifier of a user to request the log records for that specific user. |
accountIdentifier | string A unique property of a user to request the log records for that specific user. The unique property can be an email address or phone number. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
{- "startTime": "string",
- "endTime": "string",
- "next": "string",
- "logs": [
- { }
]
}
Lists log records based on the specified filter criteria.
tenant required | string Your tenant code. |
start | string Example: start=2019-05-13T15:43:13.022Z A datetime (ISO-8601 format) to request the log records starting from a defined moment in time. |
end | string Example: end=2019-05-13T16:43:13.022Z A datetime (ISO-8601 format) to request the log records up to a defined moment in time. |
last | string Example: last=2019-05-13T15:43:13.022Z A duration (ISO-8601 format) to request the most recent log records for a defined period of time. |
next | string A token, obtained in a previous query, to request the next batch of records (pagination). This parameter can only be added if the previous query's response contained a |
uuid | string The identifier of a user to request the log records for that specific user. |
accountIdentifier | string A unique property of a user to request the log records for that specific user. The unique property can be an email address or phone number. |
acting-tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter |
tenant-id | string Tenant code. Used when not passing the tenant code in the URL path parameter or no acting tenant |
{- "startTime": "string",
- "endTime": "string",
- "next": "string",
- "logs": [
- { }
]
}