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 = "2001-05-14-84642823-10242-0" 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
f376f94e070d8525fee581ec52e7741449a5594c I have received occasional hospitality at several racecourses, mainly from the BHB, the RCA, The Tote and the York Race Committee. Gifts, benefits and hospitality (UK) 84642823 2001-05-14 John Greenway uk.org.publicwhip/member/242 John Greenway uk.org.publicwhip/person/10242 0 2001-05-14-84642823-10242-0
058b083467efdef5bcd3636334919a13d0112d10 2 November 2000, my wife and I were guests of AXA Insurance Company at The AXA Final Ball at Wembley. (Registered 14 November 2000) Gifts, benefits and hospitality (UK) 84642823 2001-05-14 John Greenway uk.org.publicwhip/member/242 John Greenway uk.org.publicwhip/person/10242 1 2001-05-14-84642823-10242-0
49f4c1654cca0d1692cd504be4f2bc8759b8e060 26 February 2001,my wife and I were guests of the British Phonographic Industry Limited at The Brit Awards at Earls Court. (Registered 28 February 2001) Gifts, benefits and hospitality (UK) 84642823 2001-05-14 John Greenway uk.org.publicwhip/member/242 John Greenway uk.org.publicwhip/person/10242 2 2001-05-14-84642823-10242-0

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 20.144ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette