# Get Data Field

Gets the ID and the name of a data field.

Endpoint: GET /field/{fieldid}
Version: 1.0.0

## Path parameters:

  - `fieldid` (string, required)
    Internal ID of the Data field
    Example: "12345"

## Response 200 fields (application/json):

  - `id` (string)
    Internal ID of the tag

  - `name` (string)
    Name of the tag


