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

account_id
string
required

Account ID

Query Parameters

data_type
enum<string>

Data Type of Custom Metadata Property data type of the property

Available options:
boolean,
date,
link,
multi_select,
number,
single_select,
string,
text
Example:

"string"

project_id
string

id of project that the properties belong to

page
integer

Page number

per_page
integer

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

q
string

query to find a property by name

sort
string

Sort criteria. Can be one of: name, data_type, created_at.

order
string

Order direction. Can be one of: asc, desc.

Response

OK

id
string
name
string
description
string
data_type
enum<string>

data type of the property

Available options:
boolean,
date,
link,
multi_select,
number,
single_select,
string,
text
Example:

"string"

user
user_preview · object
Example:
projects
project_short · object[]
value_options
string[]
created_at
string<date-time>
updated_at
string<date-time>