---
title: "Get contribution data by target object id directly from the database."
method: GET
path: "/contributions/targetObjectId/{targetObjectId}"
tags: ["Contributions"]
---

# Get contribution data by target object id directly from the database.

`GET /contributions/targetObjectId/{targetObjectId}`

Get contribution data by target object id directly from the database. Returns a JSON result.

## Path parameters

- `targetObjectId` integer, required

## Query parameters

- `status` string
- `contributionType` string
- `targetPageNum` integer

## Response `200`

A body of response data containing contribution data from the database if any were found.

## Other responses

- `422` — Unprocessable Entity.

---

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