Skip to main content

Legal Page

{
"id": "integer",
"type": "legal",
"slug": "string",
"title": "string",
"html_summary": "string",
"html_body": "string",
"valid_from": "string(date-time)",
"valid_to": "string(date-time)",
"created_at": "string(date-time)",
"updated_at": "string(date-time)",
"active": "boolean",
"created_by": "integer",
"updated_by": "integer",
"ack": {}
}

Properties

NameTypeDescription
idintegerA unique integer value identifying this page
typestringFixed value is "legal"
slugstringThe slug
titlestringThe title of this page
html_summarystring¦nullThe html summary of the page
html_bodystring¦nullThe html body of the page
valid_fromstring(date-time)¦nullValid from this datetime
valid_tostring(date-time)¦nullValid till this datetime
created_atstring(date-time)Datetime of creation
updated_atstring(date-time)¦nullLast modify datetime
activebooleanIf true, this page is active
created_byintegerThe id of the creator of this page
updated_byinteger¦nullThe id of the user who updated this page
ackLegal Page AckThe user's ack status for this document (returned only if the user is authenticated)