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 = "2015-02-23-84642823-10777-2" 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
563086e4731194d4539b636ac2c492e587e1c41d Name of donor: Original BTC Ltd Gifts, benefits and hospitality (UK) 84642823 2015-02-23 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 0 2015-02-23-84642823-10777-2
071b5440d402b1a2fafb4dd49d130c57d0cc2bff Address of donor: Units 21/22, Avenue One, Station Lane, Witney OX28 4XZ Gifts, benefits and hospitality (UK) 84642823 2015-02-23 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 1 2015-02-23-84642823-10777-2
3cd5419cf82b4bf74b5284cec6faa520a66decec Amount of donation or nature and value if donation in kind: two lamps, total value £749 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 2 2015-02-23-84642823-10777-2
3e0d5f45c3c9eab57ec3135479b4057d5e1efd81 Date of receipt of donation: 10 October 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 3 2015-02-23-84642823-10777-2
6b926e7cf4f1e8412b1793bdaf04304ed42103d0 Date of acceptance of donation: 10 October 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 4 2015-02-23-84642823-10777-2
b61448a18aaada2b8ddc2485148e74c062775114 Donor status: company, registration 3650223 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 5 2015-02-23-84642823-10777-2
529ebf31739a5b30c2d34d4b50a37e878acb8db7 (Registered 6 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 6 2015-02-23-84642823-10777-2

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 109.486ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette