Resources
Get resource details
Retrieves the specific details of a single resource using its unique identifier.
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
