Record links API
Create a record link for a goal
POST /api/v1/:record_type/:id/record_links
Name | Description |
---|---|
record_type * | Type of the record being linked to. One of |
record_id * | Id of the record being linked to. |
link_type * | Type of link; one of |
Example request
POST /api/v1/pages/1051981226/record_links
Example CURL command
curl "https://company.aha.io/api/v1/pages/1051981226/record_links" -d '{"record_link":{"record_type":"feature","record_id":303873333,"link_type":10}}' -X POST \
-H "Authorization: Bearer 15b60d42d4bc417284a246ced6877b0bf13fb4aca415f7b55f7006bc3694a8ab" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Request
authorization: Bearer 15b60d42d4bc417284a246ced6877b0bf13fb4aca415f7b55f7006bc3694a8ab
contentType: application/json
accept: application/json
Request body
Response
Status: 204 No Content