Skip to content

Fields

Field resources define the custom metadata schema for Asset resources in your Dash account. Every Asset in your Dash account can be assigned a value or values for each Field you define.

The type and structure of the data stored against the Asset for each Field is described by a series of properties specified on the Field.

Get all fields

Request

Get all Field resources ordered by Field.name.

Security
bearerToken
curl -i -X GET \
  https://api-v2.dash.app/fields \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
Array [
resultobjectrequired
permittedActionsArray of objectsrequired
]
Response
[ { "result": {}, "permittedActions": [] } ]