IT Service Cambridgeshire.net Search RSS Web Service Specification

Size: px
Start display at page:

Download "IT Service Cambridgeshire.net Search RSS Web Service Specification"

Transcription

1 IT Service Cambridgeshire.net Search RSS Web Service Specification Version: 1.2 Prepared by: Richard Hall (IT Applications Architect) Last updated: 20 th December 2011 File held in: 1. Purpose This document describes the Search RSS feed used to provide search results to 3 rd Party websites and RSS clients from the Cambridgeshire.net database. Contents 1. Purpose RSS Search Web Service Specification A to Z RSS Web Method Search RSS Web Method

2 2. RSS Search Web Service Specification Technology Interface Protocol Encoding Security Comments Web Service Feed (RSS) HTTP (GET) UTF-8 This service is currently open. Client IP Address Test Client IP Address Live Availability of Live service 24/7 except for service breaks. Availability of Test service Service Breaks Performance Support Where possible these will occur outside of normal working hours. They most regularly occur on Wednesday evenings or Sundays. Systems using this service must fail gracefully if the web service is unavailable or returns with an error. The average response time for a page of search results should be < 5 seconds. 3 rd Party developers should contact their CCC contact in the first instance. The CCC contact will then raise a support call via the CCC Business Support Helpdesk for the attention of the CCC Applications Support Team. 2

3 2.1 A to Z RSS Web Method Technology Page name Purpose Web Service URL: Test Web Service URL: Live Called by Request query string parameters Comments Rss.aspx Returns a list of Records (default is Organisation records) for each letter specified, sorted by name (or modified date if specified). Includes additional filters for consistency with search. Specified 3 rd Party Website s servers and end-user clients Name Description Manda tory Letter The first letter of the Organisation, or number for Organisations starting with a number, or all or leave empty to ignore. Sort The order to sort results in. Use date to sort my modified date in descending order. Default is to sort by title SearchType A comma separated list of table names to limit the search to, or all for all tables. Default type if left empty is Organisation. Available tables for search are: Organisation Gateway Event Course Activity News Location Specifying a location adds a distance attribute to the response. The location can be a Cambridgeshire postcode or a Cambridgeshire place name (spaces are ignored). If no match is found it attempts to match on a place name using a Soundex search. Distance When provided with a Location, will only return results within this distance in kilometres. PageNumber The page index number starting at 1 for the first page of results. Optional, default is 1. PageSize The number of results to return per page. Optional, default is 999 Ipsv Optionally filter results by an IPSV term. Use a comma separated list of integer values (no spaces). Any record matching any of these IDs and all children of that term will be included in the A to Z. A complete list of IPSV terms can be found at Audience Filter by target audience. Valid values are: YoungPeople, OlderPeople, ChildrenAndFamilies SpecialistProvi sion Category Price Day Date QuickDate StartMonth TypeOfStudy Qualification SocialCareSer vice Filters by type of special need (eg. disabled people, learning disability). Applies to Organisation, Activity, Event and Course Optionally filters the results by Category. The list of possible values varies depending on SearchType. Applies to Organisation, Course, Event, Activity and News records only. Specifying for other Optionally filters the results by price. Available value is Free. Optionally filters the results by day of the week (e.g. Tuesday ). Applies to Course and Activity on a specific date. Applies to Event and Activity Format is yyyy-mm-dd (e.g ). on a date relative to the current date. Available values are: Today Next weekend Tomorrow Next 7 days This weekend Filters Course, Event and Activity records by starting Month. Applies to Course, Event and Activity Format is MMMM yyyy (e.g. September 2010 ). Specifying for other record types will return no results. Filters Course records to their type of study. Applies to Course Filters Course records to their Qualification. Applies to Course Filters Organisation records by the type of social care service they provide. 3

4 Response elements <?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:ccc=" xmlns:event=" xmlns:opensearch=" xmlns:media=" xmlns:georss=" <channel> <title>cambridgeshire.net RSS Feed</title> <link> <description>visit Cambridgeshire.net for information on local voluntary organisations.</description> <language>en-gb</language> <copyright>(c) Cambridgeshire County Council </copyright> <opensearch:totalresults>20</opensearch:totalresults> <opensearch:startindex>1</opensearch:startindex> <opensearch:itemsperpage>30</opensearch:itemsperpage> <item> <title>st Neots - Blue Balloon</title> <description> Junior youth club for years 6 to 9 with specific focus on transition between primary and secondary school. Included is work around anti bullying, confidence building and personal and social development. Come along and collect membership form. </description> <link> <pubdate>mon, 20, Apr :16:42 GMT</pubDate> <georss:point> </georss:point> <category>arts, crafts & exhibitions</category> <category>health & wellbeing</category> <category>leisure & hobbies</category> <category>youth activities</category> </item> <!-- More items --> </channel> </rss> Name Description Data Type Occurrences rss Root element complex 1 channel Cambridgeshire.net channel complex 1 channel/title Static title of feed String channel/link Static link to Cambridgeshire.net String 1 homepage channel/description Static description String 1 channel/language Static language String 1 channel/copyright Static copyright message String 1 opensearch:totalresults Total number of results for search Integer 1 opensearch:startindex Index of first result on this page Integer 1 opensearch:itemsperpage Number of search results in a page Integer 1 item A single search result complex 0 or more item/title Record name / title (e.g. Organisation String 1 name or Activity title) item/description Record description String 1 item/link Link to record on Cambridgeshire.net String 1 item/pubdate The date the record was last modified Date and 1 time georss:point The Latitude and Longitude of the Point 0..1 record s venue item/category The category of the record String 0 or more event:startdate Applies to events only the start date Date 0..1 for an event event:enddate Applies to events only the end date Date 0..1 for an event. For a single day event, this will be the day after the startdate (i.e. a date range includes the startdate but excludes the enddate) event:location Applies to events only the locality of the venue for the event String

5 2.2 Search RSS Web Method Technology Page name Purpose Web Service URL: Test Web Service URL: Live Called by Request query string parameters Comments rss_search.aspx Performs a search on the database and returns a page of results, sorted by relevance. Specified 3 rd Party Websites and end-user clients Name Description Manda tory SearchText A free-text search term SearchType A comma separated list of table names to limit the search to, or all or blank for all tables. Available tables for search are: Organisation Event Activity Gateway Course News Location Specifying a location adds a distance attribute to the response. The location can be a Cambridgeshire postcode or a Cambridgeshire place name (spaces are ignored). If no match is found it attempts to match on a place name using a Soundex search. If no SearchText is provided, all records except courses (unless provided in SearchType) will be returned, sorted by distance from the location. Distance When provided with a Location, will only return results within this distance in kilometres. PageNumber The page index number starting at 1 for the first page of results. Optional, default is 1. PageSize The number of results to return per page. Optional, default is 30 Ipsv Optionally filter results by an IPSV term. Use a comma separated list of integer values (no spaces). Any record matching any of these IDs and all children of that term will be included in the search results. A complete list of IPSV terms can be found at Audience Filter by target audience. Valid values are: YoungPeople, OlderPeople, ChildrenAndFamilies SpecialistPro vision Category Price Day Date QuickDate StartMonth TypeOfStudy Qualification SocialCareS ervice Filters by type of special need (eg. disabled people, learning disability). Applies to Organisation, Activity, Event and Course Optionally filters the results by Category. The list of possible values varies depending on SearchType. Applies to Organisation, Course, Event, Activity and News records only. Specifying for other Optionally filters the results by price. Available value is Free. Optionally filters the results by day of the week (e.g. Tuesday ). Applies to Course and Activity on a specific date. Applies to Event and Activity Format is yyyy-mm-dd (e.g ). on a date relative to the current date. Available values are: Today Tomorrow This weekend Next weekend Next 7 days Filters Course, Event and activity records by starting Month. Applies to Course, Event and Activity Format is MMMM yyyy (e.g. September 2010 ). Specifying for other record types will return no results. Filters Course records to their type of study. Applies to Course Filters Course records to their Qualification. Applies to Course Filters Organisation records by the type of social care service they provide. 5

6 Response elements <?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:ccc=" xmlns:event=" xmlns:opensearch=" xmlns:media=" xmlns:georss=" <channel> <title>cambridgeshire.net RSS Feed</title> <link> <description>visit Cambridgeshire.net for information on local voluntary organisations.</description> <language>en-gb</language> <copyright>(c) Cambridgeshire County Council </copyright> <opensearch:totalresults>20</opensearch:totalresults> <opensearch:startindex>1</opensearch:startindex> <opensearch:itemsperpage>30</opensearch:itemsperpage> <item> <title>st Neots - Blue Balloon</title> <description> Junior youth club for years 6 to 9 with specific focus on transition between primary and secondary school. Included is work around anti bullying, confidence building and personal and social development. Come along and collect membership form. </description> <link> <pubdate>mon, 20, Apr :16:42 GMT</pubDate> <georss:point> </georss:point> <category>arts, crafts & exhibitions</category> <category>health & wellbeing</category> <category>leisure & hobbies</category> <category>youth activities</category> </item> <!-- More items --> </channel> </rss> Name Description Data Type Occurrences rss Root element complex 1 channel Cambridgeshire.net channel complex 1 channel/title Static title of feed String channel/link Static link to Cambridgeshire.net String 1 homepage channel/description Static description String 1 channel/language Static language String 1 channel/copyright Static copyright message String 1 opensearch:totalresults Total number of results for search Integer 1 opensearch:startindex Index of first result on this page Integer 1 opensearch:itemsperpage Number of search results in a page Integer 1 item A single search result complex 0 or more item/title Record name / title (e.g. Organisation String 1 name or Activity title) item/description Record description String 1 item/link Link to record on Cambridgeshire.net String 1 item/pubdate The date the record was last modified Date and 1 time georss:point The Latitude and Longitude of the Point 0..1 record s venue item/category The category of the record String 0 or more event:startdate Applies to events only the start date Date 0..1 for an event event:enddate Applies to events only the end date Date 0..1 for an event. For a single day event, this will be the day after the startdate (i.e. a date range includes the startdate but excludes the enddate) event:location Applies to events only the locality of the venue for the event Date

IT Service Cambridgeshire.net Search XML Web Service Specification

IT Service Cambridgeshire.net Search XML Web Service Specification IT Service Cambridgeshire.net Search XML Web Service Specification Version: 1.3 Prepared by: Richard Hall (IT Applications Architect) Last updated: 20 th December 2011 File held in: 1. Purpose This document

More information

Federated Search Developer Guide

Federated Search Developer Guide Federated Search Developer Guide Version 40.0, Summer 17 @salesforcedocs Last updated: August 9, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Intelligence Community and Department of Defense Content Discovery & Retrieval Integrated Project Team (CDR IPT)

Intelligence Community and Department of Defense Content Discovery & Retrieval Integrated Project Team (CDR IPT) Intelligence Community and Department of Defense Content Discovery & Retrieval Integrated Project Team (CDR IPT) IC/DoD REST Interface Encoding Specification for CDR Search, v1.1 12 May 2011 REVISION/HISTORY

More information

Dún Laoghaire-Rathdown County Council

Dún Laoghaire-Rathdown County Council FOR OFFICE USE ONLY Dún Laoghaire-Rathdown County Council Applicant Number: Shortlisted Y/N Competition ID number: 007808 Application for the post of: GENERAL OPERATIVE (TEMPORARY) MAY 2018 Notes: 1. Please

More information

The Year argument can be one to four digits between 1 and Month is a number representing the month of the year between 1 and 12.

The Year argument can be one to four digits between 1 and Month is a number representing the month of the year between 1 and 12. The table below lists all of the Excel -style date and time functions provided by the WinCalcManager control, along with a description and example of each function. FUNCTION DESCRIPTION REMARKS EXAMPLE

More information

The system has several front-end content discovery options. Here are examples of their interfaces (see more on our site at

The system has several front-end content discovery options. Here are examples of their interfaces (see more on our site at November, 2014 1 TrenDemon is a content marketing platform which helps boost conversions from your existing traffic and content using personalized recommendations and call to actions. The system has several

More information

Reminder/Recall Notices

Reminder/Recall Notices From the Reports menu option, you may generate reminder and recall notices, which include letters, cards, address labels, client listings, and downloadable text files. Generation of reminder and recall

More information

Payflow Implementer's Guide FAQs

Payflow Implementer's Guide FAQs Payflow Implementer's Guide FAQs FS-PF-FAQ-UG-201702--R016.00 Fairsail 2017. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced, disclosed, or used

More information

Issue No. Date Description of Changes Initial issue Added basic authentication

Issue No. Date Description of Changes Initial issue Added basic authentication Department: Subject: IT API Documentation Revision History: Issue No. Date Description of Changes 1.0 04.18.17 Initial issue 1.1 05.11.17 Added basic authentication Related Documents: Page 1 of 28 Classification

More information

Communication Request - Weekend Worship Video

Communication Request - Weekend Worship Video Communication Request - Weekend Worship Video Please complete this form for videos intended to be played in Saturday night and Sunday morning worship services. The timeline for a worship video is 10 weeks.

More information

Intelligence Community and Department of Defense Content Discovery & Retrieval Integrated Project Team

Intelligence Community and Department of Defense Content Discovery & Retrieval Integrated Project Team Intelligence Community and Department of Defense Content Discovery & Retrieval Integrated Project Team IC-DoD SOAP Interface Encoding Specification for CDR Search V3.0-20101003 3 October 2012 Revision

More information

FCA Financial Instruments Reference Data System Instructions on access and download of full and delta reference files.

FCA Financial Instruments Reference Data System Instructions on access and download of full and delta reference files. FCA Financial Instruments Reference Data System Instructions on access and download of full and delta reference files February 2019 1 Introduction The FCA Financial Instruments Reference Data System (FCA

More information

Example. Section: PS 709 Examples of Calculations of Reduced Hours of Work Last Revised: February 2017 Last Reviewed: February 2017 Next Review:

Example. Section: PS 709 Examples of Calculations of Reduced Hours of Work Last Revised: February 2017 Last Reviewed: February 2017 Next Review: Following are three examples of calculations for MCP employees (undefined hours of work) and three examples for MCP office employees. Examples use the data from the table below. For your calculations use

More information

Specific API Usage Limitations... 7 Daily Limitation... 7 Concurrency Limitation... 7 Bulk Use API Description... 8 Site Data API...

Specific API Usage Limitations... 7 Daily Limitation... 7 Concurrency Limitation... 7 Bulk Use API Description... 8 Site Data API... Last update: August 2016 SolarEdge API SolarEdge API Contents SolarEdge API... 2 Contents... 2 General... 4 Purpose and scope... 4 Acronyms and abbreviations... 4 Introduction... 4 Technical Information...

More information

Figure 1 - The password is 'Smith'

Figure 1 - The password is 'Smith' Using the Puppy School Booking system Setting up... 1 Your profile... 3 Add New... 4 New Venue... 6 New Course... 7 New Booking... 7 View & Edit... 8 View Venues... 10 Edit Venue... 10 View Courses...

More information

UAEX New Calendar Adding & Managing Events

UAEX New Calendar Adding & Managing Events UAEX New Calendar Adding & Managing Events IMPORTANT: Not all events should be entered into the Calendar, such as regular club activities. Acceptable club events would be special events or at least county-wide

More information

One Place Agent Websites User s Guide. Setting up your Real Estate One Family of Companies Personal Agent Website.

One Place Agent Websites User s Guide. Setting up your Real Estate One Family of Companies Personal Agent Website. One Place Agent Websites User s Guide Setting up your Real Estate One Family of Companies Personal Agent Website. Rev. 2016 Log in Go to http://www.ouroneplace.net (User name last six digits of your state

More information

Data Enquiry Service Update. 5 December 2011 (by )

Data Enquiry Service Update. 5 December 2011 (by  ) Data Enquiry Service Update 5 December 2011 (by email) 1 Contents Progress update Familiarisation arrangements Data migration details Implementation Go live dates Key information to note 2 Progress Update

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Companies XML Feed Developer s Guide

Companies XML Feed Developer s Guide Companies XML Feed Developer s Guide Version 1.4 05/05/2015 Companies XML Feed Developer s Guide Contents Contents... 2 1 Introduction... 3 1.1 Overview... 3 1.2 Audience... 3 2 Outline Schema... 3 2.1

More information

1.0 New visitisleofman.com Page Logging in and out of your account Page Help Tutorial Videos Page Updating Information Page 6

1.0 New visitisleofman.com Page Logging in and out of your account Page Help Tutorial Videos Page Updating Information Page 6 1.0 New visitisleofman.com Page 2 2.0 Logging in and out of your account Page 3 3.0 Help Tutorial Videos Page 5 4.0 Updating Information Page 6 4.1 Product Details Page 7 4.2 Description Page 9 4.3 Media

More information

National Child Measurement Programme 2017/18. IT System User Guide part 3. Pupil Data Management

National Child Measurement Programme 2017/18. IT System User Guide part 3. Pupil Data Management National Child Measurement Programme 2017/18 IT System User Guide part 3 Pupil Data Management Published September 2017 Version 4.0 Introduction 3 Who Should Read this Guidance? 3 How will this Guidance

More information

David Brendel [EVENTCALENDAR DOCUMENTATION] Short documentation for the Umbraco EventCalendar package

David Brendel [EVENTCALENDAR DOCUMENTATION] Short documentation for the Umbraco EventCalendar package 2013 David Brendel [EVENTCALENDAR DOCUMENTATION] Short documentation for the Umbraco EventCalendar package Table of Contents Installation... 2 Creating a new calendar... 2 Edit calendar settings... 2 Google

More information

ANGEL CITY INTERACTIVE

ANGEL CITY INTERACTIVE ANGEL CITY INTERACTIVE Security API Guide Version 1.0 18 September 2017 Angel City Interactive 1117 10 th St., Apt. 2 626.202.6728 aidan@aidanatwork.com - http://demo.aidanatwork.com Preface Intended Audience

More information

Early Years Provider Portal Handbook

Early Years Provider Portal Handbook Early Years Provider Portal Handbook Early Years Headcount Provider Portal Handbook updated 11/10/2017 1 Contents Using this Handbook... 3 Setting the Language in Chrome... 3 Activating your Portal User

More information

White paper Viz One APIs. Overview of our API Offering

White paper Viz One APIs. Overview of our API Offering White paper Viz One APIs Overview of our API Offering The Viz One is more than just a production, management and distribution system. A broad range of APIs, extend its capacity to numerous alternative

More information

Software Engineering Large Practical

Software Engineering Large Practical Software Engineering Large Practical Stephen Gilmore (Stephen.Gilmore@ed.ac.uk) School of Informatics September 21, 2016 About The Software Engineering Large Practical is a 20 point Level 9 course which

More information

Chapter 6 LOGIN AS A GROUP CONVENOR. Contents

Chapter 6 LOGIN AS A GROUP CONVENOR. Contents Chapter 6 LOGIN AS A GROUP CONVENOR Contents GROUPS MENU... 2 A. Groups... 2 A1 Group Details... 3 A2 Group Schedule... 4 A3 Group Ledger... 6 A4 Group Members... 7 B. Venues... 9 B1 Add New Venue... 10

More information

HOW TO USE THE ENHANCED PRODUCTION AUDIT PROGRAM (EPAP) DASHBOARD

HOW TO USE THE ENHANCED PRODUCTION AUDIT PROGRAM (EPAP) DASHBOARD HOW TO USE THE ENHANCED PRODUCTION AUDIT PROGRAM (EPAP) DASHBOARD JOB AID Jurisdiction Release/Revision Date Comment AB September 19, 2014 Initial Release Note: Even though the screen prints in this job

More information

25Live Room Reservations

25Live Room Reservations 25Live Room Reservations All room reservations will now go through 25Live. To access 25Live, you can either enter the following URL, https://25live.collegenet.com/wwcc/, or choose the 25Live icon in CCNET.

More information

Shadow Health as an LTI Provider

Shadow Health as an LTI Provider Shadow Health as an LTI Provider Table of Contents 1. Getting Started 2. Getting Integrated 3. Need Help? Troubleshooting Guide (includes potential error messages) Tutorial: Blackboard Learn Registering

More information

Chapter 6 LOGIN AS A GROUP Leader. Contents

Chapter 6 LOGIN AS A GROUP Leader. Contents Chapter 6 LOGIN AS A GROUP Leader Contents GROUPS MENU... 2 A. Groups... 2 A1 Group Details... 3 A2 Group Schedule... 3 A3 Group Ledger... 6 A4 Group Members... 6 B. Venues... 8 B1 Add New Venue... 9 C.

More information

Cisco Prime Performance Manager 1.3 REST API Guide

Cisco Prime Performance Manager 1.3 REST API Guide Cisco Prime Performance Manager 1.3 REST API Guide September 17, 2012 Copyright 2012 Cisco Systems - 1 - Table of Contents 1 Purpose... 3 2 Assumptions... 4 2.1 Audience... 4 2.2 HTTP Version... 4 2.3

More information

Ad Hoc Reporting: Filter Designer

Ad Hoc Reporting: Filter Designer Ad Hoc Reporting: Filter Designer Contents Ad Hoc Reporting > Filter Designer... 2 Query Wizard Filters... 2 Step 1: Filter & Data Type... 2 Step 2: Field Selection... 3 Step 3: Filter Parameters... 4

More information

New user introduction to Attend

New user introduction to Attend 1 New user introduction to Attend 1. Sign up to Attend... 2 2. First Steps Create a Course... 2 3. Sharing your course... 4 4. Viewing the course participants... 5 5. Create a new member of Staff... 6

More information

NRSS: A Protocol for Syndicating Numeric Data. Abstract

NRSS: A Protocol for Syndicating Numeric Data. Abstract NRSS: A Protocol for Syndicating Numeric Data Jerry Liu, Glen Purdy, Jay Warrior, Glenn Engel Communications Solutions Department Agilent Laboratories Palo Alto, CA 94304 USA {jerry_liu, glen_purdy, jay_warrior,

More information

Level 2 Database software ( )

Level 2 Database software ( ) Level 2 Database software (7540-084) ITQ Assignment guide for Candidates Assignment B www.cityandguilds.com October 2017 Version 6.1 About City & Guilds City & Guilds is the UK s leading provider of vocational

More information

REMIT. Guidance on the implementation of web feeds for Inside Information Platforms

REMIT. Guidance on the implementation of web feeds for Inside Information Platforms REMIT Guidance on the implementation of web feeds for Inside Information Platforms Version 2.0 13 December 2018 Agency for the Cooperation of Energy Regulators Trg Republike 3 1000 Ljubljana, Slovenia

More information

Puma REST samples. Table of Contents

Puma REST samples. Table of Contents Table of Contents Puma REST samples Introduction...1 URLs to be used...2 Authentication...2 Parameters...3 expandrefs...3 resultsperpage...3 sortbyattributes...3 sortdescending...3 update...3 Retrieving

More information

Course Directory Provider Portal: Provider Data Standards

Course Directory Provider Portal: Provider Data Standards Course Directory Provider Portal: Provider Data Standards 1. Introduction... 3 2. General Guidelines... 3 Manual Data Entry... 3 Bulk Upload... 3 Invalid characters... 4 3. PROVIDER INFORMATION FIELDS...

More information

Contact Details Basketball Registration Rules Checklist Database Configuration Permissions Field Configuration...

Contact Details Basketball Registration Rules Checklist Database Configuration Permissions Field Configuration... Contents Contact Details... 3 Basketball Registration Rules... 3 Checklist... 4 Database Configuration... 5 Permissions... 5 Field Configuration... 6 Member List Display... 6 Seasons... 6 User Management...

More information

Programming Language. Control Structures: Selection (switch) Eng. Anis Nazer First Semester

Programming Language. Control Structures: Selection (switch) Eng. Anis Nazer First Semester Programming Language Control Structures: Selection (switch) Eng. Anis Nazer First Semester 2018-2019 Multiple selection choose one of two things if/else choose one from many things multiple selection using

More information

1. Introduction to Microsoft Excel

1. Introduction to Microsoft Excel 1. Introduction to Microsoft Excel A spreadsheet is an online version of an accountant's worksheet, which can automatically do most of the calculating for you. You can do budgets, analyze data, or generate

More information

visitisleofman.com Extranet User Guide - Taste

visitisleofman.com Extranet User Guide - Taste visitisleofman.com Extranet User Guide - Taste 1.0 VisitIsleofMan.com Page 2 2.0 Logging in and out of your account Page 3 3.0 Help Tutorial Videos Page 5 4.0 Updating Information Page 6 4.1 Product Details

More information

NHS e-referral Service Transition Planning WebEx May 2015

NHS e-referral Service Transition Planning WebEx May 2015 NHS e-referral Service Transition Planning WebEx May 2015 Issued 19.05.15 V3.0 Purpose of this webinar and key messages To reassure users that they do not need to worry about the change to NHS e-referral

More information

Amb-OS User Interface FTP Transfer Manual

Amb-OS User Interface FTP Transfer Manual Amb-OS User Interface FTP Transfer Manual Amb-OS Media, LLC Amb-OS User Interface Revision 18v AMR-100 Receiver Firmware Revision 2.21 Revision 03 05/19/14 SUPPORT INFORMATION Email: support@amb-os.com

More information

RISKMAN REFERENCE GUIDE TO PREVIEWING FEEDBACK REPORTS

RISKMAN REFERENCE GUIDE TO PREVIEWING FEEDBACK REPORTS Introduction This reference guide is aimed at Managers who are required to generate reports using existing Report Layouts and save these reports & associated filtering to their My Reports page Note: The

More information

Connect to CCPL

Connect to CCPL Connect to Tech @ CCPL Charleston County Public Library July August September 2015 Technology Training Catalog TECH NEWS Want to receive this publication by email each month? Sign up for our monthly newsletter!

More information

Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE. Date: Wednesday 23rd May 2018 Time: 14:00-16:00. Please answer all Questions.

Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE. Date: Wednesday 23rd May 2018 Time: 14:00-16:00. Please answer all Questions. COMP 38120 Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE Documents, Services and Data on the Web Date: Wednesday 23rd May 2018 Time: 14:00-16:00 Please answer all Questions. Use a SEPARATE

More information

Amb-OS Ministry Upload Manual

Amb-OS Ministry Upload Manual Amb-OS Ministry Upload Manual Amb-OS Media, LLC AMR-100 Revision 2 06/23/08 Revision 2 2 2008 Table of Contents INTRODUCTION... 4 FILE SPECIFICATION... 4 File Details... 4 Naming Convention... 4 LOGIN...

More information

Aerospace Software Engineering

Aerospace Software Engineering 16.35 Aerospace Software Engineering Ada 95: subtypes, enumeration types, functions, packages, exception handling September 30/2002 Prof. I. K. Lundqvist kristina@mit.edu 16.35 September 30/2002 Prof.

More information

OPENING HOURS WINTER SEASON valid from September 1 to June 30. OPENING HOURS SUMMER SEASON valid from July 1 to August 31

OPENING HOURS WINTER SEASON valid from September 1 to June 30. OPENING HOURS SUMMER SEASON valid from July 1 to August 31 INDOOR HALL OPENING HOURS WINTER SEASON valid from September 1 to June 30 OUTDOOR AREA 25m meter pool in use only WELLNESS CENTRUM solarium, sauna, Relax Club, fitness studio, massage SAUNA TIMETABLE MONDAY

More information

HOW TO EDIT AN ACTIVITY ON THE PETERBOROUGH U3A WEBSITE

HOW TO EDIT AN ACTIVITY ON THE PETERBOROUGH U3A WEBSITE HOW TO EDIT AN ACTIVITY ON THE PETERBOROUGH U3A WEBSITE GUIDANCE FOR GROUP ORGANISERS ON EDITING AN ACTIVITY www.peterboroughu3a.org.uk This guide is aimed at helping you make the best use of the page

More information

School Admissions Guidance: Completing an Online Application Form for Primary and Secondary Schools in Bath & North East

School Admissions Guidance: Completing an Online Application Form for Primary and Secondary Schools in Bath & North East School Admissions Guidance Completing an Online Application Form for Primary and Secondary Schools in Bath & North East Bath and North East - Page 1 of 22 - The place to live, work and visit Online School

More information

Select the group of isolates you want to analyze using the chart and statistics tool Create a comparison of these isolates Perform a query or

Select the group of isolates you want to analyze using the chart and statistics tool Create a comparison of these isolates Perform a query or Using the Chart & Statistics Tool and Groups Steven Stroika April 2011 Overview Using the Chart and Statistics Tool Utility of Graphs in Cluster Detection and Reporting Utility of Groups Chart and Statistics

More information

Website Training Part 2. Administration of the Website

Website Training Part 2. Administration of the Website Rotary Websites: Websites Club, Website Training Part 2 Administration of the Website Club Admin To login first click here Enter your username and password and then click Log In If you have forgotten your

More information

Welcome to Wurl! We re excited to start working with you.

Welcome to Wurl! We re excited to start working with you. Welcome to Wurl! We re excited to start working with you. Thanks for your interest in distributing your programming on Wurl s TV Channels. Building Your Library Let s get going! The first thing we need

More information

Government of Ontario IT Standard (GO ITS) GO-ITS Number 56.3 Information Modeling Standard

Government of Ontario IT Standard (GO ITS) GO-ITS Number 56.3 Information Modeling Standard Government of Ontario IT Standard (GO ITS) GO-ITS Number 56.3 Information Modeling Standard Version # : 1.6 Status: Approved Prepared under the delegated authority of the Management Board of Cabinet Queen's

More information

Crete-Monee School District 201-U. Your Guide to Family Access

Crete-Monee School District 201-U. Your Guide to Family Access Crete-Monee School District 201-U Your Guide to Family Access TABLE OF CONTENTS Crete-Monee School District Family Access... 1 Frequently Asked Questions (FAQ)... 1 Family Access Quick Access Guide...

More information

3/5/2014 South Dakota School of Mines & Technology Website: Calendar Training URLS 4 U

3/5/2014 South Dakota School of Mines & Technology Website: Calendar Training URLS 4 U 3/5/2014 South Dakota School of Mines & Technology Website: Calendar Training URLS 4 U 1. cmslogin.sdsmt.edu URL of the Ektron workarea 2. www.sdsmt.edu/editwebsite/ guidelines, instructions, videos for

More information

National Child Measurement Programme 2017/18. IT System User Guide part 5. Progress and Data Quality Monitoring.

National Child Measurement Programme 2017/18. IT System User Guide part 5. Progress and Data Quality Monitoring. National Child Measurement Programme 2017/18 IT System User Guide part 5 Progress and Data Quality Monitoring. Published September 2017 Version 4.0 Introduction 3 Who Should Read This Guidance? 3 How Will

More information

HTTP API. https://www.smsn.gr. Table of Contents

HTTP API. https://www.smsn.gr. Table of Contents HTTP API https://www.smsn.gr Table of Contents Send SMS...2 Query SMS...3 Multiple Query SMS...4 Credits...5 Save Contact...5 Delete Contact...7 Delete Message...8 Email: sales@smsn.gr, Τηλ: 211 800 4200,

More information

WEBSITE USER GUIDE.

WEBSITE USER GUIDE. WEBSITE USER GUIDE www.thegrangekent.co.uk Crafted by Burning Leaf Creatives burningleaf.co.uk May 2018 Fundraising for the children of Five Acre Wood School ABOUT THIS GUIDE This guide has been crafted

More information

CREATING A REGISTRATION FORM - GETTING STARTED

CREATING A REGISTRATION FORM - GETTING STARTED If you are adding an event that requires registration, you will first need to create a registration form. If your registration form has already been created please skip down to page 7 and begin from ADDING

More information

Jewish Federation of Metropolitan Chicago. Author DP 3/23/2010 5/17/2010 2/6/2012 Reviewer Approver Publisher

Jewish Federation of Metropolitan Chicago. Author DP 3/23/2010 5/17/2010 2/6/2012 Reviewer Approver Publisher VIRTUALL EVENT MANAGEMENT SYSTEM EVENT MANAGEMENT SYSTEM TRAINING RELEASE 2. 0 Jewish Federation of Metropolitan Chicago 30 South Wells Chicago, IL 60606 Jewish Federation of Metropolitan Chicago Rev 1

More information

Mawens Workflow Helper Tool. Version Mawens Business Solutions 7/25/17

Mawens Workflow Helper Tool. Version Mawens Business Solutions 7/25/17 Workflow Helper Tool Version 1.0.1.7 Mawens 7/25/17 Info@mawens.co.uk Contents I What is a Workflow in Dynamics CRM?... 3 II What is Mawens Workflow Helper Tool?... 3 III Accessing to Mawens Workflow Helper

More information

ALA Annual. WorldCat Search API. June Bruce Washburn RLG Programs

ALA Annual. WorldCat Search API. June Bruce Washburn RLG Programs ALA Annual June 2008 WorldCat Search API Bruce Washburn RLG Programs The WorldCat Search API Used by applications, not by people Searches with familiar protocols: OpenSearch and SRU Returns results in

More information

APIs: Core specification

APIs: Core specification Accident Compensation Commission : Core specification Software specification Version 0.4, Draft 06 March 2018 for Release 1.1 ICS : Core specification Table of contents 1 ICS : overview... 5 1.1 Summary

More information

Faculty of Humanities. Columba Events System. User Guide

Faculty of Humanities. Columba Events System. User Guide Faculty of Humanities Columba Events System User Guide Table of contents 1. Summary... 3 2. Access rights... 3 2.1 Requesting additional users... 3 3. Publishing events... 3 4. Adding an image to the Image

More information

* Due 11:59pm on Sunday 10/4 for Monday lab and Tuesday 10/6 Wednesday Lab

* Due 11:59pm on Sunday 10/4 for Monday lab and Tuesday 10/6 Wednesday Lab ===Lab Info=== *100 points * Due 11:59pm on Sunday 10/4 for Monday lab and Tuesday 10/6 Wednesday Lab ==Assignment== In this assignment you will work on designing a class for a binary search tree. You

More information

Government of Ontario IT Standard (GO ITS)

Government of Ontario IT Standard (GO ITS) Government of Ontario IT Standard (GO ITS) GO-ITS Number 56.3 Information Modeling Standard Version # : 1.5 Status: Approved Prepared under the delegated authority of the Management Board of Cabinet Queen's

More information

Scheduling WebEx Meetings with Microsoft Outlook

Scheduling WebEx Meetings with Microsoft Outlook Scheduling WebEx Meetings with Microsoft Outlook About WebEx Integration to Outlook, page 1 Scheduling a WebEx Meeting from Microsoft Outlook, page 2 Starting a Scheduled Meeting from Microsoft Outlook,

More information

CLOVIS WEST DIRECTIVE STUDIES P.E INFORMATION SHEET

CLOVIS WEST DIRECTIVE STUDIES P.E INFORMATION SHEET CLOVIS WEST DIRECTIVE STUDIES P.E. 2018-19 INFORMATION SHEET INSTRUCTORS: Peggy Rigby peggyrigby@cusd.com 327-2104. Vance Walberg vancewalberg@cusd.com 327-2098 PURPOSE: Clovis West High School offers

More information

Conditional Formatting

Conditional Formatting Microsoft Excel 2013: Part 5 Conditional Formatting, Viewing, Sorting, Filtering Data, Tables and Creating Custom Lists Conditional Formatting This command can give you a visual analysis of your raw data

More information

Camogie Payment and Registration Manual

Camogie Payment and Registration Manual Camogie Payment and Registration Manual Page 1 Table of Contents 1. Getting Started 1.1. Username (Unique ID) & Password 1.2. Paypal account 2. Login Screen 2.1. Camogie URL 2.2. Logging into the system

More information

Website Name. Project Code: # SEO Recommendations Report. Version: 1.0

Website Name. Project Code: # SEO Recommendations Report. Version: 1.0 Website Name Project Code: #10001 Version: 1.0 DocID: SEO/site/rec Issue Date: DD-MM-YYYY Prepared By: - Owned By: Rave Infosys Reviewed By: - Approved By: - 3111 N University Dr. #604 Coral Springs FL

More information

DBC WEB Site User Manual

DBC WEB Site User Manual DBC WEB Site User Manual 1 Contents 1. Purpose of this document... 3 2. Website functionality... 3 3. User interface... 3 3.1. Home... 3 3.2. Membership... 3 3.3. Calendar... 3 3.4. Book Club... 3 3.5.

More information

CSV Download. 2.1 (a) Automatically downloading transactions as Comma Separated Values (CSV). Published: 1 August 2017

CSV Download. 2.1 (a) Automatically downloading transactions as Comma Separated Values (CSV). Published: 1 August 2017 Automatically downloading transactions as Comma Separated Values (CSV). Published: 1 August 2017 2.1 (a) Table of Contents 1 Introduction... 3 2 Process overview... 4 2.1 For transaction download... 4

More information

Permalinks. Permalinks. Create a Permalink for Dashboard

Permalinks. Permalinks. Create a Permalink for Dashboard , on page 1 Create a Permalink for Dashboard, on page 1 Create a Permalink for Report, on page 2 in Cisco Unified Intelligence Center are permanent hyperlinks. Unified Intelligence Center supports the

More information

Registration Instructions Below

Registration Instructions Below 2013 US Youth Soccer Event Management System Team Manager and Team Registration Instructions For assistance at any time, email support@usyouthsoccer.org PLEASE SELECT ONE OF THE OPTIONS BELOW TO GET STARTED:

More information

WINTER SEASON How to Register

WINTER SEASON How to Register WINTER SEASON 2019 How to Register In order to register you will need an account on the FFA MyFootballClub website (click here), The keys to access your MyFootballClub account are your FFA number and your

More information

NISO Next Generation Discovery

NISO Next Generation Discovery Chapel Hill, NC 27 March 2008 NISO Next Generation Discovery Mike Teets VP Global Engineering, OCLC NISO Discovery Tools Forum 2008 Agenda What tools and why Worldcat xisbn, xissn, xid Worldcat Identities

More information

PUBLIC EVENT PLANNING FOR STUDENTS. Wabash College

PUBLIC EVENT PLANNING FOR STUDENTS. Wabash College PUBLIC EVENT PLANNING FOR STUDENTS Wabash College 2017-2018 Public events must be planned by a trained event planner. Event planners are the main contact for events and will be held accountable for organizing

More information

Level 3 Designing and creating relational databases (7266/ ) e-quals

Level 3 Designing and creating relational databases (7266/ ) e-quals Level 3 Designing and creating relational databases (7266/7267-047) e-quals Assignment guide for Candidates Assignment A www.cityandguilds.com/e-quals07 May 2011 Version 3.0 About City & Guilds City &

More information

Bluegrass Community Action Partnership BUS Program Provider/Subcontractor Route Match Portal Training Manual

Bluegrass Community Action Partnership BUS Program Provider/Subcontractor Route Match Portal Training Manual Bluegrass Community Action Partnership BUS Program Provider/Subcontractor Route Match Portal Training Manual Your individual Log-in ID is enclosed in this binder. Your individual Password is enclosed in

More information

OpenClinica Site Data Entry Guide

OpenClinica Site Data Entry Guide Contents Accessing OpenClinica... 2 Entering Data... 2 Subject Matrix Familiarisation... 2 Scheduling an Event... 4 Accessing and Navigating CRFs... 5 CRF General Familiarisation... 6 CRF Header Info...

More information

Connect to CCPL

Connect to CCPL Connect to Tech @ CCPL Charleston County Public Library October November December 2015 Technology Training Catalog TECH NEWS Want to receive this publication by email each month? Sign up for our monthly

More information

Industry Training Register. Guide to integration for ITOs

Industry Training Register. Guide to integration for ITOs Industry Training Register Guide to integration for ITOs Version 5.0 Objective id A823307 Published 15 January 2013 Page 2 of 29 ITR guide to integration for ITOs Contents 1 INTRODUCTION... 4 1.1 About

More information

A Guide to Creating QuickReports

A Guide to Creating QuickReports A Guide to Creating QuickReports Use QuickReports to produce lists, summaries and charts from the data in SupportDesk. If in the Windows application Access QuickReports, from Reporting within the Explorer

More information

XML API, version 15 Release 2016:46 Document version:

XML API, version 15 Release 2016:46 Document version: XML API, version 15 Release 2016:46 Document version: 2018-12-13 The API contains two different search methods that can be implemented, static or non-static. We recommend implementing the non-static as

More information

Level 2 Database software ( )

Level 2 Database software ( ) Level 2 Database software (7540-084) ITQ Assignment guide for Candidates Assignment A www.cityandguilds.com October 2017 Version 9.2 About City & Guilds City & Guilds is the UK s leading provider of vocational

More information

Circular 204:04:14. Club Captains Chief Instructors Cc: Club Presidents Club Treasurers. SurfGuard Registrars Club Secretaries.

Circular 204:04:14. Club Captains Chief Instructors Cc: Club Presidents Club Treasurers. SurfGuard Registrars Club Secretaries. Circular 204:04:14 To: SurfGuard Registrars Club Secretaries Club Captains Chief Instructors Cc: Club Presidents Club Treasurers From: Shelley Snow Volunteer Support Officer Date: 2 April 2014 Subject:

More information

Course Directory Portal: Apprenticeship User Guide

Course Directory Portal: Apprenticeship User Guide Course Directory Portal: Apprenticeship User Guide Introduction... 2 1. Inputting data... 2 Locations... 2 Apprenticeships... 5 Portal support team... 13 Page 1 of 13 Introduction The Skills Funding Agency

More information

Wimbledon Ballot Ballot Administrator Step By Step Guide

Wimbledon Ballot Ballot Administrator Step By Step Guide 0 Wimbledon Ballot Ballot Administrator Step By Step Guide 1 Table of Contents The British Tennis Membership Venue Ballot Online System... 2 Overview... 2 Key Dates... 2 Pre-Ballot Information... 3 Logging

More information

Release 28 - Alpha Tracker Release Notes

Release 28 - Alpha Tracker Release Notes Release 28 - Alpha Tracker Release Notes New Features / Changes (from SVN2841 to SVN3056) 1. With the introduction of GDPR, there are some important new features now available in Alpha Tracker. There is

More information

How to fill out and submit off-line occurrence reports for. General Aviation. on my personal behalf

How to fill out and submit off-line occurrence reports for. General Aviation. on my personal behalf How to fill out and submit off-line occurrence reports for General Aviation as on my personal behalf Version 1.2, September 2017 Page 1 of 5 Scope The term on my personal behalf defines submission of a

More information

Zazzle RSS Guide. Version 1.04

Zazzle RSS Guide. Version 1.04 Zazzle RSS Guide Version 1.04 2 Copyright (c) 2008, Zazzle.com All rights reserved. Zazzle is a registered trademark of Zazzle.com. Google is a registered trademark and Google Base a trademark of Google.

More information

Robin Hood Energy Feed-In Tariff Application Form

Robin Hood Energy Feed-In Tariff Application Form A not for profit company Robin Hood Energy Feed-In Tariff Application Form In order for us to pay the Feed-In Tariff (FIT), we need you to complete this application form fully. Simply fill in the form,

More information

Manage Online Applications

Manage Online Applications HRIS Recruitment Training REC03 For use by all departments whether live with e-recruitment only or e-recruitment and Personnel Quick Reference Guide to Manage Online Applications in Core HR V1.11 What

More information

Submitting Your Application Page-By-Page Practical Tips External Applicants

Submitting Your Application Page-By-Page Practical Tips External Applicants Submitting Your Application Page-By-Page Practical Tips External Applicants These guidance notes provide useful information to help you complete and submit your application accurately. How to Access the

More information