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-11621-1" 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
0e6e02144419c3c22f97e0316d50dc4311adea11 Name of donor: Langham Industries Ltd Sponsorships 8f616a6e 2015-03-09 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 0 2015-03-09-8f616a6e-11621-1
6b3c5986ecf0d283fe7788aecde4d23f2bfcf3f9 Address of donor: Bingham’s Melcombe, Dorchester, DT2 7PZ Sponsorships 8f616a6e 2015-03-09 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 1 2015-03-09-8f616a6e-11621-1
494f877209d65c9d1e1bfa0949cc44bc256ea24d Amount of donation or nature and value if donation in kind: £2,000 given to my party to support my campaign for re-election Sponsorships 8f616a6e 2015-03-09 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 2 2015-03-09-8f616a6e-11621-1
5a66c8831867945eba2d3f94f63e4a870d4473c8 Date of receipt: 23 September 2014 Sponsorships 8f616a6e 2015-03-09 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 3 2015-03-09-8f616a6e-11621-1
bcbaf6ab98fca0dcc181446d75ddc1cb62698b79 Date of acceptance: 20 October 2014 Sponsorships 8f616a6e 2015-03-09 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 4 2015-03-09-8f616a6e-11621-1
2ee038cbe65b908b8f01fc9b0da6790bae6bf625 Donor status: company, registration 019491878 Sponsorships 8f616a6e 2015-03-09 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 5 2015-03-09-8f616a6e-11621-1
2d3f65c5a8feab704268185f416018183181b7b2 (Registered 10 December 2014) Sponsorships 8f616a6e 2015-03-09 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 6 2015-03-09-8f616a6e-11621-1

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