# Comments get **GET /v1/Comments** ## Servers - https://api.pre.lwolf.com/transact-workflow: https://api.pre.lwolf.com/transact-workflow () ## Parameters ### Headers - **on-behalf-of** (string) On behalf of user ### Query parameters - **select** (string) Limits the properties returned in the result. - **expand** (string) Indicates the related entities to be represented inline. The maximum depth is 2. - **filter** (string) Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions. - **orderby** (string) Specifies the order in which items are returned. The maximum number of expressions is 5. - **top** (integer(int32)) Limits the number of items returned from a collection. The maximum value is 100. - **skip** (integer(int32)) Excludes the specified number of items of the queried collection from the result. - **count** (boolean) Indicates whether the total count of items within a collection are returned in the result. ## Responses ### 200 OK #### Body: application/json (array[object]) - **commentId** (string(uuid)) - **userId** (string(uuid)) - **paperworkId** (string(uuid) | null) - **transactionId** (string(uuid)) - **parentId** (string(uuid) | null) - **content** (string | null) - **isResolved** (boolean) - **createdDate** (string(date-time) | null) - **updatedDate** (string(date-time) | null) [Powered by Bump.sh](https://bump.sh)