Program Terms Variants
The Terms Variant Object represents a terms variant as an uploaded PDF or DOCX document, or a link to an externally hosted document, as an element of the terms for a program.
This object contains the following attributes:
id
string
The business identifier of the terms variant.
Example: TCS-0001-0001
href
string
The resource URI of the terms variant.
Example: /programs/PRG-1234-1234/terms/TCS-1234-1234-1234/variants/TCV-1234-1234-1234-1234
type
string
Terms Item type. Possible values: Online
or File
.
name
string
The name of the term's variant.
Example: Terms of Service - EN
description
string
The description of the term's variant.
Example: Terms of Service in English.
assetUrl
string
The URL of the terms item uploaded document or online document/resource.
Example: /programs/PRG-1234-1234/terms/TCS-1234-1234-1234/variants/TCV-1234-1234-1234-1234
languageCode
string
A 2-digit language code from the list of language codes in ISO 639 and its corresponding data format. When the type is Online, ‘null’ will appear as ‘multiple’ in the UI.
Example: 100
status
string
The status of the terms variant.
Possible values: Draft
, Published
, Unpublished
, or Published
.
program
The program to which the variant belongs.
audit
audit
The audit information object.
Example:
Example
Last updated
Was this helpful?