Go to Dark mode
Go to Light mode

Public Distribution API - V1.0.0

Public Distribution APIs

Get all Distributions for Solution

This is a POST method that retrieves all available distributions for the entered Solution ID.

POST https://dist.unlimited3d.com/api/dists/getForSolution/{solution_id}
Name Type Required
solution_id integer yes

Get the Latest Distribution for Solution

This is a GET method where you will receive information about the latest active distribution.

GET https://dist.unlimited3d.com/api/dists/solution/{solution_id}/getLatestDistribution
Name Type Required
solution_id integer yes

Get the Distribution info

This is a GET method where you will receive all information regarding the entered Distribution.

GET https://dist.unlimited3d.com/api/dists/distribution/{dist_id}/getInfo
Name Type Required
dist_id integer yes