Is there anyone to provide the User Guide how to use CMServiceAPI ? Thank
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
Is there anyone to provide the User Guide how to use CMServiceAPI ? Thank
Hi Jamie,
Do you know what does Id and PropertyIds mean in https://github.com/content-manager-sdk/Community/tree/master/Samples/ServiceAPI/CSharp/ConsoleServiceAPIClient? Do you know where I can find the document related to those?
PropertyIds is an enumeration representing all the different standard object properties. They are not documented but you can work out what each one corresponds to based upon its name. They are described here: content-manager-sdk.github.io/.../namespace_t_r_i_m_1_1_s_d_k.html
The Service API PDF document contains a link to this website but it can also be found through some clever web searching.
I have never used the 'RecordFind' class but I now see that it inherits from TrimMainObjectByUri (which I didn't know existed). This makes sense and I was wondering just yesterday if the Service API had a generic way to find a main object like the TRIM SDK does. I assume you use a Record URI in the 'Id' property and it may also accept a record number too based on what I've seen in other parts of the Service API
Noted with much thank. I have tried to create a record but got an error - not enough security profile. Do you know how to set security profile using C# code or where I can get the related document?
(
No, I don't
Fix the security profile using content manager. Creating a Record has the following error. The SSL connection could not be established
I have used basic authentication and ServicePointManager to bypass TLS certification but not working. Any idea?
Fix the SSL connection. Would you mind telling us which record properties are used to set document direction?
.