ObjsList

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:02

Description

Return an xml file containing the id and descriptive translated name of all objects of a specified type.

Parameter (* denotes an optional parameter)

Type

This string parameter must contain the valid name of a single object type.

 

IMPORTANT: Object names are case sensative:

Incorrect:

http://tera-ifra/gnportal/do.ashx?cmd=objslist&type=pubdest

This returns an error that the object does not exist.

Correct:

http://tera-ifra/gnportal/do.ashx?cmd=objslist&type=pubDest

 

Example: http://server/gnportal/do.ashx?cmd=objslist&type=group

<result xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns="http://www.teradp.com/schemas/GN4/1/Results.xsd">

<objsListResult>

<obj id="2" descName="Administrators" />

<obj id="3" descName="Superusers" />

<obj id="4" descName="Everyone" />

</objsListResult>

</result>

See also

Objects, Objs, ObjsNav