3D Assets
Get a list of configurator 3D asset models.
GET /configurator-assets-models
Description
Retrieves a list of configurator asset models. Each model represents the configuration details of a specific asset.
URL
GET /configurator-assets-models
Query Parameters
page (optional): The page number of results to retrieve.
limit (optional): The number of results per page.
sort (optional): The field by which to sort the results.
Response
200 OK: A successful response will return a JSON object containing:
models: An array of configurator asset models.
total: The total number of available models.
page: The current page number.
limit: The number of results per page as requested.
Example RequestExample ResponseError Responses400 Bad Request: Invalid request parameters.
500 Internal Server Error: A server error occurred while processing the request.
NOTE: Ensure you have the necessary authorization credentials (e.g., Bearer Token) to access this endpoint which is taken from the 'Share' tab encryption token found at the bottom of the page.
Last updated
Was this helpful?