---
title: "return a view of a specific version of a resource"
method: GET
path: "/id/{dsid}/pdr:v/{version}"
tags: ["Resource Identifiers"]
---

# return a view of a specific version of a resource

`GET /id/{dsid}/pdr:v/{version}`

return a view of a given version of a repository resource given its ARK ID (or the reduced version of it).

## Path parameters

- `dsid` string, required
- `version` string, required

## Query parameters

- `format` string

## Response `200`

the identifier and version were found and a view was returned.

- string — a description of the resource in NERDm JSON format; the object will be a NERDm `Resourse` type.

## Other responses

- `400` — the format parameter specified an unsupported or unrecognized output format
- `404` — the resource identifier was not found in the repository.
- `406` — no supportable formats associated with the MIME-types given in the `Accept` parameter, _or_ none of those MIME-types were consistent with the format requested via the `format` parameter.

---

[API](https://skmtc.net/usnistgov/apis/pdr-resource-identifier-resolver-service.md) · [All operations](https://skmtc.net/usnistgov/apis/pdr-resource-identifier-resolver-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usnistgov/pdr-resource-identifier-resolver-service/versions/00ec37e796c3/schema)
