Archer Community
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
- Archer Community
- News, Events & Groups
- User Groups
- Archer API Users
- Accessing Content Records using RESTFUL API
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Accessing Content Records using RESTFUL API
Contributor II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Print
- Report Inappropriate Content
2020-11-03 10:28 AM
I referred the documentation, Archer APIs > RSA Archer RESTful API > REST API Segments > Content . As per the documentation, the APIs for accessing the content are
- platformapi/core/content/contentid
- platformapi/core/content/referencefield/
My purpose is to get all the records in the application using data which I got calling above APIs which is ApplicationID and FieldID . Can you please help how can I get all the content records through API or let me know if there is any other way to get all the contents for the application.
Used below API's method:
- Security Login API- POST - /security/login
- List Application API - GET - /system/application
- List Application Details API - GET - system/application/
- List Application Field Definition API - GET - system/fielddefinition/application/