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-07-11-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
873641e49a7f45da56452716f3326525348f2743 Payments from Eden & Partners Ltd (training and development), Snells Cottage, The Green, Newick, Lewes BN8 4LA: Employment and earnings 10057ffd 2022-07-11   Munira Wilson uk.org.publicwhip/person/25820 0 2022-07-11-10057ffd-25820-0
e3a75bb83db9b918bb845d6ed694ec4087ff8bdb 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-07-11   Munira Wilson uk.org.publicwhip/person/25820 1 2022-07-11-10057ffd-25820-0
e6ed3365c169959bb7e48748b135cd6386691243 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-07-11   Munira Wilson uk.org.publicwhip/person/25820 2 2022-07-11-10057ffd-25820-0
2220b0f1fbeede06bc506d173ab16f33ce383807 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-07-11   Munira Wilson uk.org.publicwhip/person/25820 3 2022-07-11-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 32.467ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette