Documentation
    Preparing search index...

    Interface ProfessionIndexResponse

    The response for a profession index.

    interface ProfessionIndexResponse {
        _links: { self: Href };
        professions: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • ProfessionIndexResponse
    Index

    Properties

    Properties

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