home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2009-11-11-1f359ece-10222-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
dee5fc0b0f5a555977d9d512967d03b75776b77a July 2009, completed survey for BPRI, 24-28 Bloomsbury Way, London, WC1A 2PX. Fee of £75 donated fee to a local voluntary organisation. Hours: 25mins. (Registered 3 August 2009). Remunerated employment, office, profession etc 1f359ece 2009-11-11 Andrew George uk.org.publicwhip/member/1801 Andrew George uk.org.publicwhip/person/10222 0 2009-11-11-1f359ece-10222-0
44054f4bc88badd69bfb9910cbf688c05d786758 16 July 2009, completed interview survey for IPSOS Mori, 79-81 Borough Road, London, SE1 1FY. Fee of £150 donated to a local charity/voluntary organisation. Hours: 1hr 30mins. (Registered 3 August 2009). Remunerated employment, office, profession etc 1f359ece 2009-11-11 Andrew George uk.org.publicwhip/member/1801 Andrew George uk.org.publicwhip/person/10222 1 2009-11-11-1f359ece-10222-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.914ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette