Web API for versioning

Certified Lead Developer

Hi all,

Is it possible to get the version, like api of each object from the internal appian database. can anyone suggest me to extract api from internal database to generate report for version of all objects.

Thanks & Regards,
Srinivas Thota.

  Discussion posts and replies are publicly visible

Parents
  • Hi,
    There is a log file with all objects and details for them. It contains Application UUID, Object UUID, Object Type, and Name. It does not contain a version number, but it may still help you collect data on all objects other than the version.

    The log name is hc-application-objects.csv

    There is also a log that holds object version details. It contains Timestamp, Object Type, Total Count, Min Number of Versions, Average Number of Versions, Max Number of Versions. You can use this in parallel with the other log for reporting purposes.

    The log name is data-metrics/design_object_versions.csv 

Reply
  • Hi,
    There is a log file with all objects and details for them. It contains Application UUID, Object UUID, Object Type, and Name. It does not contain a version number, but it may still help you collect data on all objects other than the version.

    The log name is hc-application-objects.csv

    There is also a log that holds object version details. It contains Timestamp, Object Type, Total Count, Min Number of Versions, Average Number of Versions, Max Number of Versions. You can use this in parallel with the other log for reporting purposes.

    The log name is data-metrics/design_object_versions.csv 

Children