# List contact by company [Obsolete("Will be removed in a future version.")] Lists Contacts by Company.Id and an optional responsibilityId. Endpoint: GET /CustomerService.svc/rest/ListContactByCompany Version: 1.1 ## Query parameters: - `id` (integer, required) The internal Id of the Company to fetch Contacts for. - `responsibilityId` (integer, required) Contact responsibility. Lookup references in ListContactResponsibilities. - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Id` (integer,null) The internal Id of the Contact. - `Key` (string) The system wide unique Key for the Contact. - `Code` (string) The external code. Usually the id in the erp system. MaxLength: 50. - `ResponsibilityId` (integer) The ResponsibilityId of the Contact. - `Email` (string) The Email of the Contact. MaxLength: 255. - `FirstName` (string) The FirstName of the Contact. MaxLength: 50. - `LastName` (string) The LastName of the Contact. MaxLength: 50. - `Phone` (string) The Phone number of the Contact. MaxLength: 50. - `CellPhone` (string) The CellPhone number of the Contact. MaxLength: 50. - `ImagePath` (string) MaxLength: 255. Obsolete! - Use ImageKey - `ImageKey` (string,null) A unique id for the image at our image server. Url for images are formed like http://[client specific CDN]/{ImageKey}. Preset, height and width can be sent as parameters.