Get_Elevation
This request returns the details of a specific elevation.
Request URL
GET https://api-dev.theownly.io/v1/{modelId}/elevations{id}
Headers
Name | Value | Required? |
---|---|---|
Accept | application/json | Yes |
Authorization | Bearer{APItoken} | Yes |
Parameters
Name | Type | Required? | Description |
---|---|---|---|
id | String | Yes | Elevation ID |
modelId | String | Yes | Model ID |
Example Request
curl -X 'GET' \
'https://api-dev.theownly.io/v1/elevations' \
-H 'accept: application/json' \
-H 'Authorization: Bearer {APItoken}' \
Example Response
{
"id": "gWuHj7kj",
"name": "Craftsman",
"description": "string",
"isDefault": false
}