go back to ContactService

GET /contacts/{type}/{id}

Retrieves a list of contacts for a given parent row type and row ID. For example, driver BJM01 would be requested as "/D/BJM01", where 'D' represents the parent row type of a driver and 'BJM01' the ID for the driver record.

Roles that can access this endpoint are Users.

Parameters

name description type default type
type path String
id path String

Result

List < RowContact > of type: application/xml application/json

a list of Contact objects

Try It Out

Request

- Authentication Help
- String
- String