Site:Backend:Queries
MetrixAdmin (Talk | contribs) m (MetrixAdmin moved page Site:Backend:Query to Site:Backend:Queries) |
MetrixAdmin (Talk | contribs) m |
||
Line 1: | Line 1: | ||
− | + | Listed below is detailed information on what queris 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 == |
Revision as of 16:27, 1 July 2012
Listed below is detailed information on what queris 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.
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.
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.
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.
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.
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.
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.
Personal
Comments
Messages
Location
Activity
Transactions
My Pay-Per-Minute History
My Pay-To-Own History
My Gifts
Profile's Gifts
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.
My Favorite Users
My Favorite Accounts
Profile's Favorite Users
Profile's Favorite Accounts
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.
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.
Deciding Users
My Dropbox
Profile's Dropbox
My Profit Summary
My Gift Profits
Profile's Gift Profits
My Pay-Per-Min Profits
== My Pay-To-Own Profits