[
{
"projectId": "<string>",
"name": "<string>",
"assetType": "project",
"description": "<string>",
"sourceUri": "<string>",
"owner": "<string>",
"ownerEmail": "<string>",
"tags": [
"<string>"
],
"format": "<string>",
"options": [
"<string>"
],
"filters": [
"<string>"
],
"sql": "<string>",
"cacheOnLoad": false,
"cacheStrategy": {
"timeToLive": 123,
"refreshFrequency": 123,
"autoRefresh": false
},
"dependsOn": [
"<string>"
],
"createdOn": "2023-11-07T05:31:56Z",
"additionalSettings": {},
"id": "<string>",
"updatedOn": "<string>",
"version": 123
}
]
[
{
"projectId": "<string>",
"name": "<string>",
"assetType": "project",
"description": "<string>",
"sourceUri": "<string>",
"owner": "<string>",
"ownerEmail": "<string>",
"tags": [
"<string>"
],
"format": "<string>",
"options": [
"<string>"
],
"filters": [
"<string>"
],
"sql": "<string>",
"cacheOnLoad": false,
"cacheStrategy": {
"timeToLive": 123,
"refreshFrequency": 123,
"autoRefresh": false
},
"dependsOn": [
"<string>"
],
"createdOn": "2023-11-07T05:31:56Z",
"additionalSettings": {},
"id": "<string>",
"updatedOn": "<string>",
"version": 123
}
]
successful operation
The response is of type object[]
.
Was this page helpful?