Skala
Resources

Get resource details

Retrieves the specific details of a single resource using its unique identifier.

GET
/api/resources/{id}

Retrieves the specific details of a single resource using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Resource identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/resources/string"
{
  "id": 0,
  "name": "string",
  "price": "string",
  "isActive": true,
  "useActualCost": true
}
Empty