Contact Connections

Available Routes

get {API Key}/v1/contactConnections

Data Format

Field Name Type Description
contactId number id of the Contact
contactFirstName text First name of the Contact
contactMiddleInitial text Middle initial of the Contact
contactLastName text Last name of the Contact
clientId number id of the client
clientName text Name of the client
projectId number id of the project
projectName text Name of the project

Usage Examples

Find all Contact Connections
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v1/contactConnections
Find Contact Connections with contact id = 12
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v1/contactConnections?$filter=contactId eq 12