List all comments for a port request
GET/origination/porting/port_requests/:port_request_id/comments
Returns a list of comments for a port request.
Request
Path Parameters
port_request_id stringrequired
Port Request id
Responses
200: Comments Response
- application/json
401: Unauthorized
Request samples
curl -L 'https://api.telnyx.com/origination/porting/port_requests/:port_request_id/comments' \
-H 'Accept: application/json'
Response samples
[
{
"id": "string",
"body": "string",
"sub_request_id": "string",
"user_id": "string",
"created_at": "string"
}
]