GET api/Negotiator/{id}
Get a Negotiator by its id. Processes this negotiator API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the Negotiator to get. Pass 0 to be returned an empty data contract. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The Negotiator or null if it does not exist.
NegotiatorDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| AgencyId |
The unique identifier of the related agency resource. |
integer |
None. |
| Initials |
The initials value. |
string |
None. |
| Gender |
The gender value. |
EnumDataContract |
None. |
| Title |
The title value. |
string |
None. |
| FirstName |
The first name value. |
string |
None. |
| LastName |
The last name value. |
string |
None. |
| ContactName |
The contact name value. |
string |
None. |
| PrimaryTelephone |
The primary telephone value. |
ContactItemDataContract |
None. |
| PrimaryEmail |
The primary email value. |
ContactItemDataContract |
None. |
| JobTitle |
The job title value. |
string |
None. |
| CurrentStatus |
The current status value. |
integer |
None. |
| ContactItems |
The collection of contact items. |
Collection of ContactItemDataContract |
None. |
| ClaimedTask |
The claimed task value. |
TodoTaskClaimedDataContract |
None. |
| Biography |
The biography value. |
string |
None. |
| SystemStatus |
The system status value. |
string |
None. |
| Permissions |
The collection of permissions. |
Collection of NegotiatorPermissionDataContract |
None. |
| CreatedDate |
The created date, expressed as a date and time. |
date |
None. |
| CreatedBy |
The created by value. |
CreatedByDataContract |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json, text/json
{
"AgencyId": 1,
"Initials": "sample string 2",
"Gender": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Title": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"ContactName": "sample string 6",
"PrimaryTelephone": {
"Type": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": "sample string 1",
"Notes": "sample string 2",
"ContactOrder": 3,
"AllowContact": true,
"MarketingContactStatus": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Name": "sample string 5",
"Id": 6
},
"PrimaryEmail": {
"Type": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": "sample string 1",
"Notes": "sample string 2",
"ContactOrder": 3,
"AllowContact": true,
"MarketingContactStatus": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Name": "sample string 5",
"Id": 6
},
"JobTitle": "sample string 7",
"CurrentStatus": 8,
"ContactItems": [
{
"Type": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": "sample string 1",
"Notes": "sample string 2",
"ContactOrder": 3,
"AllowContact": true,
"MarketingContactStatus": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Name": "sample string 5",
"Id": 6
},
{
"Type": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": "sample string 1",
"Notes": "sample string 2",
"ContactOrder": 3,
"AllowContact": true,
"MarketingContactStatus": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Name": "sample string 5",
"Id": 6
}
],
"ClaimedTask": {
"ToDoTitle": "sample string 1",
"ToDoDescription": "sample string 2",
"ToDoId": 3,
"ToDoType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Id": 4
},
"Biography": "sample string 9",
"SystemStatus": "sample string 10",
"Permissions": [
{
"Name": "sample string 1",
"Id": 2
},
{
"Name": "sample string 1",
"Id": 2
}
],
"CreatedDate": "2026-07-24T13:16:19.5648204Z",
"CreatedBy": {
"Initials": "sample string 1",
"ContactName": "sample string 2",
"Gender": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Title": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"PrimaryTelephone": {
"Type": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": "sample string 1",
"Notes": "sample string 2",
"ContactOrder": 3,
"AllowContact": true,
"MarketingContactStatus": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Name": "sample string 5",
"Id": 6
},
"PrimaryEmail": {
"Type": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": "sample string 1",
"Notes": "sample string 2",
"ContactOrder": 3,
"AllowContact": true,
"MarketingContactStatus": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Name": "sample string 5",
"Id": 6
},
"JobTitle": "sample string 6",
"Id": 7
},
"Id": 12
}