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 = "2012-12-19-e1068736-10314-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
6c621f53b9e4e8b190546744442d7f7f004b47e2 Name of donor: Phonographic Performance Ltd (PPL) Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2012-12-19 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 0 2012-12-19-e1068736-10314-0
70cfd49e3e7037135793adc24c8b8f779f7033b0 Address of donor : 1 Upper James Street, London W1F 9DE Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2012-12-19 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 1 2012-12-19-e1068736-10314-0
20bb4c1e231bb395ea9e1931f05f343120efdd8c Amount of donation or nature and value if donation in kind: attendance at Brit Awards with my wife; value £1,996 Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2012-12-19 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 2 2012-12-19-e1068736-10314-0
38f8ad9cff9888cd4a6c3649544bd0e4e2232f7b Date of receipt of donation: 21 February 2012 Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2012-12-19 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 3 2012-12-19-e1068736-10314-0
1eed7453edde5a2dfafd5b74444e498078ca0ff3 Date of acceptance of donation: 21 February 2012 Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2012-12-19 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 4 2012-12-19-e1068736-10314-0
0e6bc7579ff844b815813df1ebdccb8fe80ff772 Donor status: company registration number 288046. Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2012-12-19 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 5 2012-12-19-e1068736-10314-0
979c2992df1e98902f1b8d0b9307766bbbe54b81 (Registered 14 March 2012) Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2012-12-19 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 6 2012-12-19-e1068736-10314-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 13.888ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette