All public logs

Jump to navigation Jump to search

Combined display of all available logs of Views API Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:15, 4 April 2025 Wikiadmin talk contribs created page Rest - Contacts - Professionals - Questionnaires (Created page with "==Purpose== Used for submitting answer sets to questionnaires against professionals and for retrieving the details of answered questionnaires that have been submitted against a professional. This is only really a filtered version of the Questionnaires - Answers API ===Base URL=== <nowiki>https://app.viewsapp.net/api/restful/contacts/professionals/<id>/questionnaires</nowiki> * id - This is the professional id ===Schema===...")
  • 09:13, 4 April 2025 Wikiadmin talk contribs created page Rest - Contacts - Professionals - Notes (Created page with "==Purpose== Used for creating, editing and deleting notes against a professional in the Views system. ===Base URL=== <nowiki>https://app.viewsapp.net/api/restful/contacts/professionals/<id>/notes</nowiki> ==Creating Notes== curl --url <Base URL> -u<username>:<password> -H Content-Type:text/xml -X POST -d "<xml>" If there is a problem with creating that record, you will get a response containing all the errors, plus a copy of the translated data you supplied. If th...")
  • 09:11, 4 April 2025 Wikiadmin talk contribs created page Rest - Contacts - Professionals - Sessions (Created page with "==Purpose== This is a read only service. It is a search API to return sessions that a professional is associated with. ===Base URL=== <nowiki>https://app.viewsapp.net/api/restful/contacts/professionals/<id>/sessions</nowiki> ==Usage== curl --url <Base URL>?q=<query> -u<username>:<password> -H Content-Type:text/xml Calling the Base URL without any parameters will return all Sessions that a professional is associated with, regardless of their attendance status. Pa...")
  • 09:06, 4 April 2025 Wikiadmin talk contribs created page Rest - Contacts - Groups - Questionnaires (Created page with "==Purpose== Used for submitting answer sets to questionnaires against groups and for retrieving the details of answered questionnaires that have been submitted against a group. This is only really a filtered version of the Questionnaires - Answers API ===Base URL=== <nowiki>https://app.viewsapp.net/api/restful/contacts/groups/<id>/questionnaires</nowiki> * id - This is the group id ===Schema=== For details of the schemas,...")
  • 09:03, 4 April 2025 Wikiadmin talk contribs created page Rest - Contacts - Groups - Address Book (Created page with "==Purpose== Used for creating, editing and deleting address book entries against a group in the Views system. ===Base URL=== <nowiki>https://app.viewsapp.net/api/restful/contacts/groups/<id>/addressbook</nowiki> ===Schema=== <nowiki>https://app.viewsapp.net/api/restful/contacts/groups/<id>/addressbook/scheme(.xml|.json|.xsd)</nowiki> ==Creating Address Book Entries== curl --url <Base URL> -u<username>:<password> -H Content-Type:text/xml -X POST -d "<xml>" <xml> s...")
  • 08:59, 4 April 2025 Wikiadmin talk contribs created page Rest - Contacts - Groups - Notes (Created page with "==Purpose== Used for creating, editing and deleting notes against a group in the Views system. ===Base URL=== <nowiki>https://app.viewsapp.net/api/restful/contacts/groups/<id>/notes</nowiki> ==Creating Notes== curl --url <Base URL> -u<username>:<password> -H Content-Type:text/xml -X POST -d "<xml>" If there is a problem with creating that record, you will get a response containing all the errors, plus a copy of the translated data you supplied. If the record was c...")
  • 08:56, 4 April 2025 Wikiadmin talk contribs created page Rest - Contacts - Groups - Sessions (Created page with "==Purpose== This is a read only service. It is a search API to return sessions that a group is associated with. ===Base URL=== <nowiki>https://app.viewsapp.net/api/restful/contacts/groups/<id>/sessions</nowiki> ==Usage== curl --url <Base URL>?q=<query> -u<username>:<password> -H Content-Type:text/xml Calling the Base URL without any parameters will return all Sessions that a group is associated with, regardless of their attendance status. Parameter: * q - string...")
  • 08:53, 4 April 2025 Wikiadmin talk contribs created page Rest - Contacts - Professionals (Created page with "==Purpose== Used for creating, editing and deleting Professionals from the Views system. ===Base URL=== https://app.viewsapp.net/api/restful/contacts/professionals ===Schema=== <nowiki>https://app.viewsapp.net/api/restful/contacts/professionals/schema(.xml|.json|.xsd)</nowiki> ==Creating a professional== Once you have created your data file, you can send it using the following: curl --url <Base URL> -u<username>:<password> -H Content-Type:text/xml -X POST -d "<xml...")
  • 08:44, 4 April 2025 Wikiadmin talk contribs created page Rest - Contacts - Groups (Created page with "==Purpose== Used for creating, editing and deleting Groups from the Views system. ===Base URL=== https://app.viewsapp.net/api/restful/contacts/groups ===Schema=== <nowiki>https://app.viewsapp.net/api/restful/contacts/groups/schema(.xml|.json|.xsd)</nowiki> ==Creating a group== Once you have created your data file, you can send it using the following: curl --url <Base URL> -u<username>:<password> -H Content-Type:text/xml -X POST -d "<xml>" If there is a problem wi...")
  • 12:08, 15 February 2013 Wikiadmin talk contribs moved page Rest - Admin - Programes to Rest - Admin - Programmes
  • 10:21, 15 February 2013 Wikiadmin talk contribs moved page Rest - Admin - ProgrameFields to Rest - Admin - ProgrammeFields
  • 08:24, 28 May 2012 Wikiadmin talk contribs moved page Rest - Contacts - Particpants to Rest - Contacts - Participants
  • 16:02, 23 March 2012 Wikiadmin talk contribs moved page Main Page to Views API Documentation