Get all negotiations
GET/api/management/negotiations
Get all negotiations
Request
Responses
- 200
Successfully fetched negotiations
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
localIdstringrequired
remoteIdstringrequired
remotePartystringrequired
rolestringrequired
remoteAddressstringrequired
statestringrequired
dataSetstringrequired
modifiedDatedate-timerequired
[
{
"localId": "string",
"remoteId": "string",
"remoteParty": "string",
"role": "string",
"remoteAddress": "string",
"state": "string",
"dataSet": "string",
"modifiedDate": "2024-07-29T15:51:28.071Z"
}
]