Get Entity Relationships
GET /api/creative/lore/entities/{entity_id}/relationships
GET
/api/creative/lore/entities/{entity_id}/relationships
Get relationships for entries linked to this entity.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” entity_id
required
Entity Id
string
Query Parameters
Section titled “Query Parameters ” limit
Limit
integer
Responses
Section titled “ Responses ”Successful Response
Response Get Entity Relationships Api Creative Lore Entities Entity Id Relationships Get
Array<object>
LorePageRelationshipResponseResponse for a single relationship between lore entries.
object
id
required
Id
string
projectId
required
Projectid
string
sourceEntryId
required
Sourceentryid
string
targetEntryId
required
Targetentryid
string
relationshipType
required
Relationshiptype
string
weight
Weight
number
isAuto
Isauto
boolean
sourceTitle
Sourcetitle
string
sourceEntryType
Sourceentrytype
string
targetTitle
Targettitle
string
targetEntryType
Targetentrytype
string
createdAt
required
Createdat
integer
modifiedAt
required
Modifiedat
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