cURL
curl --request GET \ --url https://api.diadna.cloud/diamond/getMainFilesByStoneId \ --header 'secret-key: <api-key>'
{ "Table": [ { "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "id": "<string>", "name": "<string>", "base": "<string>", "scan": "<string>", "stage": "<string>", "points": "<string>", "companyId": "<string>", "created_by": "<string>", "updated_by": "<string>", "deleted_at": "2023-11-07T05:31:56Z", "deleted_by": "<string>", "part": "<string>" } ] }
Fetches the main files associated with a specific stone ID and stage.
The stone ID (e.g., 12659-229)
Stage of the stone
ROUGH
POLISH
AFTERSAWING
Main files fetched successfully
Show child attributes