Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2023-01-26 04:35 PM
Hello ,
In archer I have application A and I'm using this api to get data .
https://***.com/contentapi/A
But I'm not seeing any content ID for this application in this api or any other api services in Acher API Testing documentation .
How i need get contentID's for any application (A)?
Thanks for helping on this .
-Thotakura
2023-02-09 07:26 AM
You can retrieve "all contents" from the content API by calling a metadata endpoint as you have in your original post.
https://***.com/contentapi/A
The response will include the id's of the content records.
If you're saying that the call is not returning any content records, then you might have a permissions issue.