Returns comments for a specified negotiable quote
Returns comments for a specified negotiable quote.
Path parameters
-
Negotiable Quote ID.
GET /V1/negotiableQuote/{quoteId}/comments
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/negotiableQuote/{quoteId}/comments
Response examples (200)
[
{
"entity_id": 42,
"parent_id": 42,
"creator_type": 42,
"is_decline": 42,
"is_draft": 42,
"creator_id": 42,
"comment": "string",
"created_at": "string",
"extension_attributes": {},
"attachments": [
{
"attachment_id": 42,
"comment_id": 42,
"file_name": "string",
"file_path": "string",
"file_type": "string",
"extension_attributes": {}
}
]
}
]
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (400)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}