getActivityStatisticsByService()

Returns the total number of objects processed for each of the schemas associated with the specified service, and returns the number of success and error objects.

The following table lists the parameter:
Parameter Type Description
Service Name String The name of the service.

Returned Results

The following table lists the returned results:

Name Type Description
Operation String The type of operation that the service performs.
Service Name String The name of the service that is associated with the specified operation.
Total String The total number of objects processed for this schema for an adapter service.
Success String The number of objects that are successfully identified for this schema, and are to be published or written to a file.
Error String The number of objects that are identified for this schema but are not published. This reason is that the header of the schema fails in the validation for Publication Service, or is written to a file because the schema is not associated with the subscriber for Subscription Service.