9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
curl --location --request GET 'https://93.43.5.102/limsapi/api/odata/CommessaWeb(95833)?$expand=CommesseCustomFields($expand=CustomField)' \
|
|
--header 'Authorization: Bearer ••••••'
|
|
|
|
RESPONSE:
|
|
{
|
|
"IdCommessa": 95833,
|
|
"CodiceCommessa": "SIM-95833",
|
|
"CommesseCustomFields": []
|
|
} |