Documentation
    Preparing search index...

    Interface JournalInstanceIndexResponse

    The response for a journal instance index.

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

    Hierarchy

    • ResponseBase
      • JournalInstanceIndexResponse
    Index

    Properties

    Properties

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