Get Comments Using GET 1

Get Comments Using GET 1

Get a list of comments of a monthly billing order identified by the order id. Supported selectors: content.

Pre-authorized roles: Operations, Read Only

Request
URI
GET
https://{api_host}//vcp.vmware.com/api/provider/v1/billingOrders/{orderId}/comments
COPY
Path Parameters
string
orderId
Required

Billing order id

orderId example
f6bc69ec-xxxx-xxxx-xxxx-eeafc4a7e0bb
Query Parameters
string
filter
Optional

FIQL format

integer
limit
Optional

limit

integer
offset
Optional

offset

string
sort
Optional

sort


Responses
200

OK

Returns PageOfBillingOrderCommentDTO of type(s) application/json
{
    "content": [
        {
            "user": {
                "firstName": "Bob",
                "lastName": "Johnson",
                "email": "[email protected]"
            },
            "createdTime": "2023-03-01T08:14:56Z",
            "content": "approved by [email protected]"
        }
    ],
    "total": 1
}
content
Optional

content

integer As int64 As int64
total
Optional

total


400

Bad Request

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Billing order not found

Operation doesn't return any data structure