improved

[2023-11-06] Improved: Three fields in response to "companies" endpoints

Endpoint: /api/v1/companies

Method: GET, POST

Endpoint: /api/v1/companies/{id}

Method: GET

Change: Three additional fields in response to these methods/endpoints:

  • can_use_qualification_matrix
    • type: boolean
    • description: Is qualification matrix enabled for company? (Only available if included in the package booked)
  • can_use_global_qualification
    • type: boolean
    • description: Are global qualifications enabled for company? (Only available if included in the package booked)
  • can_manager_manage_global_qualifications
    • type: boolean
    • description: Can managers with rights for respective locations-position also (un-)assign global qualifications, in addition to owners? (Only available if included in the package booked)