Class WorkRecords

Hierarchy

  • WorkRecords

Constructors

  • Parameters

    Returns WorkRecords

Properties

api: Api

Methods

  • Parameters

    • type: string
    • hash: string
    • recordId: string

    Returns Promise<ApiResponse<unknown, unknown>>

  • Parameters

    Returns Promise<ApiResponse<{
        hash: string;
        links: RestApiLink[];
    }, {
        hash: string;
        links: RestApiLink[];
    }>>

  • Parameters

    Returns Promise<ApiResponse<CountingWorkRecord, void>>

  • Parameters

    • type: string
    • hash: string
    • recordId: string

    Returns Promise<ApiResponse<{
        links?: RestApiLink[];
        work_record: IWorkRecord;
    }, {
        links?: RestApiLink[];
        work_record: IWorkRecord;
    }>>

  • Parameters

    • organization: string
    • type: string

    Returns Promise<ApiResponse<CountingWorkRecordIdentity[], void>>

  • Parameters

    • element: string
    • Optional options: {
          limit: number;
          offset: number;
          sort: string;
      }
      • limit: number
      • offset: number
      • sort: string

    Returns Promise<ApiResponse<CountingWorkRecord[], void>>

Generated using TypeDoc