Return logs
Returns records from the logs entity that match the specified query parameters. All records will be returned when no parameters are specified.
授权
查询参数
A comma-separated list of properties to include in the results. When this field is left empty, all properties will be returned.
Order the results by this property in ascending or descending order. Example for ascending: 'Name ASC' Example for descending: 'Name DESC'
The number of results to return.
This is the offset of results to skip when returning results.
When set, the results will return a count of results and not the actual results.
Use this to filter the results by specific property values. For example, you can use the following filter to retrieve records with the name 'John': $filter=Name eq 'John'
响应
logs response