Documentation
    Preparing search index...

    Interface JournalInstanceIndexResponse

    The response for a journal instance index.

    interface JournalInstanceIndexResponse {
        _links: { self: Href };
        instances: NameIdKey[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _links: { self: Href }
    instances: NameIdKey[]