User contributions for Wikiadmin
Jump to navigation
Jump to search
4 April 2025
- 09:1609:16, 4 April 2025 diff hist +642 Views API Documentation →Contacts current
- 09:1509:15, 4 April 2025 diff hist +5,617 N 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===..." current
- 09:1309:13, 4 April 2025 diff hist +2,080 N 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..." current
- 09:1109:11, 4 April 2025 diff hist +1,664 N 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..." current
- 09:0609:06, 4 April 2025 diff hist +5,547 N 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,..." current
- 09:0309:03, 4 April 2025 diff hist +2,975 N 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..." current
- 08:5908:59, 4 April 2025 diff hist +2,017 N 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..." current
- 08:5608:56, 4 April 2025 diff hist +1,629 N 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..." current
- 08:5308:53, 4 April 2025 diff hist +3,411 N 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..." current
- 08:5008:50, 4 April 2025 diff hist +2 Rest - Contacts - Participants No edit summary current
- 08:4408:44, 4 April 2025 diff hist +3,031 N 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..." current
25 May 2023
- 08:3608:36, 25 May 2023 diff hist +311 Rest - Work - Session Groups - Session Participants →Adding multiple participants to a session current
17 January 2022
- 13:5713:57, 17 January 2022 diff hist +125 Views API Documentation →Contacts
- 12:2612:26, 17 January 2022 diff hist +2,276 N Rest - Contacts - Groups - Associations Created page with "==Purpose== Used for viewing, creating, editing and deleting associations against a group in the Views system. ===Base URL=== <nowiki>https://app.viewsapp.net/api/restful/co..." current
- 12:2512:25, 17 January 2022 diff hist +2,311 N Rest - Contacts - Professionals - Associations Created page with "==Purpose== Used for viewing, creating, editing and deleting associations against a professional in the Views system. ===Base URL=== <nowiki>https://app.viewsapp.net/api/res..." current
- 12:2212:22, 17 January 2022 diff hist +2,275 N Rest - Contacts - Staff - Associations Created page with "==Purpose== Used for viewing, creating, editing and deleting associations against a staff in the Views system. ===Base URL=== <nowiki>https://app.viewsapp.net/api/restful/co..." current
- 12:2112:21, 17 January 2022 diff hist +2,306 N Rest - Contacts - Participants - Associations Created page with "==Purpose== Used for viewing, creating, editing and deleting associations against a participant in the Views system. ===Base URL=== <nowiki>https://app.viewsapp.net/api/rest..." current
9 November 2021
- 10:5210:52, 9 November 2021 diff hist +10 m Rest - Work - Session Groups - Session Notes No edit summary current
6 October 2021
- 08:3408:34, 6 October 2021 diff hist +333 Rest - Contacts - Volunteers →Fetching a volunteers record current
- 08:3308:33, 6 October 2021 diff hist +1 m Rest - Contacts - Participants No edit summary
- 08:3208:32, 6 October 2021 diff hist +337 Rest - Contacts - Staff No edit summary current
- 08:3108:31, 6 October 2021 diff hist +341 Rest - Contacts - Participants No edit summary
28 September 2021
- 08:3508:35, 28 September 2021 diff hist +153 m Views API Documentation →Using OAuth2
- 08:3208:32, 28 September 2021 diff hist −267 Views API Documentation →Applying for access to the API
21 September 2020
- 06:5906:59, 21 September 2020 diff hist +540 Rest - Admin - Value Lists →Fetching a Value List current
25 November 2019
- 11:4411:44, 25 November 2019 diff hist +1,587 Rest - Contacts - Volunteers No edit summary
18 March 2019
- 12:2412:24, 18 March 2019 diff hist +437 Rest - Work - Session Groups - Participants Keeping docs up to date with API changes in 5052 current
1 February 2018
- 12:3912:39, 1 February 2018 diff hist +1,065 Rest - Work - Session Groups - Session Participants →Removing participants from a bookable session
- 12:3812:38, 1 February 2018 diff hist +60 Rest - Work - Session Groups - Participants →Adding participants to a bookable session groups
- 12:3312:33, 1 February 2018 diff hist +562 Rest - Work - Session Groups - Participants →Making payments to a booking
21 June 2017
- 13:1513:15, 21 June 2017 diff hist +799 Views API Documentation →General Overview
26 February 2016
- 13:1213:12, 26 February 2016 diff hist −1 m Rest - Admin - Flatpack →Base URL current
- 13:1213:12, 26 February 2016 diff hist +39 m Views API Documentation →Admin
- 13:1113:11, 26 February 2016 diff hist −1 m Rest - Admin - Change Log No edit summary current
- 13:1013:10, 26 February 2016 diff hist −1 m Rest - Admin - ProgrammeFields →Base URL current
- 13:1013:10, 26 February 2016 diff hist −2 m Rest - Admin - Outcomes →Base URL current
- 13:1013:10, 26 February 2016 diff hist −2 m Rest - Admin - Objectives →Base URL current
- 13:0913:09, 26 February 2016 diff hist −2 m Rest - Admin - Programmes →Purpose current
- 13:0913:09, 26 February 2016 diff hist −1 m Rest - Admin - Value Lists →Purpose
- 13:0913:09, 26 February 2016 diff hist +1 m Rest - Evidence - Questionnaires - Answers →Schema current
- 13:0813:08, 26 February 2016 diff hist −4 m Rest - Evidence - Questionnaires - Answers →Purpose
- 13:0813:08, 26 February 2016 diff hist −3 m Rest - Evidence - Questionnaires - Questions →Purpose current
- 13:0713:07, 26 February 2016 diff hist −2 m Rest - Evidence - Questionnaires No edit summary current
- 13:0713:07, 26 February 2016 diff hist −1 m Rest - Work - Agency Projects - Outcomes No edit summary current
- 13:0713:07, 26 February 2016 diff hist −1 m Rest - Work - Agency Projects - Objectives →Purpose current
- 13:0613:06, 26 February 2016 diff hist −1 m Rest - Work - Agency Projects - Session Groups No edit summary current
- 13:0613:06, 26 February 2016 diff hist −3 m Rest - Work - Agency Projects →Purpose current
- 13:0613:06, 26 February 2016 diff hist −1 m Rest - Work - Session Groups - Session Questionnaires No edit summary current
- 13:0613:06, 26 February 2016 diff hist −1 m Rest - Work - Session Groups - Session Staff →Purpose current
- 13:0513:05, 26 February 2016 diff hist −1 m Rest - Work - Session Groups - Session Participants →Purpose