Returns metadata for a specific dataset. The metadata includes the date it was last updated in our system in addition to the JSON schema used for the records.
Success
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Server Error
{- "name": "string",
- "type": "Sam",
- "tags": [
- "string"
], - "parameterSets": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "entityType": "Practitioner",
- "supportedParameterTypes": [
- "Name"
], - "requiredParameterTypes": [
- "Name"
], - "isPreferred": true
}
], - "supportedEntityTypes": [
- "Practitioner"
], - "status": {
- "expectedProcessingTime": 0
}, - "monitoringIntervals": [
- "Monthly"
], - "lastUpdated": "2019-08-24T14:15:22Z",
- "schema": null,
- "properties": {
- "property1": null,
- "property2": null
}, - "capabilities": {
- "property1": true,
- "property2": true
}, - "maintenanceWindows": [
- {
- "expression": "string",
- "description": "string",
- "isUnderMaintenanceInTheNextHour": true,
- "trigger": "Manual",
- "expiresIn": "string"
}
], - "hasPassThroughFee": true
}