- /api/group/ - returns a list of first 20 groups
- /api/group/?start=0 - returns a list of first 20 groups
- /api/group/?start=10 - returns a list of 20 groups starting from 10th group
- /api/group/?start=10&count=30 - returns a list of 30 groups starting from 10th group
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/group/ - returns the group with id ex: /api/group/1 - returns the group with id 1 returns a 'Not Found' page for a non existing value of id
- /api/user/ - returns a list of first 20 users
- /api/user/?start=0 - returns a list of first 20 users
- /api/user/?start=10 - returns a list of 20 users starting from 10th user
- /api/user/?start=10&count=30 - returns a list of 30 users starting from 10th user
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/user/ - returns the user with id ex: /api/user/1 - returns the user with id 1 returns a 'Not Found' page for a non existing value of id
- /api/site/ - returns a list of first 20 sites
- /api/site/?start=0 - returns a list of first 20 sites
- /api/site/?start=10 - returns a list of 20 sites starting from 10th site
- /api/site/?start=10&count=30 - returns a list of 30 sites starting from 10th site
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/site/ - returns the site with id ex: /api/site/1 - returns the site with id 1 returns a 'Not Found' page for a non existing value of id
- /api/state_directories/ - returns a list of first 20 state_directoriess
- /api/state_directories/?start=0 - returns a list of first 20 state_directoriess
- /api/state_directories/?start=10 - returns a list of 20 state_directoriess starting from 10th state_directories
- /api/state_directories/?start=10&count=30 - returns a list of 30 state_directoriess starting from 10th state_directories
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/state_directories/ - returns the state_directories with id ex: /api/state_directories/1 - returns the state_directories with id 1 returns a 'Not Found' page for a non existing value of id
- /api/district/ - returns a list of first 20 districts
- /api/district/?start=0 - returns a list of first 20 districts
- /api/district/?start=10 - returns a list of 20 districts starting from 10th district
- /api/district/?start=10&count=30 - returns a list of 30 districts starting from 10th district
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/district/ - returns the district with id ex: /api/district/1 - returns the district with id 1 returns a 'Not Found' page for a non existing value of id
- /api/district_map/ - returns a list of first 20 district_maps
- /api/district_map/?start=0 - returns a list of first 20 district_maps
- /api/district_map/?start=10 - returns a list of 20 district_maps starting from 10th district_map
- /api/district_map/?start=10&count=30 - returns a list of 30 district_maps starting from 10th district_map
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/district_map/ - returns the district_map with id ex: /api/district_map/1 - returns the district_map with id 1 returns a 'Not Found' page for a non existing value of id
- /api/district_counties/ - returns a list of first 20 district_countiess
- /api/district_counties/?start=0 - returns a list of first 20 district_countiess
- /api/district_counties/?start=10 - returns a list of 20 district_countiess starting from 10th district_counties
- /api/district_counties/?start=10&count=30 - returns a list of 30 district_countiess starting from 10th district_counties
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/district_counties/ - returns the district_counties with id ex: /api/district_counties/1 - returns the district_counties with id 1 returns a 'Not Found' page for a non existing value of id
- /api/district_zip_codes/ - returns a list of first 20 district_zip_codess
- /api/district_zip_codes/?start=0 - returns a list of first 20 district_zip_codess
- /api/district_zip_codes/?start=10 - returns a list of 20 district_zip_codess starting from 10th district_zip_codes
- /api/district_zip_codes/?start=10&count=30 - returns a list of 30 district_zip_codess starting from 10th district_zip_codes
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/district_zip_codes/ - returns the district_zip_codes with id ex: /api/district_zip_codes/1 - returns the district_zip_codes with id 1 returns a 'Not Found' page for a non existing value of id
- /api/capitol_offices/ - returns a list of first 20 capitol_officess
- /api/capitol_offices/?start=0 - returns a list of first 20 capitol_officess
- /api/capitol_offices/?start=10 - returns a list of 20 capitol_officess starting from 10th capitol_offices
- /api/capitol_offices/?start=10&count=30 - returns a list of 30 capitol_officess starting from 10th capitol_offices
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/capitol_offices/ - returns the capitol_offices with id ex: /api/capitol_offices/1 - returns the capitol_offices with id 1 returns a 'Not Found' page for a non existing value of id
- /api/representative/ - returns a list of first 20 representatives
- /api/representative/?start=0 - returns a list of first 20 representatives
- /api/representative/?start=10 - returns a list of 20 representatives starting from 10th representative
- /api/representative/?start=10&count=30 - returns a list of 30 representatives starting from 10th representative
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/representative/ - returns the representative with id ex: /api/representative/1 - returns the representative with id 1 returns a 'Not Found' page for a non existing value of id
- /api/attachments/ - returns a list of first 20 attachmentss
- /api/attachments/?start=0 - returns a list of first 20 attachmentss
- /api/attachments/?start=10 - returns a list of 20 attachmentss starting from 10th attachments
- /api/attachments/?start=10&count=30 - returns a list of 30 attachmentss starting from 10th attachments
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/attachments/ - returns the attachments with id ex: /api/attachments/1 - returns the attachments with id 1 returns a 'Not Found' page for a non existing value of id
- /api/press_releases/ - returns a list of first 20 press_releasess
- /api/press_releases/?start=0 - returns a list of first 20 press_releasess
- /api/press_releases/?start=10 - returns a list of 20 press_releasess starting from 10th press_releases
- /api/press_releases/?start=10&count=30 - returns a list of 30 press_releasess starting from 10th press_releases
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/press_releases/ - returns the press_releases with id ex: /api/press_releases/1 - returns the press_releases with id 1 returns a 'Not Found' page for a non existing value of id
- /api/links/ - returns a list of first 20 linkss
- /api/links/?start=0 - returns a list of first 20 linkss
- /api/links/?start=10 - returns a list of 20 linkss starting from 10th links
- /api/links/?start=10&count=30 - returns a list of 30 linkss starting from 10th links
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/links/ - returns the links with id ex: /api/links/1 - returns the links with id 1 returns a 'Not Found' page for a non existing value of id
- /api/district_offices/ - returns a list of first 20 district_officess
- /api/district_offices/?start=0 - returns a list of first 20 district_officess
- /api/district_offices/?start=10 - returns a list of 20 district_officess starting from 10th district_offices
- /api/district_offices/?start=10&count=30 - returns a list of 30 district_officess starting from 10th district_offices
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/district_offices/ - returns the district_offices with id ex: /api/district_offices/1 - returns the district_offices with id 1 returns a 'Not Found' page for a non existing value of id
- /api/interests/ - returns a list of first 20 interestss
- /api/interests/?start=0 - returns a list of first 20 interestss
- /api/interests/?start=10 - returns a list of 20 interestss starting from 10th interests
- /api/interests/?start=10&count=30 - returns a list of 30 interestss starting from 10th interests
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/interests/ - returns the interests with id ex: /api/interests/1 - returns the interests with id 1 returns a 'Not Found' page for a non existing value of id
- /api/subparty/ - returns a list of first 20 subpartys
- /api/subparty/?start=0 - returns a list of first 20 subpartys
- /api/subparty/?start=10 - returns a list of 20 subpartys starting from 10th subparty
- /api/subparty/?start=10&count=30 - returns a list of 30 subpartys starting from 10th subparty
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/subparty/ - returns the subparty with id ex: /api/subparty/1 - returns the subparty with id 1 returns a 'Not Found' page for a non existing value of id
- /api/committee_offices/ - returns a list of first 20 committee_officess
- /api/committee_offices/?start=0 - returns a list of first 20 committee_officess
- /api/committee_offices/?start=10 - returns a list of 20 committee_officess starting from 10th committee_offices
- /api/committee_offices/?start=10&count=30 - returns a list of 30 committee_officess starting from 10th committee_offices
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/committee_offices/ - returns the committee_offices with id ex: /api/committee_offices/1 - returns the committee_offices with id 1 returns a 'Not Found' page for a non existing value of id
- /api/committee_positions/ - returns a list of first 20 committee_positionss
- /api/committee_positions/?start=0 - returns a list of first 20 committee_positionss
- /api/committee_positions/?start=10 - returns a list of 20 committee_positionss starting from 10th committee_positions
- /api/committee_positions/?start=10&count=30 - returns a list of 30 committee_positionss starting from 10th committee_positions
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/committee_positions/ - returns the committee_positions with id ex: /api/committee_positions/1 - returns the committee_positions with id 1 returns a 'Not Found' page for a non existing value of id
- /api/committees/ - returns a list of first 20 committeess
- /api/committees/?start=0 - returns a list of first 20 committeess
- /api/committees/?start=10 - returns a list of 20 committeess starting from 10th committees
- /api/committees/?start=10&count=30 - returns a list of 30 committeess starting from 10th committees
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/committees/ - returns the committees with id ex: /api/committees/1 - returns the committees with id 1 returns a 'Not Found' page for a non existing value of id
- /api/committee_members/ - returns a list of first 20 committee_memberss
- /api/committee_members/?start=0 - returns a list of first 20 committee_memberss
- /api/committee_members/?start=10 - returns a list of 20 committee_memberss starting from 10th committee_members
- /api/committee_members/?start=10&count=30 - returns a list of 30 committee_memberss starting from 10th committee_members
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/committee_members/ - returns the committee_members with id ex: /api/committee_members/1 - returns the committee_members with id 1 returns a 'Not Found' page for a non existing value of id
- /api/staff_position/ - returns a list of first 20 staff_positions
- /api/staff_position/?start=0 - returns a list of first 20 staff_positions
- /api/staff_position/?start=10 - returns a list of 20 staff_positions starting from 10th staff_position
- /api/staff_position/?start=10&count=30 - returns a list of 30 staff_positions starting from 10th staff_position
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/staff_position/ - returns the staff_position with id ex: /api/staff_position/1 - returns the staff_position with id 1 returns a 'Not Found' page for a non existing value of id
- /api/staff/ - returns a list of first 20 staffs
- /api/staff/?start=0 - returns a list of first 20 staffs
- /api/staff/?start=10 - returns a list of 20 staffs starting from 10th staff
- /api/staff/?start=10&count=30 - returns a list of 30 staffs starting from 10th staff
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/staff/ - returns the staff with id ex: /api/staff/1 - returns the staff with id 1 returns a 'Not Found' page for a non existing value of id
- /api/representative_staff/ - returns a list of first 20 representative_staffs
- /api/representative_staff/?start=0 - returns a list of first 20 representative_staffs
- /api/representative_staff/?start=10 - returns a list of 20 representative_staffs starting from 10th representative_staff
- /api/representative_staff/?start=10&count=30 - returns a list of 30 representative_staffs starting from 10th representative_staff
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/representative_staff/ - returns the representative_staff with id ex: /api/representative_staff/1 - returns the representative_staff with id 1 returns a 'Not Found' page for a non existing value of id
- /api/chief_of_staff/ - returns a list of first 20 chief_of_staffs
- /api/chief_of_staff/?start=0 - returns a list of first 20 chief_of_staffs
- /api/chief_of_staff/?start=10 - returns a list of 20 chief_of_staffs starting from 10th chief_of_staff
- /api/chief_of_staff/?start=10&count=30 - returns a list of 30 chief_of_staffs starting from 10th chief_of_staff
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/chief_of_staff/ - returns the chief_of_staff with id ex: /api/chief_of_staff/1 - returns the chief_of_staff with id 1 returns a 'Not Found' page for a non existing value of id
- /api/committee_staff/ - returns a list of first 20 committee_staffs
- /api/committee_staff/?start=0 - returns a list of first 20 committee_staffs
- /api/committee_staff/?start=10 - returns a list of 20 committee_staffs starting from 10th committee_staff
- /api/committee_staff/?start=10&count=30 - returns a list of 30 committee_staffs starting from 10th committee_staff
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/committee_staff/ - returns the committee_staff with id ex: /api/committee_staff/1 - returns the committee_staff with id 1 returns a 'Not Found' page for a non existing value of id
- /api/change_log/ - returns a list of first 20 change_logs
- /api/change_log/?start=0 - returns a list of first 20 change_logs
- /api/change_log/?start=10 - returns a list of 20 change_logs starting from 10th change_log
- /api/change_log/?start=10&count=30 - returns a list of 30 change_logs starting from 10th change_log
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/change_log/ - returns the change_log with id ex: /api/change_log/1 - returns the change_log with id 1 returns a 'Not Found' page for a non existing value of id
- /api/subscription/ - returns a list of first 20 subscriptions
- /api/subscription/?start=0 - returns a list of first 20 subscriptions
- /api/subscription/?start=10 - returns a list of 20 subscriptions starting from 10th subscription
- /api/subscription/?start=10&count=30 - returns a list of 30 subscriptions starting from 10th subscription
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/subscription/ - returns the subscription with id ex: /api/subscription/1 - returns the subscription with id 1 returns a 'Not Found' page for a non existing value of id
- /api/online_subscription/ - returns a list of first 20 online_subscriptions
- /api/online_subscription/?start=0 - returns a list of first 20 online_subscriptions
- /api/online_subscription/?start=10 - returns a list of 20 online_subscriptions starting from 10th online_subscription
- /api/online_subscription/?start=10&count=30 - returns a list of 30 online_subscriptions starting from 10th online_subscription
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/online_subscription/ - returns the online_subscription with id ex: /api/online_subscription/1 - returns the online_subscription with id 1 returns a 'Not Found' page for a non existing value of id
- /api/user_subscription/ - returns a list of first 20 user_subscriptions
- /api/user_subscription/?start=0 - returns a list of first 20 user_subscriptions
- /api/user_subscription/?start=10 - returns a list of 20 user_subscriptions starting from 10th user_subscription
- /api/user_subscription/?start=10&count=30 - returns a list of 30 user_subscriptions starting from 10th user_subscription
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/user_subscription/ - returns the user_subscription with id ex: /api/user_subscription/1 - returns the user_subscription with id 1 returns a 'Not Found' page for a non existing value of id
- /api/activation_codes/ - returns a list of first 20 activation_codess
- /api/activation_codes/?start=0 - returns a list of first 20 activation_codess
- /api/activation_codes/?start=10 - returns a list of 20 activation_codess starting from 10th activation_codes
- /api/activation_codes/?start=10&count=30 - returns a list of 30 activation_codess starting from 10th activation_codes
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/activation_codes/ - returns the activation_codes with id ex: /api/activation_codes/1 - returns the activation_codes with id 1 returns a 'Not Found' page for a non existing value of id
C61A-C32C-7EB7
2009-12-31
2009-08-30
True
False
3
382
http://www.govbuddy.com/api/activation_codes/?count=1&start=1
537
- /api/trailsubscriptionemail/ - returns a list of first 20 trailsubscriptionemails
- /api/trailsubscriptionemail/?start=0 - returns a list of first 20 trailsubscriptionemails
- /api/trailsubscriptionemail/?start=10 - returns a list of 20 trailsubscriptionemails starting from 10th trailsubscriptionemail
- /api/trailsubscriptionemail/?start=10&count=30 - returns a list of 30 trailsubscriptionemails starting from 10th trailsubscriptionemail
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/trailsubscriptionemail/ - returns the trailsubscriptionemail with id ex: /api/trailsubscriptionemail/1 - returns the trailsubscriptionemail with id 1 returns a 'Not Found' page for a non existing value of id
- /api/pricing_group/ - returns a list of first 20 pricing_groups
- /api/pricing_group/?start=0 - returns a list of first 20 pricing_groups
- /api/pricing_group/?start=10 - returns a list of 20 pricing_groups starting from 10th pricing_group
- /api/pricing_group/?start=10&count=30 - returns a list of 30 pricing_groups starting from 10th pricing_group
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/pricing_group/ - returns the pricing_group with id ex: /api/pricing_group/1 - returns the pricing_group with id 1 returns a 'Not Found' page for a non existing value of id
- /api/discount/ - returns a list of first 20 discounts
- /api/discount/?start=0 - returns a list of first 20 discounts
- /api/discount/?start=10 - returns a list of 20 discounts starting from 10th discount
- /api/discount/?start=10&count=30 - returns a list of 30 discounts starting from 10th discount
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/discount/ - returns the discount with id ex: /api/discount/1 - returns the discount with id 1 returns a 'Not Found' page for a non existing value of id
- /api/tax_rate/ - returns a list of first 20 tax_rates
- /api/tax_rate/?start=0 - returns a list of first 20 tax_rates
- /api/tax_rate/?start=10 - returns a list of 20 tax_rates starting from 10th tax_rate
- /api/tax_rate/?start=10&count=30 - returns a list of 30 tax_rates starting from 10th tax_rate
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/tax_rate/ - returns the tax_rate with id ex: /api/tax_rate/1 - returns the tax_rate with id 1 returns a 'Not Found' page for a non existing value of id
- /api/order_history/ - returns a list of first 20 order_historys
- /api/order_history/?start=0 - returns a list of first 20 order_historys
- /api/order_history/?start=10 - returns a list of 20 order_historys starting from 10th order_history
- /api/order_history/?start=10&count=30 - returns a list of 30 order_historys starting from 10th order_history
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/order_history/ - returns the order_history with id ex: /api/order_history/1 - returns the order_history with id 1 returns a 'Not Found' page for a non existing value of id
- /api/product_category/ - returns a list of first 20 product_categorys
- /api/product_category/?start=0 - returns a list of first 20 product_categorys
- /api/product_category/?start=10 - returns a list of 20 product_categorys starting from 10th product_category
- /api/product_category/?start=10&count=30 - returns a list of 30 product_categorys starting from 10th product_category
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/product_category/ - returns the product_category with id ex: /api/product_category/1 - returns the product_category with id 1 returns a 'Not Found' page for a non existing value of id
- /api/products/ - returns a list of first 20 productss
- /api/products/?start=0 - returns a list of first 20 productss
- /api/products/?start=10 - returns a list of 20 productss starting from 10th products
- /api/products/?start=10&count=30 - returns a list of 30 productss starting from 10th products
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/products/ - returns the products with id ex: /api/products/1 - returns the products with id 1 returns a 'Not Found' page for a non existing value of id
- /api/contact_info/ - returns a list of first 20 contact_infos
- /api/contact_info/?start=0 - returns a list of first 20 contact_infos
- /api/contact_info/?start=10 - returns a list of 20 contact_infos starting from 10th contact_info
- /api/contact_info/?start=10&count=30 - returns a list of 30 contact_infos starting from 10th contact_info
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/contact_info/ - returns the contact_info with id ex: /api/contact_info/1 - returns the contact_info with id 1 returns a 'Not Found' page for a non existing value of id
- /api/customerprofile/ - returns a list of first 20 customerprofiles
- /api/customerprofile/?start=0 - returns a list of first 20 customerprofiles
- /api/customerprofile/?start=10 - returns a list of 20 customerprofiles starting from 10th customerprofile
- /api/customerprofile/?start=10&count=30 - returns a list of 30 customerprofiles starting from 10th customerprofile
- "count" is the number of items to be returned, from the position equal to "start" value.
response xml of each of the above api will have 'next' & 'previous' tags corresponding to the links for next & previous records and also a 'total' tag corresponding to totatl number of records available
- /api/customerprofile/ - returns the customerprofile with id ex: /api/customerprofile/1 - returns the customerprofile with id 1 returns a 'Not Found' page for a non existing value of id