How do I use the columns perameter in the playlist items API endpoint? #350
-
|
when I send a request to My question is, what are you supposed to include in the columns paremeter? Why does the items columns just return an array of what I put in? what am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
answered myself by checking the web server settings page, you use %title% for the title ect. ect. Some clarification on the API documentation on this would be nice however. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, all column expressions use title formatting syntax. If you are going to write complex expression note that additional escaping must be performed:
Since all these values go to URL the resulting string should be URL escaped, but probably you've already figured this out. |
Beta Was this translation helpful? Give feedback.
answered myself by checking the web server settings page, you use %title% for the title ect. ect. Some clarification on the API documentation on this would be nice however.