ContributionsMost RecentMost LikesSolutionsReturn to same page after sign out Is there a setting that returns the user back to the same page after signing out. The default behavior takes the user back to the home page. Re: Maximum LiQL Length Limit SuzieH Yes, the query string after the q= Bind variables for LiQL Does LiQL support bind variables? I want to pass a sequence of message Ids in a WHERE clause, but not have to expand them into a comma separated string. Maximum LiQL Length Limit How long can a LiQL statement string be? Re: Set HTTP response code on custom endpoint AdamN Thanks. Worked great. Re: Set HTTP response code on custom endpoint jeffshurtliff Thanks for the reply.l Set HTTP response code on custom endpoint How is a standard HTTP status code set on a custom endpoint? By default, it returns 200, but I need to set 204 and 500. SolvedThread-based Unread / Read flag via APIv2 messages query See Thread-based Unread / Read flag via APIv2 messages query One of the topic listing OOB components has this feature. Anyone have any idea how the OOB component accomplishes this? Additional subscription fields in LiQL. I need to get a list of subscription for a user. I am using the below query. SELECT target,target.id,target.subject,target.board.title,target.post_time,target.last_post_time,target.user_context.read,target.view_href FROM subscriptions WHERE target.type='conversation' I guessed as some of the fields. The following are not returning values: target.subject target.post_time target.user_context.read Could someone advise if the data is available and what the correct names are? My alternative is to get a list of message Id's and then query messages object, but it adds execution time. Re: http.client request error peterlu Thanks. I checked everything I could think of. The API call works in Postman from my personal home computer, so I know it's not the target server blocking requests. I also checked the Khoros setting for outbound calls and it is set although I have no way of testing. I created the ticket with support.