GetDataById
Get one customer data record by ID, including blob fields.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-API-Keystring
API Key authentication via header
Request
This endpoint expects an object.
dataId
Specific data ID to retrieve with blobs
Response
Success
customerData
Single data entity with bytes fields populated
