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-03-24-8f616a6e-10349-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
fdda796a111d4fc9527117ffcd2f4eb2706be52f Name of donor: Mrs John Nash Sponsorships 8f616a6e 2010-03-24 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 0 2010-03-24-8f616a6e-10349-0
45be60c6a69a5b9d67d1466ba44c1eb380658223 Address of donor: private Sponsorships 8f616a6e 2010-03-24 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 1 2010-03-24-8f616a6e-10349-0
45aeb847c538fc022017a4834acfc7df93cf6f33 Amount of donation or nature and value if donation in kind: £21,000 Sponsorships 8f616a6e 2010-03-24 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 2 2010-03-24-8f616a6e-10349-0
f38d2a46507ec506bb5ee66edb6f56793af10e28 Date of receipt: 1 November 2009 Sponsorships 8f616a6e 2010-03-24 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 3 2010-03-24-8f616a6e-10349-0
7e90b3e79de09c550d5aa96a2b4d25fbb1f279fc Date of acceptance: 4 November 2009 Sponsorships 8f616a6e 2010-03-24 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 4 2010-03-24-8f616a6e-10349-0
25181dedf7f0cac6984d62124ae0a3d599add050 Donor status: individual Sponsorships 8f616a6e 2010-03-24 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 5 2010-03-24-8f616a6e-10349-0
c46017a040730258730c51b4b3cebc4181ea1fc8 (Registered 17 December 2009) Sponsorships 8f616a6e 2010-03-24 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 6 2010-03-24-8f616a6e-10349-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 173.265ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette