curl --request POST \ --url https://platform.thena.ai/v1/custom-object/{customObjectId}/records/fetchByIds \ --header 'Authorization: Bearer <token>' \ --header 'x-org-id: <api-key>'
{ "data": [ { "id": "<string>", "teamId": "<string>", "version": 123, "customFieldValues": [ "<string>" ] } ], "status": true, "message": "<string>", "timestamp": "2023-11-07T05:31:56Z" }
Enter JWT bearer token
Enter organization ID
Show child attributes