/assets/:assetId/boards
API Endpoint
GET /v1/assets/{assetId}/boards
Parameters
assetId
Required: The id of the assetlimit
The max number of parent boards to return in the responsecursor
Cursor to the next page of parent boardsincludeCustomFields
A boolean flag to include custom fields with the results (default:false)
Example Request
curl --request GET \
--url https://api.air.inc/v1/assets/assetId/boards \
--header 'accept: application/json'
Response Example
{
"status": 200,
"updated": "4 months ago"
}
Notes
Click Try It! to start a request and see the response.