How can I get information about the artists if it was changed after certain date?

36 views Asked by At

I can get the artists that were added after 2014-10

[{
  "type": "/music/artist",
  "id": null,
  "name": null,
  "timestamp": null,
  "timestamp>=": "2014-10"
}]

But how can I choose those ones who were added before but information about them has been changed since 2014-10?

1

There are 1 answers

0
Tom Morris On BEST ANSWER

You can use the reflection capabilities to query the creation date of individual links. See the Links, Reflection, and History section of the MQL manual.