---
title: "Get resource link for specific field"
method: GET
path: "/api/v1/content/resourcelinks/field/{field}"
tags: ["Content"]
---

# Get resource link for specific field

`GET /api/v1/content/resourcelinks/field/{field}`

Retrieves a resource link for a specific field of a contentlet identified by inode or identifier

## Path parameters

- `field` string, required

## Query parameters

- `inode` string
- `identifier` string
- `language` string

## Response `200`

Resource link retrieved successfully

- ResponseEntityMapStringObjectView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` object
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `400` — Bad request - missing inode/identifier parameter
- `401` — Unauthorized - authentication required
- `403` — Forbidden - download restricted
- `404` — Not found - contentlet or field not found

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
