getActivityStatisticsBySchema()

Returns the total number of objects processed for the given schema by each service that uses the schema, and returns the number of success and error objects.

The following table lists the parameter:
Parameter Type Description
Schema Name String The name of the schema.

Returned Results

The following table lists the returned results:

Name Type Description
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.