v2 Available Routes
| get | {API Key}/v2/contactConnections |
Data Format
| id of the client |
| id of the project |
Usage Examples
Find all Contact Connections
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/contactConnections
Usage Examples
Find all Contacts
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/contacts
Find Contact with id = 12
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/contacts?$filter=id eq 12
Find All Active Contacts
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/contacts?$filter=status eq 'Active'
Find All Active Contacts created after January 1st, 2017
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/contacts?$filter=status eq 'Active' AND creationDate gt '2017-01-01'
v1 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
Comments
0 comments
Article is closed for comments.