REST API for Equipment
All equipment methods use the same base URL.
Base URL
https:/<serverName>:<port>/ProficyWebApi/api/Equipment
- <serverName> is the hostname where the Proficy SOA server is running.
- <port> default is 8444.
Authentication is required on each request. Basic authentication with username and password must be provided in the Authorization header.