Difference between revisions of "Tag"

From Gvp-public
Jump to navigation Jump to search
Line 17: Line 17:
 
{{!}}- valign="top"
 
{{!}}- valign="top"
  
! Value
+
! TagValue
 
{{!}} string
 
{{!}} string
 
{{!}} Value associated to tag
 
{{!}} Value associated to tag
Line 34: Line 34:
 
{
 
{
 
:        "TagType": 1,
 
:        "TagType": 1,
:        "Value": "4",
+
:        "TagValue": "4",
 
:        "CreationDate": 1400994000
 
:        "CreationDate": 1400994000
 
}
 
}

Revision as of 20:23, 12 March 2015

Tag is a pair of TagType and value used to describe properties associated to contents.

Members

Field Data Type Description
TagType TagType Tag type
TagValue string Value associated to tag
CreationDate DateTime Date-time of the tag creation


Example

{

"TagType": 1,
"TagValue": "4",
"CreationDate": 1400994000

}


Known issues

None


Version history

API Version Number Change description Changes author
3.0 Initial data type implementation Jose A. Jiménez


See also