# Retrieve By Id Contacts

Get Contacts By Id

Endpoint: GET /rest/2.0/ACCOUNT_CONTACT/{id}
Version: 1.0
Security: JWT

## Path parameters:

  - `id` (any, required)
    Id of the record

## Header parameters:

  - `sessionId` (string, required)

## Response 200 fields (application/json):

  - `retrieveResponse` (object)

  - `retrieveResponse.AccountId` (any)
    Account

  - `retrieveResponse.ContactTypeId` (any)
    Contact Category

  - `retrieveResponse.Created` (any)
    System controlled field: Date and time the record was created

  - `retrieveResponse.CreatedUserId` (any)
    System controlled field: Id of the user that created the record

  - `retrieveResponse.Description` (any)
    Description

  - `retrieveResponse.Email` (any)
    Email

  - `retrieveResponse.Id` (any)
    Id: Primary key

  - `retrieveResponse.Name` (any)
    Name

  - `retrieveResponse.Phone` (any)
    Phone

  - `retrieveResponse.Updated` (any)
    System controlled field: Date and time the record was last updated

  - `retrieveResponse.UpdatedUserId` (any)
    System controlled field: Id of the last user that updated the record

## Response 400 fields (application/json):

  - `error` (string)
    Bad request

  - `message` (string)
    Bad request

## Response 401 fields (application/json):

  - `error` (string)
    Unauthorized

  - `message` (string)
    Unauthorized

## Response 404 fields (application/json):

  - `error` (string)
    Not found

  - `message` (string)
    Not found

## Response 429 fields (application/json):

  - `error` (string)
    Too many requests

  - `message` (string)
    Too many requests

## Response 500 fields (application/json):

  - `error` (string)
    Internal error

  - `message` (string)
    Internal error


