Difference between revisions of "stoney core: Search Resource Mapping (REST - LDAP)"

From stoney cloud
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 1: Line 1:
 
Also visit [[stoney core: Search Resource - REST API]] and [[stoney core: Global Searches]].
 
Also visit [[stoney core: Search Resource - REST API]] and [[stoney core: Global Searches]].
 
= Overview =
 
= Overview =
 +
= Resellers Search Action =
 +
== Resellers Search (GET) ==
 +
The following sequence describes the resellers search:
  
= Links =
 
  
 +
=== Resellers Search (GET) Mapping ===
 +
{| border="1" class="wikitable sortable"
 +
! API Attribute
 +
! LDAP Attribute
 +
|-
 +
| id
 +
| uid
 +
|-
 +
| user
 +
| mail
 +
|-
 +
 +
|}
 +
 +
= Customers Search Action =
 +
== Customers Search (GET) ==
 +
The following sequence describes the customers search:
 +
 +
 +
=== Customers Search (GET) Mapping ===
 +
{| border="1" class="wikitable sortable"
 +
! API Attribute
 +
! LDAP Attribute
 +
|-
 +
| id
 +
| uid
 +
|-
 +
| user
 +
| mail
 +
|-
 +
 +
|}
 +
 +
= People Search Action =
 +
== People Search (GET) ==
 +
The following sequence describes the people search:
 +
 +
 +
=== People Search (GET) Mapping ===
 +
{| border="1" class="wikitable sortable"
 +
! API Attribute
 +
! LDAP Attribute
 +
|-
 +
| id
 +
| uid
 +
|-
 +
| user
 +
| mail
 +
|-
 +
 +
|}
 +
 +
= Links =
  
 
[[Category:Mapping (REST - LDAP)]]
 
[[Category:Mapping (REST - LDAP)]]

Revision as of 09:07, 14 May 2014

Also visit stoney core: Search Resource - REST API and stoney core: Global Searches.

Overview

Resellers Search Action

Resellers Search (GET)

The following sequence describes the resellers search:


Resellers Search (GET) Mapping

API Attribute LDAP Attribute
id uid
user mail

Customers Search Action

Customers Search (GET)

The following sequence describes the customers search:


Customers Search (GET) Mapping

API Attribute LDAP Attribute
id uid
user mail

People Search Action

People Search (GET)

The following sequence describes the people search:


People Search (GET) Mapping

API Attribute LDAP Attribute
id uid
user mail

Links