home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2015-02-23-1aeb07b2-10854-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
0f3fae1234968957bcc20ba41da9e069e56c8ee5 Payments as non executive chairman of Pembroke VCT plc, a venture capital trust, 3 Cadogan Gate, SW1X 0AS: Directorships 1aeb07b2 2015-02-23 Jonathan Djanogly uk.org.publicwhip/member/40326 Jonathan Djanogly uk.org.publicwhip/person/10854 0 2015-02-23-1aeb07b2-10854-0
b2673b13c009566cb5bfbd1a4e709aa5fc74ff8b Received on 29 May 2014, £5,000 for the three month period ending 30 April 2014. Hours: 6 hrs. (Registered 30 May 2014) Directorships 1aeb07b2 2015-02-23 Jonathan Djanogly uk.org.publicwhip/member/40326 Jonathan Djanogly uk.org.publicwhip/person/10854 1 2015-02-23-1aeb07b2-10854-0
b73cae7aea7a0209f7dd9288247064ee5dc45e1f Received on 15 August 2014, £4,893 for the three month period ending 31 July 2014. Hours: 6 hrs. (Registered 20 January 2015)   Directorships 1aeb07b2 2015-02-23 Jonathan Djanogly uk.org.publicwhip/member/40326 Jonathan Djanogly uk.org.publicwhip/person/10854 2 2015-02-23-1aeb07b2-10854-0
8855dd96a996e97951670a0bf6ad41e34d9c1827 Received on 5 November 2014, £3,427 for the three month period ending 30 October 2014. Hours: 9 hrs.  (Registered 20 January 2015)   Directorships 1aeb07b2 2015-02-23 Jonathan Djanogly uk.org.publicwhip/member/40326 Jonathan Djanogly uk.org.publicwhip/person/10854 3 2015-02-23-1aeb07b2-10854-0
b9fa50c290b2f40f1986de6e89a598b0a9ce3490 Received on 6 February 2015, £3,427 for the three month period ending 31 January 2015. Hours: 8 hrs. (Registered 9 February 2015)  Directorships 1aeb07b2 2015-02-23 Jonathan Djanogly uk.org.publicwhip/member/40326 Jonathan Djanogly uk.org.publicwhip/person/10854 4 2015-02-23-1aeb07b2-10854-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 250.609ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette