Returns a specified monitored item

Returns all the info for a specified monitored item.

Request
path Parameters
id
required
string <uuid>

The identifier describing the monitored item.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/monitors/{id}
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "type": "Dataset",
  • "monitoringInterval": "Monthly",
  • "nextMonitoringDate": "2019-08-24T14:15:22Z",
  • "lastMonitoringDate": "2019-08-24T14:15:22Z",
  • "providerId": "4834bcdc-4a64-444d-966b-1a6fe381da24",
  • "datasetType": "Sam",
  • "options": {
    },
  • "lastVerification": {
    }
}