GET
/
records
/
{record_id}
Retrieve a Workboard Record
curl --request GET \
  --url https://api.floweq.com/v1/records/{record_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

Enter your bearer token in the format: Bearer {token}

Path Parameters

record_id
string
required

Response

Details of the individual record retrieved.

The response is of type any.