<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: access documents with accented names through rest api in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/access-documents-with-accented-names-through-rest-api/m-p/314893#M1894</link>
    <description>&lt;P&gt;I thought I did it but it turns that I used a faulty url encoder at first (the second line in my attempts). Using a correct encoder, "é" became "%E9" as it should and it works!
Many thanks for pointing me in correct direction&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jan 2014 17:30:41 GMT</pubDate>
    <dc:creator>Thomas_vdv</dc:creator>
    <dc:date>2014-01-02T17:30:41Z</dc:date>
    <item>
      <title>access documents with accented names through rest api</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-documents-with-accented-names-through-rest-api/m-p/314891#M1892</link>
      <description>&lt;P&gt;Hi,
I'm trying to retrieve documents by path using rest api v1 but how to retrieve documents with accented characters in names ? I only get errors returned so far&lt;/P&gt;
&lt;P&gt;In below attempts, I'm trying to retrieve children of document name "Acquéreurs" :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;$ curl -X GET -u Administrator:Administrator -H "Content-Type: application/json; charset=utf-8" &lt;A href="http://localhost:8080/nuxeo/api/v1/path/default-domain/workspaces/Acquéreurs/@children" target="test_blank"&gt;http://localhost:8080/nuxeo/api/v1/path/default-domain/workspaces/Acquéreurs/@children&lt;/A&gt;
No such document: No such document: /default-domain/workspaces/AcquÃƒÂ©reurs


$ curl -X GET -u Administrator:Administrator -H "Content-Type: application/json; charset=utf-8" &lt;A href="http://localhost:8080/nuxeo/api/v1/path/default-domain/workspaces/Acqu%C3%A9reurs/@children" target="test_blank"&gt;http://localhost:8080/nuxeo/api/v1/path/default-domain/workspaces/Acqu%C3%A9reurs/@children&lt;/A&gt;
No such document: No such document: /default-domain/workspaces/Acqu+â-®reurs


$ curl -X GET -u Administrator:Administrator -H "Content-Type: application/json; charset=utf-8" &lt;A href="http://localhost:8080/nuxeo/api/v1/path/default-domain/workspaces/Acquereurs/@children" target="test_blank"&gt;http://localhost:8080/nuxeo/api/v1/path/default-domain/workspaces/Acquereurs/@children&lt;/A&gt;
No such document: No such document: /default-domain/workspaces/Acquereurs
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Any Hint?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2014 17:13:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-documents-with-accented-names-through-rest-api/m-p/314891#M1892</guid>
      <dc:creator>Thomas_vdv</dc:creator>
      <dc:date>2014-01-02T17:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: access documents with accented names through rest api</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-documents-with-accented-names-through-rest-api/m-p/314892#M1893</link>
      <description>&lt;P&gt;What happens if you urlencode the url before the call?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2014 17:21:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-documents-with-accented-names-through-rest-api/m-p/314892#M1893</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2014-01-02T17:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: access documents with accented names through rest api</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/access-documents-with-accented-names-through-rest-api/m-p/314893#M1894</link>
      <description>&lt;P&gt;I thought I did it but it turns that I used a faulty url encoder at first (the second line in my attempts). Using a correct encoder, "é" became "%E9" as it should and it works!
Many thanks for pointing me in correct direction&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2014 17:30:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/access-documents-with-accented-names-through-rest-api/m-p/314893#M1894</guid>
      <dc:creator>Thomas_vdv</dc:creator>
      <dc:date>2014-01-02T17:30:41Z</dc:date>
    </item>
  </channel>
</rss>

