Site:Frontend:HDFObjects
From Metrixstream
(Difference between revisions)
MetrixAdmin (Talk | contribs) m (→Content) |
MetrixAdmin (Talk | contribs) (→Content) |
||
Line 69: | Line 69: | ||
;[[#User|user]] | ;[[#User|user]] | ||
:This is the user that owns this object. | :This is the user that owns this object. | ||
+ | ;associations | ||
+ | :A list of associations along with the associated [[#Account|account]]. | ||
+ | ;relationships.is | ||
+ | :A list of relationships that this object is along with the related [[#Content|content]. | ||
+ | ;relationships.has | ||
+ | :A list of relationships that this object has along with the related [[#Content|content]. | ||
== Photo == | == Photo == |
Revision as of 16:54, 1 October 2011
Content
- id
- This is the numerical id of this object.
- objtype
- This is set to "content".
- canonical_id
- This is the SEO friendly id for this object.
- extid
- This is an optional id used for 3rd party integration.
- review
- This is the state of this object's review.
- type
- This is the type of this object. Example: video
- title
- This is the title of this object.
- title_wb
- This is the title of this object with wordbreaks inserted.
- title_short
- This is the short version of the title of this object with an optional ellipsis at the end.
- description
- This is the description of this object.
- description_text
- This is a text only version of this description with all HTML removed.
- description_filtered
- This is a version of this object's description with certain 3rd party links transformed into object embeds. (Example: youtube links)
- orig_filename
- This is the original filename of this object.
- banner_url
- This is the banner image of this object. Each object can have up to 10 banner images.
- added
- This is the release date of this object in numerical date format. Each object can have up to 3 release dates.
- added_year
- This is the numerical year of this object's release date.
- added_month
- This is the numerical month of this object's release date.
- added_unixtimestamp
- This is the unix timestamp of this object's release date.
- view_count
- This is the view count of this object.
- favorite_count
- This is the favorite count of this object.
- comment_count
- This is the comment count of this object.
- rating_count
- This is the rating count of this object.
- rating_score
- This is the rating score of this object.
- rating_avgscore
- This is the average rating score of this object.
- credits_to_own
- This is the amount of credits necessary to purchase this object.
- hasEnoughCreditsToOwn
- This is a boolean value on whether the authenticated user has enough credits to purchase this object with credits.
- price
- This is the price of this object in real currency.
- photo_count
- This is the number of photos this object has.
- photos
- This is a list of photos belonging to this object.
- categories
- This is a list of category ids that belong to this object.
- tags
- This is a list of tags that belong to this object.
- labels
- This is a list of labels that belong to this object.
- owner
- This is the account that owns this object.
- user
- This is the user that owns this object.
- associations
- A list of associations along with the associated account.
- relationships.is
- A list of relationships that this object is along with the related [[#Content|content].
- relationships.has
- A list of relationships that this object has along with the related [[#Content|content].
Photo
- id
- This is the id of the one of the photos of this object.
- title
- This is the title of one of the photos of this object.
- filename
- This is the filename of one of the photos of this object.
- width
- This is the widge of one of the photos of this object.
- height
- This is the height of one of the photos of this object.
- layout
- This is the layout position of this photo.
- photo_url
- This is the URL to this photo.