---
title: "Returns specific documentation"
method: GET
path: "/documentations/{documentationId}"
tags: ["Documentations"]
---

# Returns specific documentation

`GET /documentations/{documentationId}`

## Path parameters

- `documentationId` integer, required

## Response `200`

Documentation

- object
  - `data` Documentation — A protocol entry object. Available relations: assignment, author, upload, upload2, timesheet_activity, picture, archiveable, changelog
    - `id` integer — ID
    - `assignment_id` integer — Assignment
    - `author_id` integer — Author
    - `upload_id` integer — File
    - `upload2_id` integer — File
    - `title` string — Title
    - `description` string — Description
    - `type` 'NOTE' | 'DRAFT' | 'PHOTO' | 'SIGNING' | 'TIME' | 'PDF' | 'ATTACHMENT' | 'MATERIAL' — Type
    - `state` 'ACCEPTED_WITH_COMMENT' | 'ACCEPTED_WO_COMMENT' — State
    - `first_line` string — First line
    - `icon` string — Icon
    - `color` string — Color
    - `contrast_color` 'dark' | 'white' — Contrast color
    - `documented_on` string, date-time — Documented on
    - `created_at` string, date-time — Created at
    - `updated_at` string, date-time — Updated at

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — The token is valid but lacks the permission for this action.
- `404` — The requested resource could not be found.
- `422` — The request was well-formed but contains semantic errors (validation failed).
- `500` — An unexpected error occurred on the server (e.g. a requested relation does not exist).

---

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