home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2011-07-06-84642823-10070-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
ed6d85f2902b0e77eaba82f6d916b8228ce3a350 Name of donor: National Grid Gifts, benefits and hospitality (UK) 84642823 2011-07-06 Russell Brown uk.org.publicwhip/member/40213 Russell Brown uk.org.publicwhip/person/10070 0 2011-07-06-84642823-10070-0
80fd76ca05d415641b10c6ab55c8eb439a79ab61 Address of donor: 1-3 Strand, Grand Buildings, London, WC2N 5HR Gifts, benefits and hospitality (UK) 84642823 2011-07-06 Russell Brown uk.org.publicwhip/member/40213 Russell Brown uk.org.publicwhip/person/10070 1 2011-07-06-84642823-10070-0
c9cedb4886f09e5c619af4945b25ecb05e228579 Amount of donation or nature and value if donation in kind: Two tickets and hospitality for Rugby International at Twickenham-value £1,398 Gifts, benefits and hospitality (UK) 84642823 2011-07-06 Russell Brown uk.org.publicwhip/member/40213 Russell Brown uk.org.publicwhip/person/10070 2 2011-07-06-84642823-10070-0
9d33b37043ecc9b45d82c085d7e563c061e71aa9 Date of receipt of donation: 13 March 2011 Gifts, benefits and hospitality (UK) 84642823 2011-07-06 Russell Brown uk.org.publicwhip/member/40213 Russell Brown uk.org.publicwhip/person/10070 3 2011-07-06-84642823-10070-0
1df479f3d2650d82d7cfe7c21a38c281a10e1954 Date of acceptance of donation: 13 March 2011 Gifts, benefits and hospitality (UK) 84642823 2011-07-06 Russell Brown uk.org.publicwhip/member/40213 Russell Brown uk.org.publicwhip/person/10070 4 2011-07-06-84642823-10070-0
41b37f97c1f049b18a06c056aa58f6d10797d1f5 Donor status: company, no. 4031152 Gifts, benefits and hospitality (UK) 84642823 2011-07-06 Russell Brown uk.org.publicwhip/member/40213 Russell Brown uk.org.publicwhip/person/10070 5 2011-07-06-84642823-10070-0
e22c80f69594fe5e56e13f5b210d8ead236aace8 (Registered 11 April 2011 ) Gifts, benefits and hospitality (UK) 84642823 2011-07-06 Russell Brown uk.org.publicwhip/member/40213 Russell Brown uk.org.publicwhip/person/10070 6 2011-07-06-84642823-10070-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 427.062ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette