---
title: "Retrieve value for custom field in resource"
method: GET
path: "/v3/custom-fields/{templateId}/value/{resourceId}"
tags: ["[v3] Custom Fields"]
---

# Retrieve value for custom field in resource

`GET /v3/custom-fields/{templateId}/value/{resourceId}`

Retrieve value for custom field in resource

## Path parameters

- `templateId` integer, required
- `resourceId` integer, required

## Headers

- `Accept` string
- `Content-Type` string

## Response `200`

Value of the custom field

- object
  - `data` object
    - `id` integer — Unique identifier for the custom field assignment
    - `resourceId` integer — ID of the resource this custom field is assigned to
    - `resourceType` string — Type of the resource
    - `required` boolean — Whether this custom field is required
    - `value` string — The assigned value for this custom field
    - `fieldType` string — Type of the custom field
    - `startDate` string, date-time — Start date for the custom field assignment
    - `endDate` string, date-time, nullable — End date for the custom field assignment (null means it's active value, date is for values in the past)
    - `createdBy` integer — ID of the user who created this assignment
    - `createdAt` string, date-time — DateTime when the assignment was created
    - `updatedAt` string, date-time — DateTime when the assignment was last updated

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/timecamp/apis/timecamp-api.md) · [All operations](https://skmtc.net/timecamp/apis/timecamp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timecamp/timecamp-api/versions/c7e9d1f9cf61/schema)
