Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

project_id
string
required

Project ID

Query Parameters

page
integer

Page number

per_page
integer

Limit on the number of objects to be returned, between 1 and 100. 25 by default

state
enum<string>
default:active

Filter by state of the check issue. Can be one of: active, solved, dismissed, all. Defaults to active.

Available options:
active,
solved,
dismissed,
all
locale_ids
string[]

Filter by one or more locale IDs.

Example:
check_names
enum<string>[]

Filter by one or more check names. Valid values are:

  • translation_content_length — the translation exceeds the maximum character limit configured for the key.
  • translation_placeholder_usage — the translation is missing placeholders present in the source, or contains unexpected ones.
  • translation_glossary_usage — the translation does not follow the glossary term translations.
Available options:
translation_content_length,
translation_placeholder_usage,
translation_glossary_usage
Example:

Response

OK

id
string
check_name
enum<string>

Identifier of the check that reported this issue. One of: translation_content_length, translation_placeholder_usage, translation_glossary_usage.

Available options:
translation_content_length,
translation_placeholder_usage,
translation_glossary_usage
state
enum<string>

Current state of the check issue. One of: active, solved, dismissed.

Available options:
active,
solved,
dismissed
description
string

Human-readable description of the reported issue, always in English. This message is intended for display only. Its wording may change at any time and it should not be parsed or relied upon programmatically.

dismissed_at
string<date-time> | null
solved_at
string<date-time> | null
created_at
string<date-time>
updated_at
string<date-time>
translation
translation · object
Example: