URL
https://devwebapi.leadmaster.com/api/LMWebAPI/GetCustomLabels?access_token={access_token}
Description
Get CustomLabels for contacts
HttpMethod
GET
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
access_token | Token required for the authentication. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "fieldIDField": "sample string 1", "labelNameField": "sample string 2", "dataTypeField": "sample string 3" }, { "fieldIDField": "sample string 1", "labelNameField": "sample string 2", "dataTypeField": "sample string 3" }, { "fieldIDField": "sample string 1", "labelNameField": "sample string 2", "dataTypeField": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomLabels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.LMService"> <CustomLabels> <dataTypeField>sample string 3</dataTypeField> <fieldIDField>sample string 1</fieldIDField> <labelNameField>sample string 2</labelNameField> </CustomLabels> <CustomLabels> <dataTypeField>sample string 3</dataTypeField> <fieldIDField>sample string 1</fieldIDField> <labelNameField>sample string 2</labelNameField> </CustomLabels> <CustomLabels> <dataTypeField>sample string 3</dataTypeField> <fieldIDField>sample string 1</fieldIDField> <labelNameField>sample string 2</labelNameField> </CustomLabels> </ArrayOfCustomLabels>