GetDepartmentById - accountsIQ/API-Wiki GitHub Wiki

The GetDepartmentById function retrieves a specific Department based on the provided Id.

Note: The Departments can be renamed in the system and may be called Tracking Codes, Projects or anything else. This method is still the only one to call and does not change name.

Declaration

C#

public WSResult2<Department> GetDepartmentById(String token, string departmentId)
Parameter Type Description
token String The session token retrieved during authentication.
departmentId String The department ID to be retrieved.

See Also

⚠️ **GitHub.com Fallback** ⚠️