GET
/
me
/
applications
/
{app}
/
data
/
fields
/
{field}
curl --request GET \
  --url https://api.rownd.io/me/applications/{app}/data/fields/{field} \
  --header 'Authorization: Bearer <token>'
{
  "value": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token> where <token> is the user's Rownd JWT

Path Parameters

app
string
required

Rownd application ID

field
string
required

The name of a field in your application schema

Query Parameters

preview
enum<string>

Return an image thumbnail of the resource

Available options:
small,
medium,
large

Response

200
application/json
The value of the data field
value
string