---
title: "Returns a specific assignment recurring rule"
method: GET
path: "/assignments/recurring-rules/{recurringRuleId}"
tags: ["Assignment recurring rules"]
---

# Returns a specific assignment recurring rule

`GET /assignments/recurring-rules/{recurringRuleId}`

## Path parameters

- `recurringRuleId` integer, required

## Response `200`

Assignment recurring rule

- object
  - `data` AssignmentRecurringRule — Available relations: assignments, template, changelog
    - `id` integer
    - `template_id` integer — Template
    - `interval` 'DAILY' | 'DAILY_MON_TO_FRI' | 'WEEKLY' | 'TWO_WEEKLY' | 'THREE_WEEKLY' | 'FOUR_WEEKLY' | 'SIX_WEEKLY' | 'EIGHT_WEEKLY' | 'MONTHLY' | 'QUARTERLY' | 'HALF_YEARLY' | 'YEARLY'
    - `start` string, date-time
    - `end` string, date-time
    - `first_line` string — First line
    - `icon` string — Icon
    - `created_at` string, date-time
    - `updated_at` string, date-time

## 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.
- `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)
