URL
https://devwebapi.leadmaster.com/api/LMWebAPI/LMGetWorkgroups?logonid={logonid}&databaseid={databaseid}
Description
LMGetWorkgroups from the accesstoken
HttpMethod
POST
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| logonid | LogonID required for the authentication. |
Define this parameter in the request URI. |
| databaseid | databaseid required for the authentication. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"workgroupIDField": 1,
"workgroupNameField": "sample string 2"
},
{
"workgroupIDField": 1,
"workgroupNameField": "sample string 2"
},
{
"workgroupIDField": 1,
"workgroupNameField": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfTypeWorkgroupData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.LMService">
<TypeWorkgroupData>
<workgroupIDField>1</workgroupIDField>
<workgroupNameField>sample string 2</workgroupNameField>
</TypeWorkgroupData>
<TypeWorkgroupData>
<workgroupIDField>1</workgroupIDField>
<workgroupNameField>sample string 2</workgroupNameField>
</TypeWorkgroupData>
<TypeWorkgroupData>
<workgroupIDField>1</workgroupIDField>
<workgroupNameField>sample string 2</workgroupNameField>
</TypeWorkgroupData>
</ArrayOfTypeWorkgroupData>