TeleportService

<back to all web services

Catalog_Get

The following routes are available for this service:
POST/Catalog_Get
Catalog_Get Parameters:
NameParameterData TypeRequiredDescription
contactbodystringNo
limitbodyintNo
nombodyintNo
filtersbodyList<CatalogFilter>No
fieldsbodyList<string>No
propertiesbodyList<string>No
search_modebodySearchModeNo
search_phrasebodystringNo
CatalogFilter Parameters:
NameParameterData TypeRequiredDescription
modeformstringNo
nameformstringNo
operationformstringNo
valueformstringNo
groupformstringNo
SearchMode Enum:
contact
myContacts
publicContacts
allContacts

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Catalog_Get HTTP/1.1 
Host: wbs.e-teleport.ru 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	contact: String,
	limit: 0,
	nom: 0,
	filters: 
	[
		{
			mode: String,
			name: String,
			operation: String,
			value: String,
			group: String
		}
	],
	fields: 
	[
		String
	],
	properties: 
	[
		String
	],
	search_mode: contact,
	search_phrase: String
}