Skip to main content

Retrieve all comments

GET 
/comments

Retrieve all comments

Request

Query Parameters

    filter[comment_record_type] stringrequired

    Record type that the comment relates to i.e number_order, sub_number_order or number_order_phone_number

    filter[comment_record_id] stringrequired

    ID of the record the comments relate to

Responses

200: An array of Comment Responses

default: Unexpected error

Loading...