Hi everybody,
I have problems moving emails of subtype 749 within the Content Server from one folder to another. The request works for folders, text documents, jpegs and so on but with email objects I get the error "400 Bad request". I use the following request:
.../api/v1/nodes/7620620?parent_id=7614237&OTCSTICKET=...
When I send a request for getting information about an email node then I get strange information in the data block:
"reserved_user_id": 0,
"type": 749,
"type_name": "Unbekannt",
"volume_id": 25602
},
Why do I get "Unknown" (= "Unbekannt") for type_name? Is this the reason for the issue with the moving action? Maybe there's something misconfigured within our CS regarding the subtypes?
What I also would like to know is how to get the email body (text) and the separate attachments (if available) by the REST API. I can only get the whole content of the email which is not in a readable format (at least for humans:-).
Thanks for any help and best regards,
Matthias