Back to Contact Person

GET Method Details for GetAll.

Get all the contacts

Definition

https://app[x].timelog.com/[account name]/api/v{version}/contact

Parameters

  • version string The requested API version

Returns

  • [200] A list of contacts
    • Address string Gets or sets the customer address
    • Address2 string Gets or sets the customer address
    • Address3 string Gets or sets the customer address
    • City string Gets or sets the customer address city
    • CountryID integer Gets or sets the customer address country
    • CustomerID integer Gets or sets the customer ID
    • Department string Gets or sets the customers website
    • Email string Gets or sets the email
    • Fax string Gets or sets the fax number
    • FirstName string Gets or sets the Name
    • GUID string Gets or sets the GUID
    • ID integer Gets or sets the ID
    • Initials string Gets or sets the Initials
    • JobTitle string Gets or sets the Job Title
    • LastName string Gets or sets the Last Name
    • Mobile string Gets or sets the Mobile
    • Phone string Gets or sets the phone number
    • PrivatePhone string Gets or sets the Private Phone
    • ProfessionalTitle1 string Gets or sets the Professional Title 1
    • ProfessionalTitle2 string Gets or sets the Professional Title 2
    • Salutation string Gets or sets the Salutation
    • ShownName string Gets or sets the Shown Name
    • State string Gets or sets the customer address state
    • ZipCode string Gets or sets the customer address zip code
    {
      "Address": "",
      "Address2": "",
      "Address3": "",
      "City": "",
      "CountryID": 0,
      "CustomerID": 0,
      "Department": "",
      "Email": "",
      "Fax": "",
      "FirstName": "",
      "GUID": "00000000-0000-0000-0000-000000000000",
      "ID": 0,
      "Initials": "",
      "JobTitle": "",
      "LastName": "",
      "Mobile": "",
      "Phone": "",
      "PrivatePhone": "",
      "ProfessionalTitle1": "",
      "ProfessionalTitle2": "",
      "Salutation": "",
      "ShownName": "",
      "State": "",
      "ZipCode": ""
    }
  • [401] Invalid authentication token
  • [500] Request to GetAll has failed
    • Code integer Gets the code.
    • Details array Gets the details.
    • DeveloperNote object
    • Message string Gets the message.
    • Parameters string Gets the parameters.
    • Url string Gets the URL.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }