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 = "2013-02-04-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
b68ef8a7eb6fdc465d9fe67d8cae50e9d4f213d4 Name of donor: Phonographic Performance Ltd (PPL) Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2013-02-04 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 0 2013-02-04-e1068736-10314-0
5294dec4fa9329c47b8ffb8e404a23a90f8e6013 Address of donor : 1 Upper James Street, London W1F 9DE Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2013-02-04 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 1 2013-02-04-e1068736-10314-0
6f012eb238ee88f66924b5ff88a72a33280541d9 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 2013-02-04 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 2 2013-02-04-e1068736-10314-0
3b31bc141da7af7203734e8fb3d1d87054d19604 Date of receipt of donation: 21 February 2012 Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2013-02-04 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 3 2013-02-04-e1068736-10314-0
899f0f1c2b54316a1e06e2bb025467754b7ca95e Date of acceptance of donation: 21 February 2012 Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2013-02-04 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 4 2013-02-04-e1068736-10314-0
e8ea135f04c4ffd171b87f711857599fe1e44574 Donor status: company registration number 288046. Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2013-02-04 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 5 2013-02-04-e1068736-10314-0
c4d8ea8d83eae2f1b9ac9b24077b6f8143aefe70 (Registered 14 March 2012) Gifts, benefits and hospitality (UK) Hours: 8 hrs.  e1068736 2013-02-04 Alan Johnson uk.org.publicwhip/member/40346 Alan Johnson uk.org.publicwhip/person/10314 6 2013-02-04-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 17.849ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette