POST zapier/DD_AgentList
Request Information
URI Parameters
None.
Body Parameters
DD_AgentListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| api_key | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"api_key": "sample string 1"
}
application/xml, text/xml
Sample:
<DD_AgentListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Zapier"> <api_key>sample string 1</api_key> </DD_AgentListInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of DD_DropDownItemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| Label | string |
None. |
|
| Value | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "sample string 1",
"Label": "sample string 2",
"Value": "sample string 3"
},
{
"id": "sample string 1",
"Label": "sample string 2",
"Value": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfDD_DropDownItemModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scarlett.V2.API.DataModels.Services.ImportExport.Zapier">
<DD_DropDownItemModel>
<Label>sample string 2</Label>
<Value>sample string 3</Value>
<id>sample string 1</id>
</DD_DropDownItemModel>
<DD_DropDownItemModel>
<Label>sample string 2</Label>
<Value>sample string 3</Value>
<id>sample string 1</id>
</DD_DropDownItemModel>
</ArrayOfDD_DropDownItemModel>