User Group Resource Operations

Size: px
Start display at page:

Download "User Group Resource Operations"

Transcription

1 CHAPTER 5 A Cisco WebEx Social user group is an arbitrary collection of users that a system administrator creates. Typically, users who are in a user group have common interests, goals, or responsibilities. Table 5-1 provides a summary of the User Group resource operations. Each operation is described in detail in the section that is listed. These sections provide this information: Brief explanation of the operation Cisco WebEx Social releases that support the operation HTTP method and for the operation Payload Description of the request payload, if the operation requires one Description of the expected response when the operation executes Example Sample request and response for the operation Table 5-1 Summary Operation and Reference Get Information about a User Group, page 5-2 Get Information about User Groups to which a User Belongs, page 5-3 Get Information about all User Groups, page 5-5 Create a User Group, page 5-7 Update Information for a User Group, page 5-8 Delete a User Group, page 5-9 Get Information about Users in a User Groups, page 5-10 Retrieves information about the designated user group Retrieves information about the user groups to which the designated user belongs Retrieves information about all user groups in Cisco WebEx Social Creates a user group Updates information about the designated user group Deletes the designated user group from Cisco WebEx Social Retrieves information about users who are members of the designated user group 5-1

2 Get Information about a User Group Chapter 5 Get Information about a User Group Retrieves information about the designated user group. Cisco WebEx Social 3.4 and later. GET {http https}://server[:port]/api/quad/rest/usergroups/usergroup_id port Port number on which the Cisco WebEx Social server listens for API requests. The default value is 80. usergroup_id Identifier of the user group for which to retrieve information. To obtain the identifier that you need, see the Identifiers of Cisco WebEx Social Entities section on page Payload A request payload is not required. Standard response (see the API s section on page 1-18) with a response payload that can include one UserGroup resource (the UserGroup Resource section on page 3-49 describes this resource). Examples GET Accept:application/json HTTP/ OK The response can also include the UserGroup resource. For an example, see the UserGroup Resource, One Resource Returned section on page

3 Chapter 5 Get Information about User Groups to which a User Belongs Get Information about User Groups to which a User Belongs Retrieves information about the user groups to which the designated user belongs. Cisco WebEx Social 3.4 and later. GET {http https}://server[:port]/api/quad/rest/users/[@me user_id]/usergroups [?query_parameters] port Port number on which the Cisco WebEx Social server listens for API requests. Required if the port number is not 80. user_id Identifier of the user for whom to retrieve information about user groups. has the same effect as entering your user identifier. To obtain the identifier that you need, see the Identifiers of Cisco WebEx Social Entities section on page query_parameters Query parameters. For this operation: The fields query parameter is supported for selecting fields from the UserGroup resource to include in a response (Table 3-50 on page 3-49 describes these fields). The filterby query parameter is supported for filtering resources in a response by the name or description field in the UserGroup resource. (using the description field is supported beginning with Cisco WebEx Social 3.4 SR.1) The sortorder query parameter is supported for sorting resources in a response by the name or description field in the UserGroup resource. (Using the description field is not supported beginning with Cisco WebEx Social 3.4 SR1.) The startindex query parameter is supported for paginating return results. The count query parameter is supported for designating the maximum number of items in the return results. The meta query parameter does not apply. Payload A request payload is not required. Standard response (see the API s section on page 1-18) with a response payload that can include one or more UserGroup resources (the UserGroup Resource section on page 3-49 describes this resource). 5-3

4 Get Information about User Groups to which a User Belongs Chapter 5 Examples GET Accept: application/json HTTP/ OK The response can also include one or more UserGroup resources. For an example, see the UserGroup Resource, Multiple Resources Returned section on page

5 Chapter 5 Get Information about all User Groups Get Information about all User Groups Retrieves information about all user groups in Cisco WebEx Social. Cisco WebEx Social 3.4 and later. GET {http https}://server[:port]/api/quad/rest/usergroups[?query_parameters] port Port number on which the Cisco WebEx Social server listens for API requests. The default value is 80. query_parameters Query parameters. For this operation: The fields query parameter is supported for selecting fields from the UserGroup resource to include in a response (Table 3-50 on page 3-49 describes these fields). The filterby query parameter is supported for filtering resources in a response by the name or description field in the UserGroup resource. (Using the description field is supported beginning with Cisco WebEx Social 3.4 SR1.) The sortorder query parameter is supported for sorting resources in a response by the name or description field in the UserGroup resource. (Using the description field is not supported beginning with Cisco WebEx Social 3.4 SR1.) The startindex query parameter is supported for paginating return results. The count query parameter is supported for designating the maximum number of items in the return results. The meta query parameter does not apply. Payload A request payload is not required. Standard response (see the API s section on page 1-18) with a response payload that can include one or more UserGroup resources (the UserGroup Resource section on page 3-49 describes this resource). Examples GET Accept: application/json 5-5

6 Get Information about all User Groups Chapter 5 HTTP/ OK The response can also include one or more UserGroup resources. For an example, see the UserGroup Resource, Multiple Resources Returned section on page

7 Chapter 5 Create a User Group Create a User Group Creates a user group. Cisco WebEx Social 3.4 SR1 and later. POST {http https}://server[:port]/api/quad/rest/usergroups port Port number on which the Cisco WebEx Social server listens for API requests. Required if the port number is not 80. Payload The request payload includes fields from the UserGroups resource (Table 3-50 on page 3-49 describes these fields): Required Fields name Optional Fields description Standard response (see the API s section on page 1-18) with a response payload that can include one UserGroup resource (the UserGroup Resource section on page 3-49 describes this resource). Example POST Accept:application/json { "name" : "teasdsdfsfdasd1e", "description" : "testdesc" } HTTP/ Created The response can also include the UserGroup resource. For an example, see the UserGroup Resource, One Resource Returned section on page

8 Update Information for a User Group Chapter 5 Update Information for a User Group Updates information about the designated user group. Cisco WebEx Social 3.4 and later. PUT {http https}://server[:port]/api/quad/rest/usergroups/usergroup_id port Port number on which the Cisco WebEx Social server listens for API requests. Required if the port number is not 80. usergroup_id Identifier of the user group for which to update information. To obtain the identifier that you need, see the Identifiers of Cisco WebEx Social Entities section on page Payload The request payload includes fields from the UserGroups resource (Table 3-50 on page 3-49 describes these fields): Required Fields Optional Fields description name Standard response (see the API s section on page 1-18) with an HTTP header only. Example PUT Accept:application/json { "name" : "teasdsdfsfdasd1e", "description" : "testdesc" } HTTP/ No Content 5-8

9 Chapter 5 Delete a User Group Delete a User Group Deletes the designated user group from Cisco WebEx Social. Cisco WebEx Social 3.4 and later. DELETE {http https}://server[:port]/api/quad/rest/usergroups/usergroup_id port Port number on which the Cisco WebEx Social server listens for API requests. Required if the port number is not 80. usergroup_id Identifier of the user group to delete. To obtain the identifier that you need, see the Identifiers of Cisco WebEx Social Entities section on page Payload A request payload is not required. Standard response (see the API s section on page 1-18) with an HTTP header only. Example DELETE HTTP/ No Content 5-9

10 Get Information about Users in a User Groups Chapter 5 Get Information about Users in a User Groups Retrieves information about users who are members of the designated user group. Cisco WebEx Social 3.4 and later. GET {http https}://server[:port]/api/quad/rest/usergroups/usergroup_id/users[?filter= {firstname middlename lastname screenname address active}: [value]][{? &}query_parameters] port Port number on which the Cisco WebEx Social server listens for API requests. Required if the port number is not 80. usergroup_id Identifier of the user group from which to obtain information about users who are members. To obtain the identifier that you need, see the Identifiers of Cisco WebEx Social Entities section on page value: For filter=firstname, value is the first name of a Cisco WebEx Social user. In this case, the operation retrieves only users with this first name. For filter=middlename, value is the middle name of a Cisco WebEx Social user. In this case, the operation retrieves only users with this middle name. For filter=lastname, value is the last name of a Cisco WebEx Social user. In this case, the operation retrieves only users with this last name. For filter=screenname, value is the screen name of a Cisco WebEx Social user. In this case, the operation retrieves only users with this screen name. For filter= address, value is the address of a Cisco WebEx Social user. In this case, the operation retrieves only users with this address. For filter=active, value is value not required. In this case, the operation retrieves only active Cisco WebEx Social users. query_parameters Query parameters. For this operation: The fields query parameter is supported for selecting fields from the User resource to include in a response (Table 3-49 on page 3-46 describes this resource) The filterby query parameter does not apply The sortorder query parameter is supported for sorting resources in a response by the firstname, lastname, screenname, or jobtitle in the User resource The startindex query parameter is supported for paginating return results 5-10

11 Chapter 5 Get Information about Users in a User Groups The count query parameter is supported for designating the maximum number of items in the return results The meta query parameter is supported with the follow value for requesting relationship metadata Payload A request payload is not required. Standard response (see the API s section on page 1-18) with a response payload that can include one or more User resources (the User Resource section on page 3-46 describes this resource). Examples Accept: application/json HTTP/ OK { The response can also include one or more User resources. For an example, see the User Resource, Multiple Resources Returned section on page

12 Get Information about Users in a User Groups Chapter

Tags Resource and TagTrends Resource Operations

Tags Resource and TagTrends Resource Operations CHAPTER 9 Tags Resource and TagTrends Resource Operations A Cisco WebEx Social tag is keyword or phrase that can be associated with an element such as a post, message, community, and so on. People can

More information

File Resource Operations Summary

File Resource Operations Summary CHAPTER 13 This chapter describes the Cisco WebEx Social API File resource operations. These operations let you upload to the Cisco WebEx Social server a text or binary file (which you can later embed

More information

Search Operation. Using the Search Operation CHAPTER

Search Operation. Using the Search Operation CHAPTER CHAPTER 17 The Cisco WebEx Social API Search operation lets you search for content, users, or communities through all Cisco WebEx Social elements, including information (posts, blogs, comments, attachments,

More information

File Resource Operations Summary

File Resource Operations Summary CHAPTER 10 This chapter describes the Cisco WebEx Social API File resource operations. These operations let you upload to Cisco WebEx Social server a text or binary file (which you can later embed in or

More information

Search Operation. Using the Search Operation CHAPTER

Search Operation. Using the Search Operation CHAPTER CHAPTER 15 This chapter describes the Cisco WebEx Social API Search operation. This operation lets you search for content, users, or communities through all Cisco WebEx Social elements, including information

More information

Search Operation. Using the Search Operation CHAPTER

Search Operation. Using the Search Operation CHAPTER CHAPTER 12 This chapter describes the Cisco WebEx Social API Search operation. This operation lets you search for content, users, or communities through all Cisco WebEx Social elements, including information

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

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

CRM Service Wrapper User Guide

CRM Service Wrapper User Guide Summary This document details the usage of the CRM Service Wrapper by xrm. The service wrapper allows you to communicate with a Microsoft Dynamics CRM application (called CRM for convenience in this document)

More information

for Microsoft Dynamics CRM Online (On-Demand) Installation Instructions

for Microsoft Dynamics CRM Online (On-Demand) Installation Instructions for Microsoft Dynamics CRM Online (On-Demand) Installation Instructions April 2009 www.crm.hoovers.com/msdynamics Table of Contents Installation Requirements...3 Basic Installation...4 Configure Microsoft

More information

User Group Configuration

User Group Configuration CHAPTER 90 The role and user group menu options in the Cisco Unified Communications Manager Administration User Management menu allow users with full access to configure different levels of access for

More information

EMR web api documentation

EMR web api documentation Introduction EMR web api documentation This is the documentation of Medstreaming EMR Api. You will find all available Apis and the details of every api. Including its url, parameters, Description, Response

More information

Manage Workflows. Workflows and Workflow Actions

Manage Workflows. Workflows and Workflow Actions On the Workflows tab of the Cisco Finesse administration console, you can create and manage workflows and workflow actions. Workflows and Workflow Actions, page 1 Add Browser Pop Workflow Action, page

More information

IBM Security Access Manager for Mobile Version Developer topics

IBM Security Access Manager for Mobile Version Developer topics IBM Security Access Manager for Mobile Version 8.0.0.5 Developer topics IBM Security Access Manager for Mobile Version 8.0.0.5 Developer topics ii IBM Security Access Manager for Mobile Version 8.0.0.5:

More information

IBM Security Access Manager Version June Development topics IBM

IBM Security Access Manager Version June Development topics IBM IBM Security Access Manager Version 9.0.5 June 2018 Development topics IBM IBM Security Access Manager Version 9.0.5 June 2018 Development topics IBM ii IBM Security Access Manager Version 9.0.5 June

More information

Public Appointment API. Calendar A

Public Appointment API. Calendar A Public Appointment API Calendar 205.01A Copyright notice The information in this document is subject to change without prior notice and does not represent a commitment on the part of Q-MATIC AB. All efforts

More information

Bucket Intervals. Bucket Intervals List

Bucket Intervals. Bucket Intervals List You can use the API to add new, edit the name of an existing Bucket Interval, get a list of all of the configured, and delete existing. This API is represented on the User Interface by the Gadget. This

More information

Job Aid. Remote Access BAIRS Printing and Saving a Report. Table of Contents

Job Aid. Remote Access BAIRS Printing and Saving a Report. Table of Contents Remote Access BAIRS Printing and Saving a Report Table of Contents Remote Access BAIRS Printing a Report PDF HTML... 2 Remote Access BAIRS Printing a Report Export to PDF Interactive Reporting... 3 Remote

More information

Working with Unified CCE APIs

Working with Unified CCE APIs Cisco Unified Contact Center Enterprise (Unified CCE) uses REST-based API functions accessed over HTTP. Five API operations are supported, and each is mapped to an HTTP operation. For more information,

More information

Build Great APIs using API Specs

Build Great APIs using API Specs Build Great APIs using API Specs Consistently @jstoiko - May 9, 2018 Why APIs? or why make life easier? Why APIs? 3 Why APIs? 4 Why APIs? Reusable 5 Why APIs? 6 Why APIs? $ cliprogram --make Foo --with

More information

Platform Services API Programmer Guide for Cisco Digital Media Suite 5.2.3

Platform Services API Programmer Guide for Cisco Digital Media Suite 5.2.3 Cisco Digital Media Suite 5.2.3 Platform Services API Programmer Guide for Cisco Digital Media Suite 5.2.3 Version 1.0 Revised: May 17, 2011 2010 Cisco Systems, Inc. All rights reserved. This document

More information

Creating OData Custom Composite Keys

Creating OData Custom Composite Keys Creating OData Custom Composite Keys 1993, 2016 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise) without

More information

Tag APIs. Cisco Pulse Tag REST APIs. Add Tag to Profile CHAPTER

Tag APIs. Cisco Pulse Tag REST APIs. Add Tag to Profile CHAPTER CHAPTER 5 The information in this chapter enables you to use the Cisco Pulse tags-related REST APIs. Cisco Pulse Tag REST APIs Add Tag to Profile, page 5-1 Get Requests, page 5-2 Update Tag Status, page

More information

I was given the following web application: and the instruction could be found on the first page.

I was given the following web application:   and the instruction could be found on the first page. I was given the following web application: http://159.203.178.9/ and the instruction could be found on the first page. So, I had to find the path for the application that stores notes and try to exploit

More information

Lab 3. Leverage Anypoint MQ to broadcast Order Fulfillment updates via Notification API

Lab 3. Leverage Anypoint MQ to broadcast Order Fulfillment updates via Notification API Lab 3 Leverage Anypoint MQ to broadcast Order Fulfillment updates via Notification API Overview When the Order Fulfillment API is invoked, we want to broadcast a notification event across multiple heterogeneous

More information

API v2. Conventions. Security Parameters. Collections. HTTP codes. Security Roles. Docs» API v2

API v2. Conventions. Security Parameters. Collections. HTTP codes. Security Roles. Docs» API v2 Docs» API v2 API v2 Conventions Security Parameters headers X-Vsaas-Apikey (string) : Watcher API Key X-Vsaas-Session (string) : Session key, for logged in users Collections query search (string): Substring

More information

MongoDB at Visibiz. Why and how we re using MongoDB in our application. Mike Brocious Tech Lead Visibiz, Inc.

MongoDB at Visibiz. Why and how we re using MongoDB in our application. Mike Brocious Tech Lead Visibiz, Inc. MongoDB at Visibiz Why and how we re using MongoDB in our application Mike Brocious Tech Lead Visibiz, Inc. Why We re Here Discuss why we chose MongoDB at Visibiz Show how we re using it Made mistakes

More information

RSA Archer GRC Application Guide

RSA Archer GRC Application Guide RSA Archer GRC Application Guide Version 1.2 vember 2017 Contact Information RSA Link at https://community.rsa.com contains a knowledgebase that answers common questions and provides solutions to known

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Introduction One of the DbSchema modules is the Forms and Reports designer. The designer allows building of master-details reports as well as small applications for

More information

EnviroChain API. Version /18/17

EnviroChain API. Version /18/17 EnviroChain API Version 1.0.3 12/18/17 Table of Contents 1 API Features... 3 1.1 Versioning... 3 1.2 Logging... 3 1.3 Swagger... 4 2 Data Model... 5 3 Workflows... 6 3.1 Lab User Creates a CoC... 6 4 User

More information

Marketo Data Shield Setup Guide

Marketo Data Shield Setup Guide Marketo Data Shield Setup Guide Marketo Data Shield Setup Guide Page 1 of 20 Marketo Integration Diagram 1 2 3 Webhooks Company Names Data Shield Admin Panel New Record 4 Case? Periods? Convert to proper

More information

Enable API Access... 3 Set up API Access... 4

Enable API Access... 3 Set up API Access... 4 API ACCESS Table of Contents Enable... 3 Set up... 4 Test... 8 Test / Get API Token via MI API Test Tool... 9 API Test Tool...14 Get Token API via curl...17 API via curl...19 Chrome browser REST client...20

More information

Exchange Address Book Order

Exchange Address Book Order Exchange Address Book Order From your Outlook Ribbon, locate the Address Book Click on Tools, Options 3 options are available, as shown below, select Custom to arrange the order of your address books.

More information

IBM Security Access Manager Version 9.0 October Development topics IBM

IBM Security Access Manager Version 9.0 October Development topics IBM IBM Security Access Manager Version 9.0 October 2015 Development topics IBM IBM Security Access Manager Version 9.0 October 2015 Development topics IBM ii IBM Security Access Manager Version 9.0 October

More information

Tools. Support. A user represents a person on Facebook. The /{user-id} node returns a single user.

Tools. Support. A user represents a person on Facebook. The /{user-id} node returns a single user. 1 of 5 Search in docs Product Graph API Version Login Sharing App Links User /{user-id} A user represents a person on Facebook. The /{user-id} node returns a single user. Games Payments Ads Reading Audience

More information

Integrate with confidence

Integrate with confidence Integrate with confidence Testing and verifying API integrations Andrew Spinks aspinks@dius.com.au @andrew_spinks Andrew Spinks aspinks@dius.com.au @andrew_spinks Pact? http://pact.io Fat clients The

More information

Introduction. Copyright 2018, Itesco AB.

Introduction. Copyright 2018, Itesco AB. icatch3 API Specification Introduction Quick Start Logging in, getting your templates list, logging out Doing Quick Search Creating a Private Prospects Setting template Posting Private Prospects query,

More information

Chapter 1 - Consuming REST Web Services in Angular

Chapter 1 - Consuming REST Web Services in Angular Chapter 1 - Consuming REST Web Services in Angular Objectives Key objectives of this chapter REST Overview Common Angular tasks for REST communication Using Angular to send various HTTP requests 1.1 REST

More information

Salesforce Mobile App URL Schemes

Salesforce Mobile App URL Schemes Salesforce Mobile App URL Schemes Version 2, 2 @salesforcedocs Last updated: November 2, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Digest Authentication Setup for SIP Trunks

Digest Authentication Setup for SIP Trunks This chapter provides information about digest authentication setup for SIP trunks. When you configure digest authentication for SIP trunks, Cisco Unified Communications Manager challenges the identity

More information

Alpha College of Engineering and Technology. Question Bank

Alpha College of Engineering and Technology. Question Bank Alpha College of Engineering and Technology Department of Information Technology and Computer Engineering Chapter 1 WEB Technology (2160708) Question Bank 1. Give the full name of the following acronyms.

More information

CSE 880:Database Systems. ER Model and Relation Schemas

CSE 880:Database Systems. ER Model and Relation Schemas CSE 880:Database Systems ER Model and Relation Schemas 1 Major Steps for Database Design and Implementation 1. Requirements Collection and Analysis: Produces database requirements such as types of data,

More information

Cisco Unified Contact Center Enterprise Developers Guide Release 9.0(x)

Cisco Unified Contact Center Enterprise Developers Guide Release 9.0(x) Cisco Unified Contact Center Enterprise Developers Guide Release 9.0(x) First Published: June 15, 2012 Last Modified: May 15, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

Authorization and Authentication

Authorization and Authentication CHAPTER 2 Cisco WebEx Social API requests must come through an authorized API consumer and be issued by an authenticated Cisco WebEx Social user. The Cisco WebEx Social API uses the Open Authorization

More information

Using Merge for Outlook with Microsoft Access Databases

Using  Merge for Outlook with Microsoft Access Databases Using with Microsoft Access Databases Last Update: 13 Oct 2009 Introduction EmailMerge can use data from Microsoft Access for email merges. However the field names used must be based on EmailMerge's field

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

SUBSCRIPTION API. Document Version. Introduction

SUBSCRIPTION API. Document Version. Introduction SUBSCRIPTION API Contents Contents... 1 Document Version... 1 Introduction... 1 Procedure to configure Web Service User in Billdozer:... 2 Http Post Parameters... 2 Package... 3 List... 3 Response Parameter

More information

Pulse Locator Search APIs

Pulse Locator Search APIs CHAPTER 3 The information in this chapter enables you to use the Pulse Locator search-related REST APIs. Cisco Pulse Locator Search REST APIs Auto-Completion of Search Terms, page 3-1 People Search, page

More information

Introduction to Cisco TV CDS Software APIs

Introduction to Cisco TV CDS Software APIs CHAPTER 1 Cisco TV Content Delivery System (CDS) software provides two sets of application program interfaces (APIs): Monitoring Real Time Streaming Protocol (RTSP) Stream Diagnostics The Monitoring APIs

More information

Managing NCS User Accounts

Managing NCS User Accounts 7 CHAPTER The Administration enables you to schedule tasks, administer accounts, and configure local and external authentication and authorization. Also, set logging options, configure mail servers, and

More information

Genesys Mobile Services API Reference. Chat API Version 2 with CometD

Genesys Mobile Services API Reference. Chat API Version 2 with CometD Genesys Mobile Services API Reference Chat API Version 2 with CometD 6/7/2018 Contents 1 Chat API Version 2 with CometD 1.1 Prerequisites for the CometD API 1.2 How to use the CometD API 1.3 CometD API

More information

Digital Imaging and Communications in Medicine (DICOM) Supplement 194: RESTful Services for Non-Patient Instances

Digital Imaging and Communications in Medicine (DICOM) Supplement 194: RESTful Services for Non-Patient Instances 1/20/2016 3:37 PM Supplement XXX: Non-Patient Instances RESTful Service Page 1 5 10 Digital Imaging and Communications in Medicine (DICOM) Supplement 194: RESTful Services for Non-Patient Instances 15

More information

Data Services API Guide SuccessMaker 9

Data Services API Guide SuccessMaker 9 Document last updated September 22, 2016 Copyright 2016 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks,

More information

MongoDB Web Architecture

MongoDB Web Architecture MongoDB Web Architecture MongoDB MongoDB is an open-source, NoSQL database that uses a JSON-like (BSON) document-oriented model. Data is stored in collections (rather than tables). - Uses dynamic schemas

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

Lab 2. Complete the Process API Layer for Order Fulfillment API

Lab 2. Complete the Process API Layer for Order Fulfillment API Lab 2 Complete the Process API Layer for Order Fulfillment API Overview Let us now orchestrate our back-end systems to fulfill the order. We ll post the order to the Order API. The implementation will

More information

Sharepoint Introduction. Module-1: Working on Lists. Module-2: Predefined Lists and Libraries

Sharepoint Introduction. Module-1: Working on Lists. Module-2: Predefined Lists and Libraries Training & Consulting Sharepoint Introduction An overview of the SharePoint Admin Center 1 Comparing the different SharePoint Online versions Finding the SharePoint Admin Center in Office 365 A brief walkthrough

More information

Configuration Tab. Cisco WebEx Messenger Administration Guide 1

Configuration Tab. Cisco WebEx Messenger Administration Guide 1 Overview, page 2 Organization Information, page 2 Domain Information, page 3 Resource Management Information, page 4 URL Configuration, page 5 Security Settings, page 6 Directory Settings, page 8 Password

More information

Enrich Integration Guide

Enrich Integration Guide version 0.1 (06 September 2017) Date Name Ver Change Description 06 September 2017 Harvey Lawrence 0.1 First version the latest version of this document can be found at /enrichintegrationguide.pdf page

More information

ARTICLE EXTRACTOR. Manual. Page 1 of 8. Manual. Tel & Fax: Web:

ARTICLE EXTRACTOR. Manual. Page 1 of 8. Manual. Tel & Fax: Web: Page 1 of 8 ARTICLE EXTRACTOR Sede opertiva: Piazza Vermicelli 87036 Rende (CS), Italy Page 2 of 8 TABLE OF CONTENTS 1 APP documentation... 3 1.1 HOW IT WORKS... 3 1.2 Input data... 5 1.3 Output data...

More information

Microsoft Access 2010

Microsoft Access 2010 2013\2014 Microsoft Access 2010 Tamer Farkouh M i c r o s o f t A c c e s s 2 0 1 0 P a g e 1 Definitions Microsoft Access 2010 What is a database? A database is defined as an organized collection of data

More information

(C) Global Journal of Engineering Science and Research Management

(C) Global Journal of Engineering Science and Research Management ANDROID BASED SECURED PHOTO IDENTIFICATION SYSTEM USING DIGITAL WATERMARKING Prof.Abhijeet A.Chincholkar *1, Ms.Najuka B.Todekar 2, Ms.Sunita V.Ghai 3 *1 M.E. Digital Electronics, JCOET Yavatmal, India.

More information

ACCESS CONTROL IN A SOCIAL NETWORKING ENVIRONMENT

ACCESS CONTROL IN A SOCIAL NETWORKING ENVIRONMENT ACCESS CONTROL IN A SOCIAL NETWORKING ENVIRONMENT A Project Report Presented to The faculty of Department of Computer Science San Jose State University In Partial fulfillment of the Requirements for the

More information

ExtraHop 7.3 ExtraHop Trace REST API Guide

ExtraHop 7.3 ExtraHop Trace REST API Guide ExtraHop 7.3 ExtraHop Trace REST API Guide 2018 ExtraHop Networks, Inc. All rights reserved. This manual in whole or in part, may not be reproduced, translated, or reduced to any machinereadable form without

More information

LibertyData.net. version 1.0. Liberty Criminal API Usage Manual. 2008, Liberty Data Inc. All rights reserved.

LibertyData.net. version 1.0. Liberty Criminal API Usage Manual. 2008, Liberty Data Inc. All rights reserved. LibertyData.net Liberty Criminal API Usage Manual 2008, Liberty Data Inc. All rights reserved. version 1.0 Index Quick Guide to using the API 2 General Syntax 3 API Calls: SearchByName.. 6 SearchByAddress.

More information

Integration API. Author Kodmyran AB

Integration API. Author Kodmyran AB Integration API Author Kodmyran AB Introduction The integration API provides a subset of the entity API. Unlike the entity API the concept here is for a consumer to read what is essentially a transaction

More information

Database Programming Style Guidelines

Database Programming Style Guidelines Database Programming Style Guidelines Version 1.1, April 2001 Copyright D-Bross Table of Content Introduction Standardization is Important Interpretation Tables Primary Tables Linking Tables Lookup Tables

More information

Lead API Guide Version Lead API Guide. Prepared By: John Jackson Date: 25 th January 2018 Version: 1.50 Release

Lead API Guide Version Lead API Guide. Prepared By: John Jackson Date: 25 th January 2018 Version: 1.50 Release Lead API Guide Prepared By: John Jackson Date: 25 th January 2018 Version: 1.50 Release Page! 1 of 8! Introduction This API allows the reading or deletion of leads. The request is made by making a HTTP

More information

Protect Your API with OAuth 2. Rob Allen

Protect Your API with OAuth 2. Rob Allen Protect Your API with OAuth 2 Authentication Know who is logging into your API Rate limiting Revoke application access if its a problem Allow users to revoke 3rd party applications How? Authorization header:

More information

Microsoft Word 2010: Using Mail Merge

Microsoft Word 2010: Using Mail Merge CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Word 2010: Using Mail Merge Summer 2013, Version 1.1 Table of Contents Introduction...2 Using the Mail Merge Wizard...2

More information

Accessing the Progress OpenEdge AppServer. From Progress Rollbase. Using Object Script

Accessing the Progress OpenEdge AppServer. From Progress Rollbase. Using Object Script Accessing the Progress OpenEdge AppServer From Progress Rollbase Using Object Script Introduction Progress Rollbase provides a simple way to create a web-based, multi-tenanted and customizable application

More information

Ad Hoc Reports. 1. Click on Reports. 2. Select Ad Hoc Reports from the menu. 3. To start a new report, Click on the at the top of the screen.

Ad Hoc Reports. 1. Click on Reports. 2. Select Ad Hoc Reports from the menu. 3. To start a new report, Click on the at the top of the screen. Ad Hoc Reports Ad Hoc Reports give you the flexibility of creating a custom report on the fly with the functionality of exporting the data to a file. Ad Hoc Reports can be customized to show as many columns

More information

Web Development and HTML. Shan-Hung Wu CS, NTHU

Web Development and HTML. Shan-Hung Wu CS, NTHU Web Development and HTML Shan-Hung Wu CS, NTHU Outline How does Internet Work? Web Development HTML Block vs. Inline elements Lists Links and Attributes Tables Forms 2 Outline How does Internet Work? Web

More information

Using NAT in Overlapping Networks

Using NAT in Overlapping Networks Using NAT in Overlapping Networks Document ID: 13774 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot Related Information

More information

SAP Analytics Cloud Process Flows

SAP Analytics Cloud Process Flows Process Flows Matthew Shaw, SAP February, 1 Process Flows Live Consumption Create New Live Connection with PATH (via ) Create new live universe connection with path mybip and click save 1 2 Catalog lication

More information

Development of an information service system based on GOOGLE graphical interfaces. Instruction for the use of the MOON-VOS portal Interface

Development of an information service system based on GOOGLE graphical interfaces. Instruction for the use of the MOON-VOS portal Interface Development of an information service system based on GOOGLE graphical interfaces Instruction for the use of the MOON-VOS portal Interface Giuseppe M.R. Manzella ENEA Operational Oceanography, p.o. box

More information

Getting Started with Cisco WebEx Meeting Applications

Getting Started with Cisco WebEx Meeting Applications CHAPTER 6 Getting Started with Cisco WebEx Meeting Applications Revised: September, 2010, Contents Modifying Your Provisioned Cisco WebEx Account, page 6-1 Setting Proxy Permissions, page 6-5 Productivity

More information

DATABASE SYSTEMS. Database programming in a web environment. Database System Course, 2016

DATABASE SYSTEMS. Database programming in a web environment. Database System Course, 2016 DATABASE SYSTEMS Database programming in a web environment Database System Course, 2016 AGENDA FOR TODAY Advanced Mysql More than just SELECT Creating tables MySQL optimizations: Storage engines, indexing.

More information

<NSDL PAN Verification> API Specification Document

<NSDL PAN Verification> API Specification Document < P Verification> API Specification Document Table of Contents 1. SCPE D BUSINESS CASE VERVIEW... 4 1.1 PRJECT VERVIEW... 4 1.2 CURRENT PRCESS & PPRTUNITY... 4 1.3 HIGH-LEVEL BUSINESS REQUIREENTS... 4

More information

SafetyNet Web Services

SafetyNet Web Services SafetyNet Web Services Application Program Interface (API) JSON Supplement June 28, 2017 Copyright 2014-2017 Predictive Solutions, Inc. All rights reserved.. Contents Change History... 1 Request HTTP Headers...

More information

Using the Filter, Field Sets, and Sort Order Menus

Using the Filter, Field Sets, and Sort Order Menus Using the Filter, Field Sets, and Sort Order Menus The Filter menu is used to determine the group of records that appear on the page, such as all active students or former students The Field Sets menu

More information

SHAREPOINT-2016 Syllabus

SHAREPOINT-2016 Syllabus Syllabus Overview: Gone are those days when we used to manage all information in a corporate manually. For every type of requirement we have different solutions but integrating them is a big nuisance.

More information

Creating a main document and a data source by using the Mail Merge Helper. Performing and viewing a merge by using the View Merged Documents button.

Creating a main document and a data source by using the Mail Merge Helper. Performing and viewing a merge by using the View Merged Documents button. L E S S O N 3 Merging Suggested teaching time 45-55 minutes Lesson objectives In this lesson, you will learn the basics of mail merge by: a b c d e Creating a main document and a data source by using the

More information

HarePoint HelpDesk for SharePoint. User Guide

HarePoint HelpDesk for SharePoint. User Guide HarePoint HelpDesk for SharePoint For SharePoint Server 2016, SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010 User Guide Product version: 16.2.0.0

More information

Smart Call Home Web Application

Smart Call Home Web Application CHAPTER 3 This chapter discusses the following areas: Overview of the Launch Smart Call Home Smart Call Home Overview Page Registration Management Processes Report Generation Overview of the Smart Call

More information

Objectives: (1) To learn to capture and analyze packets using wireshark. (2) To learn how protocols and layering are represented in packets.

Objectives: (1) To learn to capture and analyze packets using wireshark. (2) To learn how protocols and layering are represented in packets. Team Project 1 Due: Beijing 00:01, Friday Nov 7 Language: English Turn-in (via email) a.pdf file. Objectives: (1) To learn to capture and analyze packets using wireshark. (2) To learn how protocols and

More information

REST Admin API. Note: Version 9.X or higher is required for the support of REST API. Version /17

REST Admin API. Note: Version 9.X or higher is required for the support of REST API. Version /17 REST Admin API Setup Each application that will communicate to the SecurAccess server via the REST API interface will require authorisation as a trusted source, located under Config/REST API from the SecurEnvoy

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

HTTP Console Documentation

HTTP Console Documentation HTTP Console Documentation Release 1.0.0 Ahmad Nassri April 02, 2014 Contents 1 text/html 1 2 text/plain 3 3 application/php 5 4 application/xml 7 5 application/json 9 6 API Reference 11 6.1 /ip.....................................................

More information

Microsoft Office Access 2007: Intermediate Course 01 Relational Databases

Microsoft Office Access 2007: Intermediate Course 01 Relational Databases Microsoft Office Access 2007: Intermediate Course 01 Relational Databases Slide 1 Relational Databases Course objectives Normalize tables Set relationships between tables Implement referential integrity

More information

HTTP Authentication API

HTTP Authentication API HTTP Authentication API Note: Both GET (URL format) and POST http requests are supported. Note that POST is considered better security as URL data can be cached in the browser. HTTP URL Format http(s)://your_securenvoy_server/secserver?flag=desktop&version=2.0&status=auth&userid=(my_userid)&passcode=(6

More information

Using the IMS Universal Drivers and QMF to Access Your IMS Data Hands-on Lab

Using the IMS Universal Drivers and QMF to Access Your IMS Data Hands-on Lab Using the IMS Universal Drivers and QMF to Access Your IMS Data Hands-on Lab 1 Overview QMF for Workstation is an Eclipse-based, rich client desktop Java application, that uses JDBC to connect to data

More information

DDD & REST. Domain-Driven APIs for the web. Oliver Gierke. / olivergierke

DDD & REST. Domain-Driven APIs for the web. Oliver Gierke. / olivergierke DDD & REST Domain-Driven APIs for the web Oliver Gierke / olivergierke 2 Background 3 Spring Data REST Spring Data Spring HATEOAS Repositories & Aggregates Hypermedia for Spring MVC 4 REST CRUD via HTTP

More information

81225 &SSWSSS Call Us SharePoint 2010 S:

81225 &SSWSSS Call Us SharePoint 2010 S: 81225 &SSWSSS Call Us SharePoint 2010 S: +91 93925 63949 Course Objectives At the end of the course, students will be able to:! Understand IIS Web Server and hosting websites in IIS.! Install and configure

More information

GraphQL - when REST API is not

GraphQL - when REST API is not GraphQL - when REST API is not GraphQL - when RESTlearned API is enough - lessons not enough - Marcin lessons Stachniuk learned Marcin Stachniuk Marcin Stachniuk mstachniuk.github.io /mstachniuk/graphql-java-example

More information

Prime Home NBI Developers Integration Guide. Release: 6.5. Cisco Systems, Inc.

Prime Home NBI Developers Integration Guide. Release: 6.5. Cisco Systems, Inc. Prime Home NBI Developers Integration Guide Release: 6.5 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website

More information

This homework contains 8 pages. Please scroll down to see all of the pages.

This homework contains 8 pages. Please scroll down to see all of the pages. This homework contains 8 pages. Please scroll down to see all of the pages. Homework 10 1. Use pencil and paper, or a computer, to redraw the database. Add a one-to-one relationship that shows: the CS

More information

server_name api_version resource id?format=[format_type]?limit=[integer]?offset=[integer]?order_by=[field] name exact=john Doe?name in=john&name in=bill) GET (list) GET (detail) POST /[resource]/ /[resource]/[id]/

More information

Interactive Knowledge Stack A Software Architecture for Semantic Content Management Systems

Interactive Knowledge Stack A Software Architecture for Semantic Content Management Systems Interactive Stack A Software Architecture for Semantic Content Management Systems Fabian Christ July 2, 2012 Interactive Stack - IKS Started in January 2009 ends in December 2012 Funded in part by a 6.58m

More information

baasbox Documentation

baasbox Documentation baasbox Documentation Release 0.7.3 baasbox March 18, 2014 Contents 1 Introduction 3 2 Installation 5 3 General Overview 7 3.1 Available Functions........................................... 7 3.2 Applied

More information