Skala
Stock media objects

Get stock media object details

Retrieves the specific details of a single stock media object using its unique identifier.

GET
/api/stock_media_objects/{id}

Retrieves the specific details of a single stock media object using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

StockMediaObject identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/stock_media_objects/string"
{
  "id": 0,
  "stock": "/entity/1",
  "mediaObject": {
    "id": 0,
    "contentUrl": "string",
    "file": "string",
    "filePath": "string"
  },
  "showInWorkOrder": true,
  "variant": {
    "id": 0,
    "name": "string"
  },
  "description": "string"
}
Empty