home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

3 rows where record_id = "2022-09-05-64e8edeb-25820-0" sorted by date

✎ View and edit SQL

This data as json, CSV (advanced)

date (date) 1 ✖

  • 2022-09-05 3
hash item category_id date ▼ member_id person_id sort_order record_id
557a3bd4caacb81dc7875b104a3117f9429d51aa Name of donor: National Liberal Club Address of donor: 1 Whitehall Place, London SW1A 2HE Amount of donation or nature and value if donation in kind: Honorary membership from 19 May 2021 to 31 December 2022, value £1,463 Date received: 19 May 2021 - 31 December 2022 Date accepted: 19 May 2021 Donor status: company, registration 01355034 (Registered 24 May 2021) Gifts, benefits and hospitality from UK sources 64e8edeb 2022-09-05   Munira Wilson uk.org.publicwhip/person/25820 0 2022-09-05-64e8edeb-25820-0
8703f9dd217ecde7439909b23b46d24275a54ade Name of donor: Harlequin Football Club Ltd Address of donor: Twickenham Stoop Stadium, Langhorn Drive, Twickenham TW2 7SX Amount of donation or nature and value if donation in kind: Four tickets with hospitality for Quins' Big Summer Kick Off at Twickenham Stadium, value £1,723.20 Date received: 21 May 2022 Date accepted: 21 May 2022 Donor status: company, registration 03213073 (Registered 09 June 2022) Gifts, benefits and hospitality from UK sources 64e8edeb 2022-09-05   Munira Wilson uk.org.publicwhip/person/25820 1 2022-09-05-64e8edeb-25820-0
05dcaf325365d5ea754691a130dc60635fe068fe Name of donor: Premier Rugby Ltd Address of donor: Regal House, 70 London Road, Twickenham TW1 3QS Amount of donation or nature and value if donation in kind: Two tickets with hospitality for the Premiership Final at Twickenham Stadium, value £500 Date received: 18 June 2022 Date accepted: 18 June 2022 Donor status: company, registration 03096937 (Registered 24 June 2022) Gifts, benefits and hospitality from UK sources 64e8edeb 2022-09-05   Munira Wilson uk.org.publicwhip/person/25820 2 2022-09-05-64e8edeb-25820-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 16.006ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette