GetGroupInfo
Retrieves basic data about existing groups in a project.
Syntax
GetGroupInfo(string APIKeyHeader, string Message, string ProjectID, string Language)
Inputs: <InputParameter>
Properties | Attribute Type | Description |
---|---|---|
DataSourceID: string | Message Header |
Outputs: Group
Group Structure
Properties | Attribute Type | Description |
---|---|---|
TransactionID: long | Message Header | |
Message: string | Message Header | |
ProjectID: string | ||
GroupID: string | ||
SourceID: string | ||
Type: string | ||
Captions: namevalue | ||
Privileges: namevalue |
Back to top