home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

3 rows where record_id = "2015-02-09-ead1ca87-10498-3" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
0a05aa80ac8fe8ac38c4a3dab46c6686fdf9cb78 President of the Constructionarium, Riverside House, 4 Meadows Business Park, Station Approach, Blackwater, Camberley, Surrey, GU17 9AB. The project promotes practical site-based development opportunities for students undertaking Built Environment degree courses. Work involves advising the organisation on the development of its construction training activities. Remunerated directorships ead1ca87 2015-02-09 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 0 2015-02-09-ead1ca87-10498-3
fbbdf260c160867aaf034189055528a0eae54487 Received payment of £3,000 (excluding VAT) for October-December 2013. Hours: 11 hrs. (Registered 12 March 2014) Remunerated directorships ead1ca87 2015-02-09 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 1 2015-02-09-ead1ca87-10498-3
9f590f496b05b3ba5ea0c9fd82f8062fb636dd4f Received payment of £5,000 (excluding VAT) for January–May 2014. Hours: 25 hrs. (Registered 17 July 2014) Remunerated directorships ead1ca87 2015-02-09 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 2 2015-02-09-ead1ca87-10498-3

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE items (
        hash VARCHAR(40) NOT NULL,
        item TEXT,
        category_id TEXT,
        date TEXT,
        member_id TEXT,
        person_id TEXT,
        sort_order INTEGER,
        record_id TEXT,
        PRIMARY KEY (hash),
        FOREIGN KEY ("category_id") REFERENCES [categories](id),
        FOREIGN KEY ("member_id") REFERENCES [members](id),
        FOREIGN KEY ("person_id") REFERENCES [people](id)
    );
CREATE INDEX items_date ON items("date");
CREATE INDEX items_category_id ON items("category_id");
CREATE INDEX items_member_id ON items("member_id");
CREATE INDEX items_person_id ON items("person_id");
CREATE INDEX items_record_id ON items("record_id");
Powered by Datasette · Queries took 126.191ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette