home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2022-06-13-10057ffd-25820-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
057ed4cfc9bdb4df219fd8bef1ed25ca44f234b7 Payments from Eden & Partners Ltd (training and development), Snells Cottage, The Green, Newick, Lewes BN8 4LA: Employment and earnings 10057ffd 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 0 2022-06-13-10057ffd-25820-0
7abcecbb8b27189e5c78f8139049f65e5203a445 22 March 2022, payment of £400 for a training session for NHS professionals. Hours: 1.75 hrs. (Registered 25 March 2022) Employment and earnings 10057ffd 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 1 2022-06-13-10057ffd-25820-0
36fbf839f0ae7606f3b7d3454f38abf190e591cc 6 September 2021, received £275 from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for a survey completed on 10 August 2021. Hours: 1 hr 10 mins. (Registered 07 September 2021) Employment and earnings 10057ffd 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 2 2022-06-13-10057ffd-25820-0
f48c6af2f8bac8ecb8b0dbb2b26ceb06e0fb4e16 Payment of £120 expected from YouGov, 50 Featherstone Street, London EC1Y 8RT, for a survey completed on 7 November 2021. Hours: 30 mins. (Registered 08 November 2021) Employment and earnings 10057ffd 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 3 2022-06-13-10057ffd-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 123.08ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette