_list

Returns a list of Departments and their details.

Parameters

fields

An array of extra fields from the Department data which can be requested and returned:

  • email

  • meta

  • users

  • last_edited

  • cdate

  • assets

  • customers

The id and names of Departments are always returned regardless of request via this parameter.

last_edited

A filter which removes any Departments which have been last edited before the chosen date. (e.g a Departments which was last edited on 2025-03-29 07:38:00 will not be included if "last_edited" is 2025-04-17 15:00:00)

Example

On Success

Last updated