Payable Comment

List payable comments

Returns a paginated list of payable comments the user has access to, newest first. Filter by payable_id to fetch a single payable's chat thread.

get/v1/erp/payouts/payable_comments

Query parameters

payable_idstring uuid

Filter comments to a single payable.

Parameters

#/paths/~1v1~1erp~1payouts~1rules/get/parameters/0 — unresolved $ref
#/paths/~1v1~1erp~1payouts~1rules/get/parameters/1 — unresolved $ref
#/paths/~1v1~1erp~1payouts~1rules/get/parameters/2 — unresolved $ref

Response

Paginated list of payable comments (default 25 per page).

idstring uuid required
textstring required
payable_idstring uuid required
user_idstring required
read_atstring date-time nullable

When the comment was marked as read; null while unread.

created_atstring date-time
updated_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.