Filters accepted by /pr/stories.

interface PrStorySearchParams {
    has_author?: boolean;
    ingestion_status?: string;
    language?: string;
    page?: number;
    per_page?: number;
    pr_feed_id?: string;
    pr_person_id?: string;
    publication_id?: string;
    published_after?: string;
    published_before?: string;
    q?: string;
    sort?: string;
    story_type?: string;
}

Hierarchy

Properties

has_author?: boolean
ingestion_status?: string
language?: string
page?: number
per_page?: number
pr_feed_id?: string
pr_person_id?: string
publication_id?: string
published_after?: string
published_before?: string
q?: string
sort?: string
story_type?: string

Generated using TypeDoc