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-30-8f616a6e-10453-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
6c8c69b36a157584ce816911603f502711e8940a Name of donor: Lord George Robertson Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 0 2015-03-30-8f616a6e-10453-6
497b2f8898d7c9a0b2f5a0dd978eb2845b5fc6fd Address of donor: private Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 1 2015-03-30-8f616a6e-10453-6
a736d0473177305c55cd9cc518e2607e80e7ec76 Amount of donation or nature and value if donation in kind: £2,000 to support my campaign for leadership of the Scottish Labour Party Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 2 2015-03-30-8f616a6e-10453-6
0585840d5d3b1b86f6d636199baf2eb317ecfeb0 Date of receipt: 18 November 2014 Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 3 2015-03-30-8f616a6e-10453-6
7f574b129582e9d14cc97552bce848209407405d Date of acceptance: 10 December 2014 Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 4 2015-03-30-8f616a6e-10453-6
9e170a9169a5d917c4bcbab358958448eaec3ab7 Donor status: individual Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 5 2015-03-30-8f616a6e-10453-6
99db9e2dbf0a7db244c43dd387a07081d534aa6f (Registered 16 December 2014) Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 6 2015-03-30-8f616a6e-10453-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 162.705ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette