Difference between revisions of "Tag"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Tag is a par of [http://wikis.tid.es/gvp-public/index.php/TagType|TagType] and value used to describe properties associated to contents. |Mem...") |
|||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{Api_DataType_Spec | {{Api_DataType_Spec | ||
| − | |Description=Tag is a | + | |Description=Tag is a struct consisting of [[TagType]], Value and Creation Date to describe properties associated to contents. |
|Members= | |Members= | ||
| Line 11: | Line 11: | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
! Type | ! Type | ||
| − | {{!}} [[ | + | {{!}} [[TagType]] |
| − | {{!}} | + | {{!}} Tag type |
{{!}}- valign="top" | {{!}}- valign="top" | ||
| − | ! | + | ! Value |
| − | {{!}} | + | {{!}} string |
| − | {{!}} | + | {{!}} Value associated to tag |
{{!}}- valign="top" | {{!}}- valign="top" | ||
| − | ! | + | ! CreationDate |
| − | {{!}} | + | {{!}} DateTime |
| − | {{!}} | + | {{!}} Date-time of the tag creation |
{{!}}- valign="top" | {{!}}- valign="top" | ||
| Line 163: | Line 33: | ||
{ | { | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
: "Type": 1, | : "Type": 1, | ||
| − | : " | + | : "Value": "4", |
| − | + | : "CreationDate": 1400994000 | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | : " | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| Line 223: | Line 51: | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
| − | ! | + | ! 3.0 |
{{!}} Initial data type implementation | {{!}} Initial data type implementation | ||
| − | {{!}} | + | {{!}} Jose A. Jiménez |
| + | {{!}}- valign="top" | ||
| + | |||
| + | ! 3.0 | ||
| + | {{!}} Change in data model: | ||
| + | *TagType to Type | ||
| + | *TagValue to Value | ||
| + | {{!}} José Manuel Escartin | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Latest revision as of 17:55, 24 March 2015
Tag is a struct consisting of TagType, Value and Creation Date to describe properties associated to contents.
Members
| Field | Data Type | Description |
|---|---|---|
| Type | TagType | Tag type |
| Value | string | Value associated to tag |
| CreationDate | DateTime | Date-time of the tag creation |
Example
{
- "Type": 1,
- "Value": "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 |
| 3.0 | Change in data model:
|
José Manuel Escartin |