Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Departments

Index

Methods

Methods

  • get(id: number): Promise<any>
  • Get the details of a department

    Parameters

    • id: number

      Identifier of the department

    Returns Promise<any>

    • Response with department object in the response body
  • list(): Promise<any>
  • Fetches the list of departments

    Returns Promise<any>

    • Response with departments list in the response body

Generated using TypeDoc