curl --location --request GET 'http://192.168.80.101:8090/api/v1alpha1/annotationsettings' \
--header 'Authorization: {{authorization}}'{
"first": true,
"hasNext": true,
"hasPrevious": true,
"items": [
{
"apiVersion": "string",
"kind": "string",
"metadata": {
"annotations": {
"property1": "string",
"property2": "string"
},
"creationTimestamp": "2019-08-24T14:15:22Z",
"deletionTimestamp": "2019-08-24T14:15:22Z",
"finalizers": [
"string"
],
"generateName": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"name": "string",
"version": 0
},
"spec": {
"formSchema": [
{}
],
"targetRef": {
"group": "string",
"kind": "string"
}
}
}
],
"last": true,
"page": 0,
"size": 0,
"total": 0,
"totalPages": 0
}