Loads
Get equipment types
Returns every equipment type accepted by the Equipment Type field on load create, as an alphabetically ordered array of strings.
GET
Get equipment types
The endpoint for retrieving equipment types requires specifying the API version in the URL path. Including the version number ensures that your application interacts with the correct version of the API, providing stability and compatibility as the API evolves. For more information on how versioning works and how to include it in your requests, please refer to the Versioning page.
Returns every equipment type accepted by the Equipment Type field on load create, as an alphabetically ordered array of strings. This is the same closed set the create endpoint validates against, so a client should source its picker here rather than hardcoding a copy that can drift.
Replace
Request Parameters
The version is required in the PATH parameters:Example CURL request
{version} with the API version number and YOUR_ACCESS_TOKEN with your actual Bearer token:
Response Parameters
Returns a200 OK response with an alphabetically ordered JSON array of strings. Each value is an equipment type accepted by the Equipment Type field on load create.
Example Response
The response is the full closed set (dozens of values), sorted alphabetically. The sample above is abbreviated for readability.
Rate Limits
All endpoints are subject to rate limits to protect the API from traffic spikes. For detailed information on rate limits, please refer to the Rate Limits section. This page is interactive, allowing you to try a request by completing the fields for the parameters below. As you fill out the parameters, the CURL command on the right side of the page will be automatically updated. Alternatively, you can fork our Public API Postman Collection directly. Make sure to authorize yourself before trying a request.Authorizations
OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.
Path Parameters
API version (e.g., 2.0)
Example:
"2.0"
Response
OK