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-02-23-84642823-24935-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
ffb812ac21c3069e2b41435b5d2457816ca4749e Name of donor: Directors of Aintree Racecourse Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Steve Rotheram uk.org.publicwhip/member/40371 Steve Rotheram uk.org.publicwhip/person/24935 0 2015-02-23-84642823-24935-0
c27719cd62ebcd7738320a336c362ff265f9d929 Address of donor: Aintree Racecourse, Ormskirk Road, Liverpool L9 5AS Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Steve Rotheram uk.org.publicwhip/member/40371 Steve Rotheram uk.org.publicwhip/person/24935 1 2015-02-23-84642823-24935-0
7f449bd1eb665a32f9cfd68ce3d5441e994bf227 Amount of donation or nature and value if donation in kind: two tickets for lunch and racing at Aintree Racecourse on 4 April 2014; total estimated value £800. Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Steve Rotheram uk.org.publicwhip/member/40371 Steve Rotheram uk.org.publicwhip/person/24935 2 2015-02-23-84642823-24935-0
1c32bd40ae6b1b9606484aece73bce6b23ec9464 Date of receipt of donation: 1 April 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Steve Rotheram uk.org.publicwhip/member/40371 Steve Rotheram uk.org.publicwhip/person/24935 3 2015-02-23-84642823-24935-0
d250e44376bfd4698aaef18c7463611657fe581a Date of acceptance of donation: 1 April 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Steve Rotheram uk.org.publicwhip/member/40371 Steve Rotheram uk.org.publicwhip/person/24935 4 2015-02-23-84642823-24935-0
0bcb759c72940c503c1753e5009323dbd64e23b8 Donor status: company, registration 2909409 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Steve Rotheram uk.org.publicwhip/member/40371 Steve Rotheram uk.org.publicwhip/person/24935 5 2015-02-23-84642823-24935-0
feaf84453080c2d59bf642d7e0ef360d9a664215 (Registered 14 April 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Steve Rotheram uk.org.publicwhip/member/40371 Steve Rotheram uk.org.publicwhip/person/24935 6 2015-02-23-84642823-24935-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 146.194ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette