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-3" 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
2c7c01a3e96dabeeb3455dfa8e8f594e601a9096 Name of donor: What Group Ltd 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-3
b691afe4949d7c55c7d86362267e0f489a2adb36 Address of donor: Apollo House, Eboracum Way, York YO31 7RE 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-3
e8f393fc9b4fed16b3113e5d4fc4ac4ca330779d Amount of donation or nature and value if donation in kind: £4,000 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-3
da276ef8f8fc584ea7f046508b20480e62dd5ac8 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-3
04279253c8bf6cb364c09f353b0a49e867391f6e 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-3
b57616bd345a9e1c27e3c98dc659c0feb5b77ba2 Donor status: company, registration 06686870 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-3
3e3f7be636bd1545af70ff82a8764b37e8a2aa86 (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-3

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