orcid-parser
    Preparing search index...

    Type Alias WorkSummary

    Basic representation of an ORCID work with summary information.

    This type contains core metadata available from the API endpoint "/works". Use Work for complete work information including citation and contributors.

    type WorkSummary = {
        createdDate: Date;
        externalIds: ExternalId[];
        journalTitle?: string;
        lastModifiedDate: Date;
        publicationDay?: number;
        publicationMonth?: number;
        publicationYear?: number;
        putCode: number;
        source?: string;
        subtitle?: string;
        title: string;
        translatedTitle?: string;
        url?: string;
    }
    Index

    Properties

    createdDate: Date

    Date when this work record was created

    externalIds: ExternalId[]

    Array of external identifiers (DOI, ISBN, etc.)

    journalTitle?: string

    Title of the journal/venue where published

    lastModifiedDate: Date

    Date when this work record was last modified

    publicationDay?: number

    Day of publication (1-31)

    publicationMonth?: number

    Month of publication (1-12)

    publicationYear?: number

    Year of publication

    putCode: number

    Unique identifier for this work record in ORCID

    source?: string

    Source system that provided this work record

    subtitle?: string

    Subtitle of the work

    title: string

    Main title of the work

    translatedTitle?: string

    Translated title in another language

    url?: string

    URL to the work