Site:Backend:Queries
MetrixAdmin (Talk | contribs) (→Introduction) |
MetrixAdmin (Talk | contribs) m |
||
(6 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | Listed below is detailed information on what queries are available and what type of data they provide. The queries listed on this page are considered core queries. Information on how to develop your own backend queries is available on the [[Site:Integration|Integration]] page. | |
− | + | ||
− | + | ||
== Account Content == | == Account Content == |
Latest revision as of 16:28, 1 July 2012
Listed below is detailed information on what queries are available and what type of data they provide. The queries listed on this page are considered core queries. Information on how to develop your own backend queries is available on the Integration page.
[edit] Account Content
This context gives us access to content that belongs to accounts.
- itemsTotal
- This is the total number of items belonging to this context.
- offset
- This is the current offset into this context.
- itemsReceived
- This is the number of items actually received from this context.
- limit
- This is the number of items requested for this context.
- pageTotal
- This is the number of pages required to view all objects within this context using the limit amount.
- page
- This is the current page of this context.
- items
- This is a list of content objects.
[edit] User Content
This context gives us access to content that belongs to users.
- itemsTotal
- This is the total number of items belonging to this context.
- offset
- This is the current offset into this context.
- itemsReceived
- This is the number of items actually received from this context.
- limit
- This is the number of items requested for this context.
- pageTotal
- This is the number of pages required to view all objects within this context using the limit amount.
- page
- This is the current page of this context.
- items
- This is a list of content objects.
[edit] All Content
This context gives us access to all content within the entire system.
- itemsTotal
- This is the total number of items belonging to this context.
- offset
- This is the current offset into this context.
- itemsReceived
- This is the number of items actually received from this context.
- limit
- This is the number of items requested for this context.
- pageTotal
- This is the number of pages required to view all objects within this context using the limit amount.
- page
- This is the current page of this context.
- items
- This is a list of content objects.
[edit] My Pay-To-Own Content
This context gives us access to the content this authenticated user owns.
- itemsTotal
- This is the total number of items belonging to this context.
- offset
- This is the current offset into this context.
- itemsReceived
- This is the number of items actually received from this context.
- limit
- This is the number of items requested for this context.
- pageTotal
- This is the number of pages required to view all objects within this context using the limit amount.
- page
- This is the current page of this context.
- items
- This is a list of content objects.
[edit] Account Profiles
This context gives us access to the account profiles.
- itemsTotal
- This is the total number of items belonging to this context.
- offset
- This is the current offset into this context.
- itemsReceived
- This is the number of items actually received from this context.
- limit
- This is the number of items requested for this context.
- pageTotal
- This is the number of pages required to view all objects within this context using the limit amount.
- page
- This is the current page of this context.
- items
- This is a list of accounts.
[edit] User Profiles
This context gives us access to the user profiles.
- itemsTotal
- This is the total number of items belonging to this context.
- offset
- This is the current offset into this context.
- itemsReceived
- This is the number of items actually received from this context.
- limit
- This is the number of items requested for this context.
- pageTotal
- This is the number of pages required to view all objects within this context using the limit amount.
- page
- This is the current page of this context.
- items
- This is a list of users.
[edit] Personal
[edit] Comments
[edit] Messages
[edit] Location
[edit] Activity
[edit] Transactions
[edit] My Pay-Per-Minute History
[edit] My Pay-To-Own History
[edit] My Gifts
[edit] Profile's Gifts
[edit] My Favorite Content
This context gives us access to content favorited by the authenticated viewer.
- itemsTotal
- This is the total number of items belonging to this context.
- offset
- This is the current offset into this context.
- itemsReceived
- This is the number of items actually received from this context.
- limit
- This is the number of items requested for this context.
- pageTotal
- This is the number of pages required to view all objects within this context using the limit amount.
- page
- This is the current page of this context.
- items
- This is a list of content objects.
[edit] My Favorite Users
[edit] My Favorite Accounts
[edit] Profile's Favorite Users
[edit] Profile's Favorite Accounts
[edit] Content of My Favorite Users
This context gives us access to content that belongs to the authenticated viewer's favorite users.
- itemsTotal
- This is the total number of items belonging to this context.
- offset
- This is the current offset into this context.
- itemsReceived
- This is the number of items actually received from this context.
- limit
- This is the number of items requested for this context.
- pageTotal
- This is the number of pages required to view all objects within this context using the limit amount.
- page
- This is the current page of this context.
- items
- This is a list of content objects.
[edit] Content of My Favorite Accounts
This context gives us access to content that belongs to authenticated viewer's favorite accounts.
- itemsTotal
- This is the total number of items belonging to this context.
- offset
- This is the current offset into this context.
- itemsReceived
- This is the number of items actually received from this context.
- limit
- This is the number of items requested for this context.
- pageTotal
- This is the number of pages required to view all objects within this context using the limit amount.
- page
- This is the current page of this context.
- items
- This is a list of content objects.
[edit] Deciding Users
[edit] My Dropbox
[edit] Profile's Dropbox
[edit] My Profit Summary
[edit] My Gift Profits
[edit] Profile's Gift Profits
[edit] My Pay-Per-Min Profits
== My Pay-To-Own Profits