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 = "2010-04-12-8f616a6e-10430-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
343e031f9b2af5c8538f562cb646fb439af97b79 Name of donor: Stagecoach East Midlands Sponsorships 8f616a6e 2010-04-12 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 0 2010-04-12-8f616a6e-10430-0
edd47c4a5a12843b001c8813ddeacd538a7a55d7 Address of donor: PO Box 15, Deacon Road, Lincoln, LN2 4JB. Sponsorships 8f616a6e 2010-04-12 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 1 2010-04-12-8f616a6e-10430-0
a736c227ee38b5a415a81f7e6834531a5b3f404c Amount of donation or nature and value if donation in kind: sponsorship of MP's Christmas card competition for local schoolchildren (total £1221.13, covering printing of cards and second-class postage). Sponsorships 8f616a6e 2010-04-12 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 2 2010-04-12-8f616a6e-10430-0
5273f4d86875b484bf7b1faa28220441148f1dca Date of receipt: 15 October 2009 Sponsorships 8f616a6e 2010-04-12 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 3 2010-04-12-8f616a6e-10430-0
ff56111320e2d83940cdecbd6ad75f2126fd0343 Date of acceptance: 15 October 2009 Sponsorships 8f616a6e 2010-04-12 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 4 2010-04-12-8f616a6e-10430-0
c2f595b391d0f0664286f1ea1eb5d1eb0549a46d Donor status: company, registration number 232799 Sponsorships 8f616a6e 2010-04-12 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 5 2010-04-12-8f616a6e-10430-0
8e75b4451cdc8a5dc7eaec4f215f8bfcf5c0a5b5 (Registered 24 December 2009) Sponsorships 8f616a6e 2010-04-12 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 6 2010-04-12-8f616a6e-10430-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 45.688ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette