Custom Layouts API
Custom layouts in Aha! Roadmaps help you define the information that you want your teammates to see at two important times: when they create a record and when they view a record's details. You must be a configuration administrator to view custom layouts on your account through the API.
For more information about custom layouts, consult our support documentation: https://www.aha.io/support/roadmaps/strategic-roadmaps/customizations/custom-layouts
Get a custom layout by ID
GET /api/v1/screen_definitions/:id
Name | Description |
---|---|
id * | Numeric ID of the custom layout |
Example request
GET /api/v1/screen_definitions/19837977
Example CURL command
curl -g "https://company.aha.io/api/v1/screen_definitions/19837977" -X GET \
-H "Authorization: Bearer 584b6d6b83405011f8c6903d2379f4afdf824cef867db391b7bcb5995f603a76" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Request
authorization: Bearer 584b6d6b83405011f8c6903d2379f4afdf824cef867db391b7bcb5995f603a76
contentType: application/json
accept: application/json
Response
Status: 200 OK
contentType: application/json; charset=utf-8
Response body