Get Asset Links
GET /api/creative/visual-studio/assets/{asset_id}/links
GET
/api/creative/visual-studio/assets/{asset_id}/links
Get all lore/entity links for a visual asset.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” asset_id
required
Asset Id
string
Responses
Section titled “ Responses ”Successful Response
VisualAssetLinksResponse
Response model for listing asset links.
object
links
Links
Asset links
Array<object>
VisualAssetLinkA link between a visual asset and a lore entry or entity.
object
id
required
Id
Link ID
string
assetId
required
Assetid
Asset ID
string
projectId
required
Projectid
Project ID
string
linkType
required
Linktype
Link type: lore_entry or lore_entity
string
linkedId
required
Linkedid
Linked entry/entity ID
string
linkedTitle
Linkedtitle
Title of linked item
string
createdAt
required
Createdat
Creation timestamp
integer
total
Total
Total link count
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context