home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2014-11-24-1f359ece-24729-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
1e5d6f6d1671bec9bb7d5bd336acc79845c596f8 Payments from ComRes, Four Millbank, London SW1P 3JA, for participation in parliamentary panel surveys: Remunerated employment, office, profession etc 1f359ece 2014-11-24 Gavin Williamson uk.org.publicwhip/member/40553 Gavin Williamson uk.org.publicwhip/person/24729 0 2014-11-24-1f359ece-24729-0
4fdcf142580b779c8ce0435bea9d11bca169229f Payment of £150 received on 17 April 2014 for survey in April and June 2013.  Hours: 1 hr. (Registered 28 April 2014) Remunerated employment, office, profession etc 1f359ece 2014-11-24 Gavin Williamson uk.org.publicwhip/member/40553 Gavin Williamson uk.org.publicwhip/person/24729 1 2014-11-24-1f359ece-24729-0
b70557887fba7303a3f6ece57dccbbafcf8d0a90 Payment from YouGov, 50 Featherstone Street, London EC1Y 8RT: Remunerated employment, office, profession etc 1f359ece 2014-11-24 Gavin Williamson uk.org.publicwhip/member/40553 Gavin Williamson uk.org.publicwhip/person/24729 2 2014-11-24-1f359ece-24729-0
7cc269498dc5c73dd7a9b2fe5c51a1cb36c3298f 5 March 2014 received £80 for survey in November 2013. Hours: 1 hr. (Registered 17 March 2014) Remunerated employment, office, profession etc 1f359ece 2014-11-24 Gavin Williamson uk.org.publicwhip/member/40553 Gavin Williamson uk.org.publicwhip/person/24729 3 2014-11-24-1f359ece-24729-0
acd6846557b80cbdf2a85f3f4f67093707f4ef12 9 June 2014, received payment of £80 for survey in May 2014.  Hours: 1 hr. (Registered 9 June 2014) Remunerated employment, office, profession etc 1f359ece 2014-11-24 Gavin Williamson uk.org.publicwhip/member/40553 Gavin Williamson uk.org.publicwhip/person/24729 4 2014-11-24-1f359ece-24729-0
632e36dfa74c51aa9e3ee9de518e34061b75ac41 Payments from Ipsos Mori, 79-81 Borough Road, London, SE1 1FY for research interviews: Remunerated employment, office, profession etc 1f359ece 2014-11-24 Gavin Williamson uk.org.publicwhip/member/40553 Gavin Williamson uk.org.publicwhip/person/24729 5 2014-11-24-1f359ece-24729-0
e4d8ae6c9dddda1995b15076a165df5b15f4dee2 27 October2014, received payment of £200 for survey in September 2014.  Hours: 1 hr. (Registered 24 November 2014) Remunerated employment, office, profession etc 1f359ece 2014-11-24 Gavin Williamson uk.org.publicwhip/member/40553 Gavin Williamson uk.org.publicwhip/person/24729 6 2014-11-24-1f359ece-24729-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 18.391ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette