Skip to main content

List all comments of a porting order

GET 
/porting_orders/:id/comments

Returns a list of all comments of a porting order.

Request

Path Parameters

    id uuidrequired

    Porting Order id

Query Parameters

    page[number] integer

    Possible values: >= 1

    Default value: 1

    The page number to load

    page[size] integer

    Possible values: >= 1 and <= 250

    Default value: 20

    The size of the page

Responses

200: Successful response

401: Unauthorized

422: Unprocessable entity. Check message field in response for details.

Loading...