Get sample price details
Get details about a specific sample price.
Path Parameters
projectId string required
sampleId string required
Responses
- 200
- 401
- 403
- 404
- 500
- 503
OK
application/json
Schema
Example (from schema)
Schema
name string nullable
id string nullable
currency string nullable
price double nullable
priceKey string nullable
{
"name": "string",
"id": "string",
"currency": "string",
"price": 0,
"priceKey": "string"
}
Unauthorized
Forbidden
Not Found
Internal Server Error
Service Unavailable
Loading...