Returns metadata for all available datasets. The metadata includes the date it was last updated in our system in addition to the JSON schema used for the records.
Success
Unauthorized
Forbidden
Server Error
{- "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "name": "string",
- "type": "Sam",
- "tags": [
- "string"
], - "parameterSets": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "supportedParameterTypes": [
- "Name"
], - "requiredParameterTypes": [
- "Name"
], - "isPreferred": true
}
], - "status": {
- "expectedProcessingTime": 0
}, - "monitoringIntervals": [
- "Daily"
], - "lastUpdated": "2019-08-24T14:15:22.0000000Z",
- "properties": { },
- "capabilities": {
- "property1": true,
- "property2": true
}, - "maintenanceWindows": [
- {
- "expression": "string",
- "description": "string"
}
], - "hasPassThroughFee": false
}
], - "sortedBy": "Name",
- "sortDirection": "Asc",
- "sort": {
- "Name": "Asc",
- "Type": "Desc"
}
}