MIDAS API Addon MIDAS API: get_resource

Available in API 2.07+
Returns resource information
Required ParametersPossible ValuesDescription
resourceResource nameResource name
Example Response
↓ Show
[
	{
	"resource":"Laptop",
	"category":"E",
	"qty":"3",
	"charge":"120.00",
	"tax":"20.00",
	"public":"1",
	"limited_to":"Room 1,Room 2"
	}
]
Variables ReturnedDescription
resourceResource name
categoryThe category the resource item falls under. Possible values are:
E = Equipment, C = Consumable, S = Staffing
qtyThe total quantity of the resource added to MIDAS
chargeThe charge for a single quantity of the resource item
taxThe percentage tax rate for the resource item
publicWhether the resource is available for public booking/requesting
limited_toIf the resource has been restricted to only be available to certain venues, the "limited_to" value contains a comma separated list of these venues