Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2019-04-12 11:57 AM
Just wondering if I need to create a report with all the fields or just report with all the records and that should pull all the meta data required into my data lake?
2019-04-12 12:00 PM
But field metadata call
/api/core/system/fielddefinition/application/[APPLICATION_ID]
is based on Application ID, not record ID.
And if you speak about content:
/api/core/content/[contentid]
that requires only SYSTEM TRACKING ID of the record.
2019-04-12 02:17 PM
Thanks IIya! so whats the relevance of creating a report? Can I just use the app ID or do I need it in conjunction with report ID? A little confusion on how to get all the fields from Archer from a particular app into the data lake.
2019-04-12 02:21 PM
If you need only fields metadata from the application, you need only application ID.
But if you want to get contents from all records, you need to iterate these records from report, and you need only system tracking id.
2019-04-15 12:47 PM
Instead of creating a report and calling SearchRecordsByReport, you can create a Search XML string and call the ExecuteSearch method too. For more info, check out these links:
2019-04-15 02:39 PM
Thanks Jeff - will check it out!
2019-10-02 07:36 AM
Above is using the Web API, is there anything available with Rest or content API to fetch all records from Archer application?
2019-10-02 07:39 AM
Not yet, to fetch all data you need to use WEB API as of today.
2022-12-29 09:22 AM
@Ilya_Khen looking for rest api to fetch all the records from application, is there any possibilities with Rest or content API to get all records from Archer application in the new versions 6.12 ?
2022-12-29 09:24 AM - edited 2022-12-29 09:25 AM
Only SOAP calls in Archer support reports unfortunately.
But CONTENT API allows to get records per application. Try it from @JeffLetterman crafted tool: https://www.archerirm.community/t5/technical-tips-tricks/archer-api-templates-an-archer-application-to-quickly-test-the/ba-p/566337