跳转到主要内容
GET
Error

授权

x-cdata-authtoken
string
header
必填

查询参数

$select
string

A comma-separated list of properties to include in the results. When this field is left empty, all properties will be returned.

$orderby
string

Order the results by this property in ascending or descending order. Example for ascending: 'Name ASC' Example for descending: 'Name DESC'

$top
integer

The number of results to return.

$skip
integer

This is the offset of results to skip when returning results.

$count
boolean

When set, the results will return a count of results and not the actual results.

$filter
string

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'

响应

certificates response

value
object[]