datagovuk / ckanext-dgu

CKAN extension for data.gov.uk
http://data.gov.uk/
34 stars 33 forks source link

API/dumper for organograms #556

Closed davidread closed 7 years ago

davidread commented 7 years ago

We need a way to get all the data out of Drupal. This could be a private API or an SQL command that returns it.

This gives basic details: https://test.data.gov.uk/services/rest/organogram

However the file details just returns a boolean:

https://test.data.gov.uk/services/rest/organogram/15291

I was expecting more - file download URL, signed-off/publish status, who/when it was uploaded & published etc.

davidread commented 7 years ago

All works apart from one: 7858 on live.

davidread commented 7 years ago

@ratajczak said he'd fixed this, but this still occurs with:

ratajczak commented 7 years ago

This should be now fixed properly.

davidread commented 7 years ago

Thanks - all good now