talentiq Documentation

Size: px
Start display at page:

Download "talentiq Documentation"

Transcription

1 talentiq Documentation Release Tim Neumann March 15, 2016

2

3 Contents 1 Contents Authentication Response Codes Rate Limiting Request Object Responses Webhooks Likelihood i

4 ii

5 Welcome to TalentIQ s API! You can use the API to programmatically interact with the TalentIQ data set. All requests should be made over SSL. All request and response bodies, including errors, are encoded in JSON. The purpose of our API is to give your organization mission-critical people data where you need it most. If you d like to see us add an endpoint or feature to the API please contact us Contents 1

6 2 Contents

7 CHAPTER 1 Contents 1.1 Authentication All requests to the API must specify the API key provided to you using the X-Api-Key customer header. For example, if your API key value is 12345, the custom header would be as follows: x-api-key: If using curl to make requests, the following is how you set your header: curl -H 'x-api-key: 12345' Response Codes Our API returns standard HTTP success or error status codes. For errors, we will also include extra information about what went wrong encoded in the response as JSON. The various HTTP status codes we might return are listed below. Response Code Meaning 200 OK 202 Lookup performed. 400 Bad Request 403 Invalid API Key 404 Data Not Found 422 Invalid query sent 429 Over Limit 1.3 Rate Limiting In order to protect servers from being overloaded and maintain a higher quality of service to our clients, we have implemented rate limits on a per key basis. Following the lead of Twitter, and Github, whose APIs both provide valuable information regarding rate limits, we have added the following headers to every response: Header X-RateLimit-Limit X-RateLimit-Reset X-RateLimit-Remaining Description The rate limit associated with your API key (calls per minute) The amount of time in seconds until your rate limit resets The number of calls before you ve reached your rate limit 3

8 1.4 Request Object All requests to the API must use POST and send a JSON body specifying the terms to be used in the request. Example: POST /v2/person "name": "Sean Thorne", "start": 5, "webhookurl": " "profiles": [ " " " s": [ "sean@talentiq.co", "sean@gmail.com" "experience": [ "company":"talentiq", "title":"ceo" "company": "yoyodyne", "title": "flatware sanitization engineer" "skills:" [ "business", "marketing" "websites": [ " " "education": [ "institution": "Harvard", "major": "Computer Science" "institution": "MIT", "major": "Dog Training" "aliases": [ "Sean Franklin Thorne", "Frankie Thorne" "locations": [ "locality": "Portland", "region": "Oregon", "postal-code": "97239", "country-name": "US" "locality": "San Francisco", "region": "CA", "country-name": "US" ] 4 Chapter 1. Contents

9 1.4.1 Parameters The POST body accepts the following parameters Parameter Description name The name of the person being searched for (string). s All s associated with the user (array). experience Work experience associated with the user (array of objects). skills Skills associated with the user (array). education Education information associated with the user (array of objects). profiles Social network URLs associated with user (array). websites Websites associated with the user (array) Request Schema The following is the JSON schema for API requests. "$schema": " "title": "API Scheme for Search Params", "type": "object", "additionalproperties": false, "properties": "name": "description": "The name of the person being searched for." "webhookurl": "description": "Webhook URL" "start": "description": "Start location within the result set of paginated returns." "aliases": "type": "array", "description": "Other names the user goes by.", "additionalitems": false, "uniqueitems": true, "maxitems": 5, "items": "description": "Other names the person may go by." "websites": "type": "array", "description": "Personal websites associated with the user.", "additionalitems": false, "uniqueitems": true, "maxitems": 5, "items": "description": "URL (as per RFC 3986) to your website, e.g. personal homepage" 1.4. Request Object 5

10 " s": "type": "array", "description": "Array containing all s associated with the user.", "additionalitems": false, "uniqueitems": true, "maxitems": 5, "items": "description": " addresses associated with the user.", "format": " " "locations": "type": "array", "additionalitems": false, "uniqueitems": true, "maxitems": 5, "items": "properties": "post-office-box": "type": "string" "extended-address": "type": "string" "street-address": "type": "string" "locality": "type": "string" "region": "type": "string" "postal-code": "type": "string" "country-name": "type": "string" "required": ["locality", "region", "country-name" "profiles": "type": "array", "description": "Social network URLs associated with the user.", "additionalitems": false, "uniqueitems": true, "maxitems": 10, "items": "description": "The URL to the person's social profile." "experience": "type": "array", "additionalitems": false, "uniqueitems": true, "maxitems": 10, "items": "type": "object", "additionalproperties": true, "properties": "company": "description": "Company associated with the user e.g. Facebook" "title": "description": "Title associated with the user at the company e.g. Software Engineer" 6 Chapter 1. Contents

11 "skills": "type": "array", "description": "Skills utilized in the job.", "additionalitems": false, "uniqueitems": true, "maxitems": 10, "items": "description": "e.g. Microsoft Office" "education": "type": "array", "additionalitems": false, "uniqueitems": true, "maxitems": 5, "items": "type": "object", "additionalproperties": true, "properties": "institution": "description": "e.g. Massachusetts Institute of Technology" "major": "description": "e.g. Arts" "degree": "description": "e.g. Bachelor" 1.5 Responses Each query will return a single person. If more than one person is found, the most relevant match is returned first. The user can request more matches from the query by incrementing the from parameter in their POST data. The total number of persons matching the query is listed in the response Responses 7

12 1.5.1 Response Fields Name likelihood status from total requestid response Description The calculated likelihood score Response Code The starting index for the lookup The total number of results found. Request Identification The person object, containing all details about the requested person Example Response "likelihood": 10, "total": 1, "status": 200, "error": null, "from": 1, "requestid": "0d a8-4dbe-b58b-fd958b4aa14b", "person": "basics": "summary": "Interested in solving the hardest problems the enterprise is facing.", "tagline": null, "industry": "Computer Software", "picture": " \/196\/116\/170b82b.jpg", "phone": null, "phonenumbers": [ "additionalinfo": null, "photos": [ "network": "linkedin", "url": " _8055d777ecb277c7f3daeee8e882afcbcd85a40bf3276e3542dc32927ab68952" "network": "twitter", "url": " 8cb0983_7ee6b5c06eef7478bc3b4b45b926cbdae fe5a80aa578ddf067aa78647" "network": "twitter", "url": " 90f0ae5_2ad27c21abcab2fe7f66dbc43d2f0529f95cf07655bbfef0c9c60d56012c6d15" 8 Chapter 1. Contents

13 "profiles": [ "network": "linkedin", "url": " "username": "\/in\/seanthorne" "network": "twitter", "url": " "username": "talent_iq" "network": "linkedin", "url": " "username": "seanthorne" "network": "klout", "url": " "username": null "network": "gravatar", "url": " "username": "thirdpartysports" "network": "angellist", "url": " "username": "sean-thorne-1" "network": "twitter", 1.5. Responses 9

14 "url": " "username": "SeanThorne5" "network": "gravatar", "url": " "username": "seanthorne5" "url": null, " ": null, "locations": [ "postofficebox": null, "extendedaddress": null, "postalcode": null, "countryname": "United States", "streetaddress": null, "locality": "San Francisco", "region": "California" "aliases": [ "Sean Thorne", "Frankie Thorne" "title": "Co-founder, TalentIQ", "websites": [ " " " " " s": [ "isverified": false, " ": "sean@talentiq.co" "isverified": false, " ": "deseanthorne@gmail.com" "isverified": false, 10 Chapter 1. Contents

15 " ": "name": "Sean Thorne", "location": "postofficebox": null, "extendedaddress": null, "postalcode": null, "countryname": "United States", "streetaddress": null, "locality": "San Francisco", "region": "California" "volunteer": [ "patents": [ "certification": [ "awards": [ "summary": " "awarder": "Willamette Angel Conference", "date": "May 2013", "title": "2013 Willamette Angel Conference Early Stage Company Winner" "publications": [ "languages": [ "interests": [ "events": [ "organizations": [ "projects": [ "summary": "Created college advice website 100% written by students for students. No longer live, but received over 3M visits, over 250 student writers at Responses 11

16 schools creating content, and readers in 188 countries worldwide.", "startdate": "January 2011", "enddate": "August 2013", "nonprofit": null, "activities": [ "entity": "Welcome to College Freshmen", "role": null, "url": null "references": [ "skills": [ "name": "Entrepreneurship" "name": "Start-ups" "name": "Management" "name": "Social Media Marketing" "name": "Strategic Partnerships" 12 Chapter 1. Contents

17 "name": "Fundraising" "name": "Public Speaking" "name": "Strategy" "name": "Social Media" "name": "Marketing Communications" "name": "Social Networking" "name": "Mobile Devices" 1.5. Responses 13

18 "name": "Time Management" "name": "Idea Generation" "name": "Mobile Marketing" "name": "SEO" "name": "Photoshop" "name": "Project Management" "name": "Networking" 14 Chapter 1. Contents

19 "name": "SaaS" "name": "Marketing Strategy" "experience": [ "company": "TalentIQ", "summary": "TalentIQ takes the massive quantities of obsolete and inaccurate data that enterprise recruiting, sales, and marketing departments have accumulated, and makes it usable again, by updating it with current, actionable information. We are the only existing intelligence API that enriches and updates your data on a weekly basis + ATS, CRM, and MAS database integrations to keep candidate or lead profiles updated. + Enterprise API to power applications, features, and product ideas and goals. We are trusted by 14 public companies, like ebay, ARM, Randstad, and Teksystems & we are backed by leading Silicon Valley investors. Request a demo: sean@talentiq.co", "salary": null, "startdate": "2015", "enddate": null, "highlights": [ "url": " "title": "Co-founder & CEO", "skills": [ "location": "postofficebox": null, "extendedaddress": null, "postalcode": null, "countryname": null, "streetaddress": null, "locality": null, "region": null "company": "Hallspot, Inc", "summary": "CRM for bars and restaurants. Expanded to select west coast college campuses. 800k seed. Angel Conference Presentation: 1.5. Responses 15

20 "salary": null, "startdate": "2012", "enddate": "2015", "highlights": [ "url": " "title": "Co-founder", "skills": [ "location": "postofficebox": null, "extendedaddress": null, "postalcode": null, "countryname": null, "streetaddress": null, "locality": null, "region": null "company": "DateMySchool", "summary": null, "salary": null, "startdate": "2012", "enddate": "2012", "highlights": [ "url": " "title": "Marketing Manager", "skills": [ "location": "postofficebox": null, "extendedaddress": null, "postalcode": null, "countryname": null, "streetaddress": null, "locality": null, "region": null 16 Chapter 1. Contents

21 "education": [ "institution": "University of Oregon", "degree": "", "startdate": "2010", "enddate": "2014", "gpa": null, "highlights": [ "courses": [ "exams": [ ] "url": null, "major": "Entrepreneurship", "location": null 1.6 Webhooks At times the API will be unable to immediately find a match for a given request. When this happens, a job is created on our end to try and aggregate a person, and the requestor is given a 202 HTTP response code. When this happens, there are two ways in which the requestor can obtain the data. First, they can check back later to see if the data is there. The second method is to provide a webhook URL in the request body, containing a URL that accepts JSON post data. When a webhook URL is provided, we will post the entire JSON response to the URL when we have completed aggregating data for the given request. This saves you the trouble of having to check back later. The requestid will be part of the JSON data, allowing you to easily match the original request to the updated data. If we were still unable to aggregate any data on the given user, a 404 response is sent. 1.7 Likelihood Our likelihood score ensures that we are providing the best possible match for your lookup, and shows you how likely you re getting what you re looking for. Our score is on a 1-10 scale with 10 being a very high probability match. The likelihood is calculated based on the parameters given us compared against the result being returned. On our end, an algorithm takes the weight of each item, which changes based on what is present in the request and response, and builds the likelihood score. The person you were looking for may have a low likelihood, but that only means we didn t have a lot to work with (e.g., small amount of parameters) in order to guarantee the match Webhooks 17

Introduction to the Oracle Academy. Copyright 2007, Oracle. All rights reserved.

Introduction to the Oracle Academy. Copyright 2007, Oracle. All rights reserved. What Will I Learn? In this lesson, you will learn to: Give examples of jobs, salary, and opportunities available that could result from participating in the Academy Understand how participating in the

More information

IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.6 Software User s Manual (SUM) Document Version 1.0 May 28, 2014 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared for:

More information

NYU IT Directory API v1

NYU IT Directory API v1 NYU IT Directory API v1 Overview Servers Authentication Query For NetID Example Search By Affiliation/Name Pagination Example Attributes Attribute Release Policies Person Level Attributes Role Level Attributes

More information

Open edx Data Analytics API Version 0 Alpha. Release

Open edx Data Analytics API Version 0 Alpha. Release Open edx Data Analytics API Version 0 Alpha Release September 24, 2015 Contents 1 Read Me 1 2 Change Log 3 3 edx Data Analytics API Overview 5 3.1 edx Data Analytics API Version 0, Alpha................................

More information

School of Computing and Information Technology. Examination Paper Autumn Session 2017

School of Computing and Information Technology. Examination Paper Autumn Session 2017 School of Computing and Information Technology CSIT115 Data Management and Security Wollongong Campus Student to complete: Family name Other names Student number Table number Examination Paper Autumn Session

More information

School of Computing and Information Technology Session: Spring CSCI835 Database Systems (Bridging Subject) Sample class test 23 July 2018

School of Computing and Information Technology Session: Spring CSCI835 Database Systems (Bridging Subject) Sample class test 23 July 2018 School of Computing and Information Technology Session: Spring 2018 University of Wollongong Lecturer: Janusz R. Getta CSCI835 Database Systems (Bridging Subject) Sample class test 23 July 2018 THE QUESTIONS

More information

BIG DATA. Using NationBuilder to manage your data. Private Secure Dynamic Flexible

BIG DATA. Using NationBuilder to manage your data. Private Secure Dynamic Flexible BIG DATA Private Secure Dynamic Flexible Using NationBuilder to manage your data NationBuilder is a comprehensive software solution that brings together voter lists in a people-centric database with website

More information

ZipRecruiter Apply Webhook Documentation. ZR ATS Integration Team. Version 1.1,

ZipRecruiter Apply Webhook Documentation. ZR ATS Integration Team. Version 1.1, ZipRecruiter Apply Webhook Documentation ZR ATS Integration Team Version 1.1, 2017-10-12 Table of Contents Introduction................................................................................ 1

More information

iapps Social Step by Step Guide to Create Facebook Pages, Twitter accounts, and LinkedIn Accounts

iapps Social Step by Step Guide to Create Facebook Pages, Twitter accounts, and LinkedIn Accounts iapps Social Step by Step Guide to Create Facebook Pages, Twitter accounts, and LinkedIn Accounts 1 Table of Contents Inroduction... 2 Creating a Facebook Business Page... 2 Creating a Twitter Account...

More information

Quick Base Certification Overview

Quick Base Certification Overview Quick Base Certification Overview Get the Most Value Out of Quick Base, Demonstrate Your Expertise and Bolster Your Career The Quick Base Certification Program validates Quick Base mastery at two levels:

More information

Welcome to the Contra Costa Community College District and InSite

Welcome to the Contra Costa Community College District and InSite Welcome to the Contra Costa Community College District and InSite These instructions will demonstrate how to log into InSite and how to manage your user account. Part 1 Your First Login Update your Password

More information

PAYMENTADMIN API 1.1 SveaWebPay

PAYMENTADMIN API 1.1 SveaWebPay PAYMENTADMIN API 1.1 SveaWebPay 2 (22) PaymentAdmin API 1.1 Content Revisions... 4 Overview... 5 Testing... 5 Production... 5 Authentication... 6 Get order... 7 Get task... 8 Deliver order... 9 Cancel

More information

Guide to results Vocational Awards and Certificates Level 1/Level 2

Guide to results Vocational Awards and Certificates Level 1/Level 2 Guide to results Vocational Awards and Certificates / January and June 2018 This document provides an overview of results for Vocational Award and Certificates (Level 1/) qualifications. It gives details

More information

AsyncOS 11.0 API - Getting Started Guide for Security Appliances

AsyncOS 11.0 API - Getting Started Guide for  Security Appliances AsyncOS 11.0 API - Getting Started Guide for Email Security Appliances First Published: 2017-12-27 Last Modified: -- Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

WEBFLEET Plugins Reference

WEBFLEET Plugins Reference WEBFLEET Plugins Reference Contents Welcome 3 Terminology 4 Plugin... 4 Additional feature... 4 Feature activation or booking 5 For customers... 5 For integrators and system partners... 5 Capabilities

More information

Electronic Tax Clearance Verification Web Service Specification

Electronic Tax Clearance Verification Web Service Specification Document Version 1.1 Document Last Updated 12/10/2017 Page 1 of 9 Table of Contents 0 DOCUMENT INFORMATION... 3 SYNOPSIS... 3 DOCUMENT CHANGE HISTORY... 3 ABBREVIATIONS USED IN THIS DOCUMENT... 3 1 INTRODUCTION...

More information

Cloud Elements CRM Hub Provisioning and Usage Guide

Cloud Elements CRM Hub Provisioning and Usage Guide Cloud Elements CRM Hub Provisioning and Usage Guide API Version 2.0 Page!1 Introduction The CRM Hub provides a uniform API that allows applications to use various endpoints such as Salesforce, Zoho, SugarCRM,

More information

HOW TO BUILD AN AWESOME PROFILE JOANNA WOLFE, MARCH 25, 2013 NC BIOTECH JOBS NETOWRK

HOW TO BUILD AN AWESOME PROFILE JOANNA WOLFE, MARCH 25, 2013 NC BIOTECH JOBS NETOWRK HOW TO BUILD AN AWESOME PROFILE JOANNA WOLFE, MARCH 25, 2013 NC BIOTECH JOBS NETOWRK GETTING STARTED 10 Things You Can Do To Be Awesome Quick Overview How to Navigate Settings Building Your Awesome Profile

More information

Archer Documentation. Release 0.1. Praekelt Dev

Archer Documentation. Release 0.1. Praekelt Dev Archer Documentation Release 0.1 Praekelt Dev February 12, 2014 Contents 1 User Service 3 1.1 Installation................................................ 3 1.2 API....................................................

More information

MediaKIT. Special Annual Global Edition IPEXPO in London October, 2018

MediaKIT. Special Annual Global Edition IPEXPO in London October, 2018 MediaKIT Special Annual Global Edition IPEXPO in London October, 2018 Email: marketing@cyberdefensemagazine.com Call us Toll Free (USA): 1-833-844-9468 International: +1-603-280-4451 M-F 8am to 6pm EST

More information

Salesforce External Identity Implementation Guide

Salesforce External Identity Implementation Guide Salesforce External Identity Implementation Guide Salesforce, Spring 17 @salesforcedocs Last updated: March 11, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

AME Online Matching XML SOAP Connection Guide

AME Online Matching XML SOAP Connection Guide AME Online Matching XML SOAP Connection Guide About AME Version 8.0 D&B s Asia Match Environment ( AME ) allows a customer s own systems to integrate with D&B s best-in-class AME Entity Matching environment.

More information

Getting Started with the Aloha Community Template for Salesforce Identity

Getting Started with the Aloha Community Template for Salesforce Identity Getting Started with the Aloha Community Template for Salesforce Identity Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved.

More information

Enterprise Data Catalog for Microsoft Azure Tutorial

Enterprise Data Catalog for Microsoft Azure Tutorial Enterprise Data Catalog for Microsoft Azure Tutorial VERSION 10.2 JANUARY 2018 Page 1 of 45 Contents Tutorial Objectives... 4 Enterprise Data Catalog Overview... 5 Overview... 5 Objectives... 5 Enterprise

More information

GETTING STARTED THE BASICS

GETTING STARTED THE BASICS GETTING STARTED To use LinkedIn, users must complete the free registration process. To begin, go to www.linkedin.com and follow the registration prompt on the homepage. After completing registration, users

More information

CRM Insights. User s Guide

CRM Insights. User s Guide CRM Insights User s Guide Copyright This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

"We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential.

We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential. "We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential." Blog User Guide Version 2.2 3/8/2012 1 Table of Contents Table of Contents...

More information

Salesforce External Identity Implementation Guide

Salesforce External Identity Implementation Guide Salesforce External Identity Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: December 20, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Errors Message Bad Authentication Data Code 215 User_timeline

Errors Message Bad Authentication Data Code 215 User_timeline Errors Message Bad Authentication Data Code 215 User_timeline ("errors":(("code":215,"message":"bad Authentication data. "))) RestKit.ErrorDomain Code=- 1011 "Expected status code in (200-299), got 400"

More information

Word for Job Seekers. Things to consider while making your resume

Word for Job Seekers. Things to consider while making your resume Word is the most common document creation and editing computer program. Most public libraries have either Word 2007, 2010, or 2013. This handout covers Word 2013. Microsoft Word 2013 can be purchased along

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

Salesforce External Identity Implementation Guide

Salesforce External Identity Implementation Guide Salesforce External Identity Implementation Guide Salesforce, Summer 17 @salesforcedocs Last updated: September 28, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

The Ultimate Social Media Setup Checklist. fans like your page before you can claim your custom URL, and it cannot be changed once you

The Ultimate Social Media Setup Checklist. fans like your page before you can claim your custom URL, and it cannot be changed once you Facebook Decide on your custom URL: The length can be between 5 50 characters. You must have 25 fans like your page before you can claim your custom URL, and it cannot be changed once you have originally

More information

IBM Skills Academy. For <<Academy>> Career-based Education

IBM Skills Academy. For <<Academy>> Career-based Education IBM Skills Academy Providing students with a career-oriented training program on emerging technologies such as Mobile Computing, Cybersecurity, Business Analytics, Big Data, Cloud Computing, Cognitive

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

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions 20489 - Developing Microsoft SharePoint Server 2013 Advanced Solutions Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This training course provides

More information

Volunteer with Cornell Career Services: Become a CCNet Mentor

Volunteer with Cornell Career Services: Become a CCNet Mentor Volunteer with Cornell Career Services: Become a CCNet Mentor Request to Be a CCNet Mentor Send an e-mail message to Leslie Kurtz to request to be a CCNet Mentor (lrk26@cornell.edu) with subject line CCNet

More information

Queens Library API Requirements Document For e-content Partners

Queens Library API Requirements Document For e-content Partners Queens Library API Requirements Document For e-content Partners Version Date Author Description 1 08/03/2015 Surinder Pal Singh Draft 1.1 08/07/2015 Surinder Pal Singh Revised by Team 1.2 08/19//2015 Surinder

More information

UReport USSD application Documentation

UReport USSD application Documentation UReport USSD application Documentation Release 0.1.0 Praekelt Foundation June 07, 2014 Contents 1 UReport JSON HTTP API 3 1.1 Contents................................................. 3 1.2 Response format

More information

Trusted Education Provider of Choice for 400,000+ Professionals Worldwide!

Trusted Education Provider of Choice for 400,000+ Professionals Worldwide! Trusted Education Provider of Choice for 400,000+ Professionals Worldwide! A leading global training service provider Specialized in delivering training courses and building skill sets in Project management

More information

IaaS API Reference (Management Administration)

IaaS API Reference (Management Administration) FUJITSU Cloud Service K5 IaaS API Reference (Management Administration) Version 1.18 FUJITSU LIMITED All Rights Reserved, Copyright FUJITSU LIMITED 2015-2018 K5IA-DC-M-001-001E Preface Structure of the

More information

Modernizing InfoSec Training and IT Operations at USF

Modernizing InfoSec Training and IT Operations at USF Modernizing InfoSec Training and IT Operations at USF Goodbye Tedious Tasks! A Novel Automation Framework Leveraging Splunk Tim Ip, Senior Security Engineer Nicholas Recchia, Director & Information Security

More information

Put your Paralegal Career into Second Gear Become Certified!

Put your Paralegal Career into Second Gear Become Certified! Subscribe Past Issues Translate RSS www.caparalegal.org View this email in your browser. CAPA Connection Issue # 11 - August 2018 Share Tweet Forward CAPA's GOAL WEBINAR AUGUST PRESENTATION Put your Paralegal

More information

AME User Guide. Online XML Soap Connection VERSION 1.0 OCTOBER AME Support Number: AME Support

AME User Guide. Online XML Soap Connection VERSION 1.0 OCTOBER AME Support Number: AME Support AME User Guide Online XML Soap Connection VERSION 1.0 OCTOBER 2015 Contents About AME 3 Countries and Languages 3 The XML SOAP Interface (API) 4 How easy is it to connect to AME SOAP? 4 What version of

More information

Issue # 9 - June 2018

Issue # 9 - June 2018 Subscribe Past Issues Translate RSS www.caparalegal.org View this email in your browser. CAPA Connection Issue # 9 - June 2018 Share Tweet Forward Obtaining the CCP credential is a way for California paralegals

More information

The Path to a Successful Website

The Path to a Successful Website CREATIVE DESIGN STUDIO Website Checklist: The Path to a Successful Website Get Traffic to Your Website Organic search Keyword optimization Target only one keyword per page Use keywords in: URL Meta title

More information

School of Information Studies (ischool)

School of Information Studies (ischool) School of Information Studies (ischool) About the ischool Be a Leader in Nearly Any Industry If you re interested in a career that connects ideas with practice and gives you the skills to solve problems,

More information

Design & Allied Firm Website Tutorial

Design & Allied Firm Website Tutorial We re excited to have you sign-in and get started with our optimized website. This serves as a step-by-step guide for improving your firm s online profile. Follow these next steps to: 1) Verify your contact

More information

PANDA CARES ANNUAL REPORT

PANDA CARES ANNUAL REPORT 2017 ANNUAL REPORT 1 2017 PANDA CARES ANNUAL REPORT OUR STORY The Panda Cares program was established in 1999 and is committed to serving the communities in which Panda Express operates. The philanthropic

More information

Firepower REST API Quick Start Guide, Version 6.1

Firepower REST API Quick Start Guide, Version 6.1 First Published: Last Modified: Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883

More information

WELCOME TO MY RESUME

WELCOME TO MY RESUME I AM THOMAS BLASIOLI / WELCOME TO MY RESUME PERSONAL VIEWPOINT / OBJECTIVE My name is Thomas BLASIOLI and I am 32 year old. I am very passionate about designing interfaces, websites, print jobs while taking

More information

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras

Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Privacy and Security in Online Social Networks Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture 07 Tutorial 2 Part 1 Facebook API Hi everyone, welcome to the

More information

Holberton takes on full-stack software engineering with a project based approach, we have a mission to cultivate community and encourage innovation.

Holberton takes on full-stack software engineering with a project based approach, we have a mission to cultivate community and encourage innovation. Syllabus - Year 1 Holberton takes on full-stack software engineering with a project based approach, we have a mission to cultivate community and encourage innovation. Our syllabus walks through the major

More information

ADVANCE DIGITAL MARKETING VIDEO TRAINING COURSE. Page 1 of 34 Youtube.com/ViralJadhav

ADVANCE DIGITAL MARKETING VIDEO TRAINING COURSE. Page 1 of 34  Youtube.com/ViralJadhav ADVANCE DIGITAL MARKETING VIDEO TRAINING COURSE Page 1 of 34 www.magnetmarketing.in Youtube.com/ViralJadhav contact@viraljadhav.com +91 9558821174 Who Can Join? Business Owners who want to attract more

More information

The Relational Model. Suan Lee

The Relational Model. Suan Lee The Relational Model Suan Lee Database Management System (DBMS) Used by all major commercial database systems Very simple model Query with high-level languages: simple yet expressive Efficient implementations

More information

BUSINESS SOLUTIONS DATACONNECT (0)

BUSINESS SOLUTIONS DATACONNECT (0) BUSINESS SOLUTIONS DATACONNECT info@itembase.com www.itembase.com +49 (0) 30 467247292 DATACONNECT A platform built to standardise and enriche ecommerce data into a universal format. What is dataconnect?

More information

8/6/12. I. Welcome Publishers and Writers of San Diego! Features:! Presented by Jeniffer Thompson!

8/6/12. I. Welcome Publishers and Writers of San Diego! Features:! Presented by Jeniffer Thompson! I. Welcome Publishers and Writers of San Diego! Presented by Jeniffer Thompson! Twitter: @jeniffergrace! Facebook.com/JenifferThompsonConsulting! www.jenifferthompson.com! www.monkeycmedia.com! Features:!

More information

Learning and Development. UWE Staff Profiles (USP) User Guide

Learning and Development. UWE Staff Profiles (USP) User Guide Learning and Development UWE Staff Profiles (USP) User Guide About this training manual This manual is yours to keep and is intended as a guide to be used during the training course and as a reference

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

ForgeRock Access Management Customization and APIs

ForgeRock Access Management Customization and APIs training@forgerock.com ForgeRock Access Management Customization and APIs Description AM-421 Course Description Revision B This course provides a hands-on technical introduction to ForgeRock Access Management

More information

WooCommerce REST API Integration. October 27, 2018

WooCommerce REST API Integration. October 27, 2018 WooCommerce REST API Integration October 27, 2018 Andrew Duncan CEO/Owner/Developer Databuzz The ecommerce platform for WordPress The world s most customisable ecommerce platform The most popular ecommerce

More information

Social Media Tools. March 13, 2010 Presented by: Noble Studios, Inc.

Social Media Tools. March 13, 2010 Presented by: Noble Studios, Inc. March 13, 2010 Presented by: Noble Studios, Inc. 1 Communication Timeline 2 Familiar Social Media Sites According to Facebook, more than 1.5 million local businesses have active pages on Facebook According

More information

System Administrator Training Guide

System Administrator Training Guide COMMUNICATE System Administrator Training Guide West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents BEFORE YOU BEGIN... 3 OVERVIEW...

More information

UCEAP Connect User Guide October 2017

UCEAP Connect User Guide October 2017 UCEAP Connect User Guide October 2017 1 P a g e Contents Introduction... 3 How to access the platform... 3 Registration... 3 Approval... 4 Using the platform... 4 Logging In... 4 Updating your profile...

More information

Citrix SD-WAN for Optimal Office 365 Connectivity and Performance

Citrix SD-WAN for Optimal Office 365 Connectivity and Performance Solution Brief Citrix SD-WAN for Optimal Office 365 Connectivity and Performance Evolving Needs for WAN Network Architecture Enterprise networks have historically been architected to provide users access

More information

Integrating Your Mission with Your Website

Integrating Your Mission with Your Website Integrating Your Mission with Your Website Heidi Hess, Director of Online Communications, Children s Defense Fund Jim Jacobs, Vice President, Interactive, OmniStudio 2009 Convio, Inc. Page 1 Mandy O Neill,

More information

We re excited you re joining us for CakeWalk!

We re excited you re joining us for CakeWalk! We re excited you re joining us for CakeWalk! In this packet you will find everything you need to know about registering for CakeWalk. Contents: Registration Process. 1 Creating a Team...4 Payment & Donations.6

More information

BECA administers the Common Application for all the scholarship providers listed.

BECA administers the Common Application for all the scholarship providers listed. Welcome What is SMCBECA? BECA administers the Common Application for all the scholarship providers listed. Serves as clearing house for local scholarship providers AND provides its own scholarships. BECA

More information

CCC Maker Makerspace Social Media

CCC Maker Makerspace Social Media CCC Maker Makerspace Social Media Webinar No. 3 Social Media Account Set Up: Twitter & YouTube August 2017 Presenter: Peri Re, Re Invent Marketing Content Before You Begin Ready Set Go! Twitter YouTube

More information

Academic Initiative, System z

Academic Initiative, System z Academic Initiative, System z How to add Mainframe skills to your business SHARE Anaheim Session 12056 - Wednesday, August 8 9:30 AM-10:30 AM Kathy Pfeiffer IBM Academic Initiative program manager, pfeiff@us.ibm.com

More information

October Career Resources. SUSEdCareers. Welcome to SUSEdCareers - The School of Education's online career management system:

October Career Resources. SUSEdCareers. Welcome to SUSEdCareers - The School of Education's online career management system: October 2009 Career Resources SUSEdCareers Sttudentt and Allumnii Onlliine Regiissttrattiion Welcome to SUSEdCareers - The School of Education's online career management system: SUSEdCareers provides Stanford

More information

AEA. Washington, DC July 15, Birgit Hartje Program Manager. 8 New England Executive Park Burlington, MA USA.

AEA. Washington, DC July 15, Birgit Hartje Program Manager. 8 New England Executive Park Burlington, MA USA. AEA Washington, DC July 15, 2012 Birgit Hartje Program Manager 8 New England Executive Park Burlington, MA USA b.hartje@globablaea.org Copyright (C) AEA Association of Enterprise Architects 2011 The Association

More information

Build a Talent Profile

Build a Talent Profile In your Talent Profile you can share information such as job history, education, skills, certifications and language proficiency. Updating your Talent Profile allows managers and Human Resources to utilize

More information

The production version of your service API must be served over HTTPS.

The production version of your service API must be served over HTTPS. This document specifies how to implement an API for your service according to the IFTTT Service Protocol. It is recommended that you treat this document as a reference and follow the workflow outlined

More information

University of British Columbia Okanagan. COSC Project Design

University of British Columbia Okanagan. COSC Project Design University of British Columbia Okanagan COSC 304 - Project Design Names Removed Submitted: Dec 02, 2018 1 CONTENTS: 1. Introduction 2 1.1. Purpose.................................................... 2

More information

Playbook. The B2B Marketer s Playbook

Playbook. The B2B  Marketer s Playbook Playbook The BB Email Marketer s Playbook Seth Godin, marketing guru and inspiration for an action figure (true story), once said, The only way to consistently grow in BB is to be better than very good.

More information

This document contains the steps which will help you to submit your business to listings. The listing includes both business and contact information.

This document contains the steps which will help you to submit your business to listings. The listing includes both business and contact information. This document contains the steps which will help you to submit your business to listings. The listing includes both business and contact information. You can also include details, such as search keywords,

More information

Configuring and Delivering Salesforce as a managed application to XenMobile Users with 3 rd Party SAML IDP (Identity Provider)

Configuring and Delivering Salesforce as a managed application to XenMobile Users with 3 rd Party SAML IDP (Identity Provider) Solution Guide ios Managed Configuration Configuring and Delivering Salesforce as a managed application to XenMobile Users with 3 rd Party SAML IDP (Identity Provider) Solution Guide Citrix.com Solutions

More information

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0 BrainCert Enterprise LMS Learning Management System (LMS) documentation Administrator Guide Version 3.0 1 P a g e Table of Contents... 3... 3... 4... 4... 5... 5... 6... 6... 8... 8... 9... 9... 10...

More information

Application Developer at US Department of Education - Office of Federal Student Aid

Application Developer at US Department of Education - Office of Federal Student Aid Tim Bornholtz Application Developer at US Department of Education - Office of Federal Student Aid tim@bornholtz.com Specialties Detailed understanding of the higher education financial aid process. Concrete

More information

AGING STUDIES ADMISSIONS APPLICATION

AGING STUDIES ADMISSIONS APPLICATION AGING STUDIES ADMISSIONS APPLICATION MASTER OF SCIENCE DEGREE IN GERONTOLOGY This application must be typed or printed legibly in black ink. If not legible, your application will be disqualified. TODAY'S

More information

Account Activity Migration guide & set up

Account Activity Migration guide & set up Account Activity Migration guide & set up Agenda 1 2 3 4 5 What is the Account Activity (AAAPI)? User Streams & Site Streams overview What s different & what s changing? How to migrate to AAAPI? Questions?

More information

Billing Configuration API 2.0

Billing Configuration API 2.0 Billing Configuration API 2.0 Integration Guide Version 2.0.0 Page 1 of 14 CONTENTS CONTENTS... 2 DOCUMENT CHANGE LOG... 3 VERSIONING... 4 BILLING CONFIGURATION WEB SERVICE... 4 INTRODUCTION... 5 SECURITY...

More information

TRAINING GUIDE. Lucity Web Services APIs

TRAINING GUIDE. Lucity Web Services APIs TRAINING GUIDE Lucity Web Services APIs Lucity Web Services APIs Lucity offers several web service APIs. This guide covers the Lucity Citizen Portal API as well as the. Contents How it Works... 2 Basics...

More information

Curriculum Vitae Majd Hemiemat Trainer/ Business Development Manager / Marketing Manager

Curriculum Vitae Majd Hemiemat Trainer/ Business Development Manager / Marketing Manager Curriculum Vitae Majd Hemiemat Trainer/ Business Development Manager / Marketing Manager Overview I have been an active trainer for more than ten years. I am eager to train in an environment that supports

More information

IMA and the CMA How They Can Help Your Career. Presented by: Honorable Kim R. Wallin, CMA, CFM, CPA John B. Pollara, CMA

IMA and the CMA How They Can Help Your Career. Presented by: Honorable Kim R. Wallin, CMA, CFM, CPA John B. Pollara, CMA IMA and the CMA How They Can Help Your Career Presented by: Honorable Kim R. Wallin, CMA, CFM, CPA John B. Pollara, CMA 1 IMA and Your Career WE NEED TO INSERT THE VIDEO HERE Agenda The Institute of Management

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-349 Title : Oracle Eloqua Marketing Cloud Service 2017 Implementation Essentials Vendor : Oracle

More information

Sequel SMRT Link Web Services API v4.0.0 Guide. Pacific Biosciences

Sequel SMRT Link Web Services API v4.0.0 Guide. Pacific Biosciences Sequel SMRT Link Web Services API v4.0.0 Guide Pacific Biosciences CONTENTS Chapter 1- Introduction... 5 1.1 Authentication... 5 Chapter 2 - SMRT Link Service API... 6 2.1 Run Design Service... 6 2.1.1

More information

VMware AirWatch Integration with RSA PKI Guide

VMware AirWatch Integration with RSA PKI Guide VMware AirWatch Integration with RSA PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Presented by National CyberWatch Center March 31, April 1 & 2, 2016 Johns Hopkins University Applied Physics Lab Laurel, Maryland

Presented by National CyberWatch Center March 31, April 1 & 2, 2016 Johns Hopkins University Applied Physics Lab Laurel, Maryland Presented by National CyberWatch Center March 31, April 1 & 2, 2016 Johns Hopkins University Applied Physics Lab Laurel, Maryland 2016 SPONSOR BROCHURE WHAT IS THE NATIONAL CYBERWATCH CENTER MID-ATLANTIC

More information

Desired Go Live July 15, 2018 but we reserve the right to adjust this date based on circumstances.

Desired Go Live July 15, 2018 but we reserve the right to adjust this date based on circumstances. RFP 17 011 Questions and Answers When would you like the system to Go Live? Desired Go Live July 15, 2018 but we reserve the right to adjust this date based on circumstances. What is the intended RFP award

More information

Access All Areas Student Handbook

Access All Areas Student Handbook Access All Areas Student Handbook Version 1.0 August 2014 Table of Contents Introduction 3 Accessing the System 3 Logging in to the System 4 Home Page 4 Contact Details 5 Results 6 Record of Achievement

More information

VIMS Individual Users Guide. How to access your VIMS site, login and use all the features!

VIMS Individual Users Guide. How to access your VIMS site, login and use all the features! VIMS Individual Users Guide www.myvims.com How to access your VIMS site, login and use all the features! Left Click Your Mouse to Advance Slides, Right click to back up one or press ESC to exit presentation.

More information

Social Media Marketing for Attorneys in Just 2 Hours a Month

Social Media Marketing for Attorneys in Just 2 Hours a Month Vermont Bar Association Seminar Materials 57 th Mid-Year Meeting Social Media Marketing for Attorneys in Just 2 Hours a Month March 21, 2014 Hilton Burlington, VT Faculty: George Aspland Vermont Bar Association

More information

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Deployment Guide Cisco VCS X8.2 D14465.07 June 2014 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration

More information

Adobe Sign and 21 CFR Part 11

Adobe Sign and 21 CFR Part 11 Adobe Sign and 21 CFR Part 11 Today, organizations of all sizes are transforming manual paper-based processes into end-to-end digital experiences speeding signature processes by 500% with legal, trusted

More information

ARELLO.COM Licensee Verification Web Service v2.0 (LVWS v2) Documentation. Revision: 8/22/2018

ARELLO.COM Licensee Verification Web Service v2.0 (LVWS v2) Documentation. Revision: 8/22/2018 ARELLO.COM Licensee Verification Web Service v2.0 (LVWS v2) Documentation Revision: 8/22/2018 Table of Contents Revision: 8/22/2018... 1 Introduction... 3 Subscription... 3 Interface... 3 Formatting the

More information

When a single graph isn t enough

When a single graph isn t enough When a single graph isn t enough FRANK SMIT Chief Innovation Officer Co-founder and CEO The number one tool for social media monitoring, webcare, publishing & social analytics Founded in 2011 Located in

More information

4/25/2013. Bevan Erickson VP, Marketing

4/25/2013. Bevan Erickson VP, Marketing 2013 Bevan Erickson VP, Marketing The Challenge of Niche Markets 1 Demographics KNOW YOUR AUDIENCE 120,000 100,000 80,000 60,000 40,000 20,000 AAPC Membership 120,000+ Members - 2 Region Members Northeast

More information

Security and Privacy. SWE 432, Fall 2016 Design and Implementation of Software for the Web

Security and Privacy. SWE 432, Fall 2016 Design and Implementation of Software for the Web Security and Privacy SWE 432, Fall 2016 Design and Implementation of Software for the Web Today Security What is it? Most important types of attacks Privacy For further reading: https://www.owasp.org/index.php/

More information