/
Getting Started with REST Service Data Retrieval

Getting Started with REST Service Data Retrieval

Getting Started

The REST service process retrieves data about a file status when the file queue page is accessed. It outlines the backend server's steps to query the database, retrieve relevant information, and send this data to the front end for display.

Activity

Description

Activity

Description

File Phase

  • The File Phase indicates the current processing phase of the file queue.

  • It could be v3, EBMR, or any other phase relevant to your file data.

Error Description

  • Error description contains detailed explanations of different errors that could occur during file processing.

  • These descriptions provide valuable insights into the kinds of errors encountered, which can help in the troubleshooting process.

Total Record Count

  • The total count of records available in the file.

Unique Record Count

  • Number of unique records(Unique Employee) in the file.

  • This excludes duplicate records, if any.

Duplicate Record Count

  • The number of duplicate records found in the file, if applicable.

  • This pertains to Employee records that are duplicated within the file.

File Status

  • The file status is indicated as follows: File received, Transformed to Orchestration

  • This status could be one of the following: PROCESSING, SUCCESS, or FAILURE.

Phase v3

  • Specifics regarding the v3 phase of file processing encompass Account Structure Check, Domain Check, Transformed Check, and more.

  • It involves details like the count of valid records present in the file for v3.

v3 Error Record

  • The file contains a total of error records related to version 3 (v3).

v3 Pass Percentage of Record

  • The pass percentage of records is determined during the v3 phase.

  • It is calculated by dividing the number of good records by the total number of records processed in the v3 phase.

Phase EBMR:

  • Specifics regarding the EBMR phase of file processing encompass Account Structure Check, Domain Check, Transformed Check, and more.

EBMR Good Record:

  • This phase processes the number of good records processed

EBMR Error Record:

  • Number of error records encountered during the EBMR phase.

EBMR Pass Percentage of Record:

 

  • It contains the pass percentage of records during the EBMR phase.

  • This percentage is calculated by dividing the number of good records by the total number of records processed in the EBMR phase.

Screenshot :

File Queue:

image-20240620-071349.png

The backend sends the retrieved data to the front end for display.

Steps to create a Backend Service and Rest API

Related content

REST Services for Downloading Input, Output, Dropped Record, Error, and Duplicate Record Files from Database
REST Services for Downloading Input, Output, Dropped Record, Error, and Duplicate Record Files from Database
More like this
SIC: Overview of Adeptia Rest Services Creation for GUI
SIC: Overview of Adeptia Rest Services Creation for GUI
More like this
REST Service for File Search with Advanced Options and Pagination
REST Service for File Search with Advanced Options and Pagination
More like this
REST Services for Data Retrieval like Good Record, Error Record, and file status
REST Services for Data Retrieval like Good Record, Error Record, and file status
More like this