Search DXM Forum
I have seen the documentation for the Access API -- both the web pages at http://developer.crownpeak.com/Documentation/AccessAPI/index.html and Swagger. Unfortunately, there are times where I am left guessing the meaning of a particular parameter and/or what are acceptable values for a parameter. For example, the /accessapi/asset/create method has many parameters whose datatype is an integer. The range of acceptable values and specific meaning of those values isn't documented.
Is there some other resource I should look at?
Hi pperrone,
Thank you for your question! We are so excited to see this kind of participation during the soft launch.
To get an answer for you I turned to our Product and Services teams. I learned that work is being done to consolidate our reference documents to create the type of resource you are looking for.
Since that is ongoing, I will look to put you in touch with an SME who can answer the parameter questions that you cannot find an answer to you.
Hi pperrone,
Thank you for your question! We are so excited to see this kind of participation during the soft launch.
To get an answer for you I turned to our Product and Services teams. I learned that work is being done to consolidate our reference documents to create the type of resource you are looking for.
Since that is ongoing, I will look to put you in touch with an SME who can answer the parameter questions that you cannot find an answer to you.
The parameters for the AssetCreateRequest ("/accessapi/asset/create") are as follows:
This is great information! I look forward to seeing similar detail for all methods. 🙂
As an aside, the V3 interface uses the Access API so anything you can do in V3, you can do through the Access API. Knowing this, you can do a little investigation into the API parameter values by using an intercepting proxy, Charles is a popular choice but I prefer MITMProxy, between the browser and the CMS backend.
This method won't tell you what the range of accepted values is for each parameter, but it is a good fallback while the Access API documentation is brought up to speed.