Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    Preparing search index...

    Interface RiksdagDocument

    A riksdag document returned from the MCP server

    interface RiksdagDocument {
    ย ย ย ย dok_id?: string;
    ย ย ย ย dokumentnamn?: string;
    ย ย ย ย id?: string;
    ย ย ย ย titel?: string;
    ย ย ย ย rubrik?: string;
    ย ย ย ย doktyp?: string;
    ย ย ย ย type?: string;
    ย ย ย ย subtype?: string;
    ย ย ย ย subtyp?: string;
    ย ย ย ย organ?: string;
    ย ย ย ย datum?: string;
    ย ย ย ย summary?: string;
    ย ย ย ย [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    dok_id?: string
    dokumentnamn?: string
    id?: string
    titel?: string
    rubrik?: string
    doktyp?: string

    Raw Swedish document-type code from the API (e.g. 'mot', 'bet', 'prop', 'skr', 'ip', 'fr')

    type?: string

    Normalized human-readable document type (e.g. 'motion', 'committee-report', 'proposition')

    subtype?: string

    Normalized human-readable document sub-type (mirrors API 'subtyp' field)

    subtyp?: string

    Raw sub-type code from the API

    organ?: string
    datum?: string
    summary?: string