home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2014-10-13-c408fbba-10122-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
e9d0cd06c77ac5c0ba4097a26dd4157002c5f0d3 Payments from Ipsos MORI, 79-91 Borough Road, London, SE1 1FY, for          Remunerated employment, office, profession etc c408fbba 2014-10-13 Ann Coffey uk.org.publicwhip/member/40578 Ann Coffey uk.org.publicwhip/person/10122 0 2014-10-13-c408fbba-10122-0
c14f757c28fe9385d502039877ade7948c57522d participation in opinion research:          Remunerated employment, office, profession etc c408fbba 2014-10-13 Ann Coffey uk.org.publicwhip/member/40578 Ann Coffey uk.org.publicwhip/person/10122 1 2014-10-13-c408fbba-10122-0
4e5247daf4bccfa1d28f770ccecd04a369107ab9 January 2014. Received payment of £200. Hours: 1 hr. (Registered 16 September 2014)          Remunerated employment, office, profession etc c408fbba 2014-10-13 Ann Coffey uk.org.publicwhip/member/40578 Ann Coffey uk.org.publicwhip/person/10122 2 2014-10-13-c408fbba-10122-0
6af7b5ed0562468dabc3036ba79f6b0ade8ee654 Payment from YouGov plc, 50 Featherstone Street, London EC1V 8RT, for completion of surveys:          Remunerated employment, office, profession etc c408fbba 2014-10-13 Ann Coffey uk.org.publicwhip/member/40578 Ann Coffey uk.org.publicwhip/person/10122 3 2014-10-13-c408fbba-10122-0
56c5d36beea24d9159f122c860d6b843978983ba December 2013, received payment of £80. Hours: 30 mins. (Registered 16 September 2014)          Remunerated employment, office, profession etc c408fbba 2014-10-13 Ann Coffey uk.org.publicwhip/member/40578 Ann Coffey uk.org.publicwhip/person/10122 4 2014-10-13-c408fbba-10122-0
6684e8015f9867b720eca79efb032f83362b897f June 2014, received payment of £80. Hours: 30 mins. (Registered 16 September 2014)          Remunerated employment, office, profession etc c408fbba 2014-10-13 Ann Coffey uk.org.publicwhip/member/40578 Ann Coffey uk.org.publicwhip/person/10122 5 2014-10-13-c408fbba-10122-0
bcd8fd5e3cdd378c4f6b49b0f11d08c732b7a62f Payments received from ComRes, Four Millbank, London SW1P 3JA for opinion surveys:          Remunerated employment, office, profession etc c408fbba 2014-10-13 Ann Coffey uk.org.publicwhip/member/40578 Ann Coffey uk.org.publicwhip/person/10122 6 2014-10-13-c408fbba-10122-0
6cb21a6cb3e5841ecc61ff6f3fc84edb2eb80571 May 2014, received payment of £75.  Hours: 30 mins. (Registered 16 September 2014)          Remunerated employment, office, profession etc c408fbba 2014-10-13 Ann Coffey uk.org.publicwhip/member/40578 Ann Coffey uk.org.publicwhip/person/10122 7 2014-10-13-c408fbba-10122-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 98.852ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette