Get an array of all resources. Resources represent all machinery and employees relevant to production including their hourly rates (e.g. SMT Personnel or Fuji NXT Pick and Place Machine).
Resources can be used in activities to get time calculations as well as costs associated with them.
Security
BearerAuth
GET
curl -i -X GET \
https://api.luminovo.com/manufacturing/resource \
-H 'Accept: application/api.luminovo.manufacturing.resource-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Successful response
Array [
]
Response
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "internal_number": "string", "description": "string", "type": "Machine", "cost_per_hour": { … }, "status": "Active", "site_id": "72771e6a-6f5e-4de4-a5b9-1266c4197811" } ]