cURL
curl --request POST \ --url https://api.getmembrane.com/connections/{id}/data/{dataCollectionKey}/find-by-id \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "parameters": {}, "udm": "<string>" } '
{ "record": { "id": "<string>", "name": "<string>", "uri": "<string>", "iconUri": "<string>", "fields": {}, "udm": "<string>", "unifiedFields": {}, "rawFields": {}, "createdTime": "<string>", "updatedTime": "<string>", "deletedTime": "<string>", "createdById": "<string>", "updatedById": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Data Collection parameters
Show child attributes
Was this page helpful?