Data Sets
The term data set refers to the complete set of data the service is based on. Several data sets could be available for a version, for instance historical versions.
The default, current data set is always named current. For endpoints supporting different data sets, the dataset is specified in the start of the path. If no data set is specified, the current data set is assumed.
Examples
Retrieve the Beneficial owners of company x, using the current data set:
GET /api/v2/beneficial/x
GET /api/current/v2/beneficial/x
Get the beneficial owners of company x based on the data set named 20180928:
GET /api/20180928/v2/beneficial/x