GET
/
applications
/
{app}
/
users
/
{user}
/
data
/
fields
/
{field}
curl --request GET \
  --url https://api.rownd.io/applications/{app}/users/{user}/data/fields/{field} \
  --header 'x-rownd-app-key: <api-key>' \
  --header 'x-rownd-app-secret: <api-key>'
{
  "value": "<string>"
}

Authorizations

x-rownd-app-key
string
headerrequired

The publishable key of your application credentials. (more details)

x-rownd-app-secret
string
headerrequired

The private secret of your application credentials. (more details)

Path Parameters

app
string
required

Rownd application ID

user
string
required
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
fail_on_error
string

Return a 403 status code if the field is unshared by the user

Response

200 - application/json
value
string