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-03-09-8f616a6e-24878-6" 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
10581c7278f15a121729c4a7bbc89429eb573e96 Name of donor: Mark Barnes Sponsorships 8f616a6e 2015-03-09 Nigel Adams uk.org.publicwhip/member/40523 Nigel Adams uk.org.publicwhip/person/24878 0 2015-03-09-8f616a6e-24878-6
332100d179f5a782d46ab79d34ff445604dbef28 Address of donor: private Sponsorships 8f616a6e 2015-03-09 Nigel Adams uk.org.publicwhip/member/40523 Nigel Adams uk.org.publicwhip/person/24878 1 2015-03-09-8f616a6e-24878-6
aaaa81b72813cd44d236cf889d756fad82d19306 Amount of donation or nature and value if donation in kind: £1,700 donation towards tickets for fund raising event and auction items purchased at the event. Sponsorships 8f616a6e 2015-03-09 Nigel Adams uk.org.publicwhip/member/40523 Nigel Adams uk.org.publicwhip/person/24878 2 2015-03-09-8f616a6e-24878-6
a19527c1385b36642713340994b2237f9c10f2ed Date of receipt: 27 June 2014 Sponsorships 8f616a6e 2015-03-09 Nigel Adams uk.org.publicwhip/member/40523 Nigel Adams uk.org.publicwhip/person/24878 3 2015-03-09-8f616a6e-24878-6
7b8743187e355b8c986ec6562a5058582fcc1717 Date of acceptance: 28 June 2014 Sponsorships 8f616a6e 2015-03-09 Nigel Adams uk.org.publicwhip/member/40523 Nigel Adams uk.org.publicwhip/person/24878 4 2015-03-09-8f616a6e-24878-6
5470d947d46d0ee70dd53ec6ac8c473828c1a9b3 Donor status: individual Sponsorships 8f616a6e 2015-03-09 Nigel Adams uk.org.publicwhip/member/40523 Nigel Adams uk.org.publicwhip/person/24878 5 2015-03-09-8f616a6e-24878-6
063a95b402a08ba7360ead342b56ec690ebc8ca1 (Registered 9 July 2014) Sponsorships 8f616a6e 2015-03-09 Nigel Adams uk.org.publicwhip/member/40523 Nigel Adams uk.org.publicwhip/person/24878 6 2015-03-09-8f616a6e-24878-6

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