URL
https://devwebapi.leadmaster.com/api/LMWebAPI/GetWorkgroups?access_token={access_token}&databaseid={databaseid}
Description
Search GetWorkgroups from the accesstoken adn databaseid
HttpMethod
GET
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| access_token | Token required for the authentication. | Define this parameter in the request URI. | 
| databaseid | No documentation available. | 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>
        