Term Relationship Paginated List
The object representation of the Thing PaginatedList.
Name
DataType
Description
{
"termRelationshipPaginatedList" :
{
"@id" : "URL",
"@type" : "paginatedList",
"nextPage" : "URL",
"page" : "Integer",
"perPage" : "Integer",
"previousPage" : "URL",
"termRelationship" :
{
"@id" : "URL",
"@type" : "TermRelationship",
"coreMetaData" :
{
"@type" : "CoreMetaData",
"checksum" : "String",
"created" :
{
"@type" : "Created",
"organization" :
{
"@id" : "URL",
"@type" : "Organization",
"elementId" : "String",
"name" : "String"
},
"person" :
{
"@id" : "URL",
"@type" : "Person",
"elementId" : "String",
"name" : "String"
},
"timeStamp" : "Datetime"
},
"deprecatedBy" : "URL",
"live" : "Boolean",
"modified" :
{
"@type" : "Modified",
"organization" :
{
"@id" : "URL",
"@type" : "Organization",
"elementId" : "String",
"name" : "String"
},
"person" :
{
"@id" : "URL",
"@type" : "Person",
"elementId" : "String",
"name" : "String"
},
"timeStamp" : "Datetime"
},
"notes" : "String",
"status" : "String",
"supersededBy" : "URL",
"validated" : "Integer"
},
"elementId" : "String",
"term" :
{
"@id" : "URL",
"@type" : "Term",
"elementId" : "String",
"name" : "String"
},
"termRelationshipType" :
{
"@id" : "URL",
"@type" : "TermRelationshipType",
"elementId" : "String",
"name" : "String"
}
},
"total" : "Integer"
}
}