Metadata Sample
This section provides information on the available sample APIs.
The following are the available report endpoints:
|
Endpoints |
Description |
Request |
|---|---|---|
|
GET |
Get custom metadata for sample in a workgroup. |
GET /crs/api/v1/samples/{sampleId}/custom-metadata |
|
POST |
Add custom metadata for sample in a workgroup. |
POST /crs/api/v1/samples/{sampleId}/custom-metadata |
|
PUT |
Update custom metadata for sample in a workgroup. |
PUT /crs/api/v1/samples/{sampleId}/custom-metadata |
|
DELETE |
Delete custom metadata for sample in a workgroup. |
DELETE /crs/api/v1/samples/{sampleId}/custom-metadata |
