API GetUnits: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „==== Description ==== Method gives You overview of existing branches in system. ==== Exact name ==== <code>API_GetBranches</code> ==== Type ==== Standard…“)
 
 
Řádka 1: Řádka 1:
 
==== Description ====
 
==== Description ====
Method gives You overview of existing branches in system.
+
Method gives You overview of existing units in system.
  
 
==== Exact name ====
 
==== Exact name ====
<code>API_GetBranches</code>
+
<code>API_GetUnits</code>
  
 
==== Type ====
 
==== Type ====
Řádka 18: Řádka 18:
 
|int
 
|int
 
|Internal system id
 
|Internal system id
 +
|
 +
|-
 +
|Name
 +
|nvarchar(50)
 +
|Name
 +
|
 +
|-
 +
|ShortName
 +
|nvarchar(50)
 +
|Short Name
 
|
 
|
 
|}
 
|}
Řádka 23: Řádka 33:
 
==== Example ====
 
==== Example ====
 
<syntaxhighlight lang="sql">
 
<syntaxhighlight lang="sql">
SELECT TOP 1000 * FROM [API_GetBranches]
+
SELECT TOP 1000 * FROM [API_GetUnits]
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
==== Notices ====
 
==== Notices ====
 
None.
 
None.

Aktuální verze z 31. 7. 2017, 11:47

Description

Method gives You overview of existing units in system.

Exact name

API_GetUnits

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
Name nvarchar(50) Name
ShortName nvarchar(50) Short Name

Example

SELECT TOP 1000 * FROM [API_GetUnits]

Notices

None.