---
title: "Get approval"
method: GET
path: "/v3/approval/{resourceId}"
tags: ["[v3] Approval"]
---

# Get approval

`GET /v3/approval/{resourceId}`

Get approval by id

## Path parameters

- `resourceId` integer, required

## Headers

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

## Response `200`

OK

- object
  - `data` object
    - `approvalId` integer
    - `status` integer
    - `addTime` string
    - `approvalTime` string
    - `modificationTime` string
    - `approvedBy` integer
    - `from` string
    - `to` string
    - `userId` integer
    - `projects` string
    - `rootGroupId` integer
    - `auto` string
    - `approvedBy2` integer
    - `messages` object[]
      - `id` integer
      - `approvalId` integer
      - `userId` integer
      - `message` string
      - `event` integer
      - `addTime` string

## Other responses

- `403` — The authenticated OAuth2 access token or PAT does not contain any scope accepted by the endpoint.
- `default` — Default

---

[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/revisions/c7e9d1f9cf61/schema)
