New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Hide redirects
  • 09:15, 4 April 2025Rest - Contacts - Professionals - Questionnaires (hist | edit) ‎[5,617 bytes]Wikiadmin (talk | contribs) (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 2025Rest - Contacts - Professionals - Notes (hist | edit) ‎[2,080 bytes]Wikiadmin (talk | contribs) (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 2025Rest - Contacts - Professionals - Sessions (hist | edit) ‎[1,664 bytes]Wikiadmin (talk | contribs) (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 2025Rest - Contacts - Groups - Questionnaires (hist | edit) ‎[5,547 bytes]Wikiadmin (talk | contribs) (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 2025Rest - Contacts - Groups - Address Book (hist | edit) ‎[2,975 bytes]Wikiadmin (talk | contribs) (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 2025Rest - Contacts - Groups - Notes (hist | edit) ‎[2,017 bytes]Wikiadmin (talk | contribs) (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 2025Rest - Contacts - Groups - Sessions (hist | edit) ‎[1,629 bytes]Wikiadmin (talk | contribs) (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 2025Rest - Contacts - Professionals (hist | edit) ‎[3,411 bytes]Wikiadmin (talk | contribs) (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 2025Rest - Contacts - Groups (hist | edit) ‎[3,031 bytes]Wikiadmin (talk | contribs) (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...")