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 = "2015-02-23-84642823-10076-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
98710805763dd90b4037c34fcf52d88dc493273e Name of donor:  Motor Sports Association Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Richard Burden uk.org.publicwhip/member/40085 Richard Burden uk.org.publicwhip/person/10076 0 2015-02-23-84642823-10076-0
dd479f01667489fb87ba7a4a7695eff82ad4d2d5 Address of donor:  Riverside Park, Colnbrook SL3 0HG Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Richard Burden uk.org.publicwhip/member/40085 Richard Burden uk.org.publicwhip/person/10076 1 2015-02-23-84642823-10076-0
216fdad02b336798f2a131ad07ce291e0d55740f Amount of donation or nature and value if donation in kind: two passes and hospitality for British Grand Prix at Silverstone, 6 July 2014, value £980.   Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Richard Burden uk.org.publicwhip/member/40085 Richard Burden uk.org.publicwhip/person/10076 2 2015-02-23-84642823-10076-0
deae3c2055d1f82b958878838d539128bd4775e7 Date of receipt of donation: 6 July 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Richard Burden uk.org.publicwhip/member/40085 Richard Burden uk.org.publicwhip/person/10076 3 2015-02-23-84642823-10076-0
1d426137d04f3f17d4e239b6d373488a22f10736 Date of acceptance of donation: 6 July 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Richard Burden uk.org.publicwhip/member/40085 Richard Burden uk.org.publicwhip/person/10076 4 2015-02-23-84642823-10076-0
3e54cb333af67a3456c2a320761e7cefdfded8b5 Donor status: company, registration 1344829 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Richard Burden uk.org.publicwhip/member/40085 Richard Burden uk.org.publicwhip/person/10076 5 2015-02-23-84642823-10076-0
1053d1f0304e3e4936e10e60fdb7c158779a0664 (Registered 21 July 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Richard Burden uk.org.publicwhip/member/40085 Richard Burden uk.org.publicwhip/person/10076 6 2015-02-23-84642823-10076-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 7.117ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette