Copyright © tutorialspoint.com
Description: The get_publisherAssertions API call is used to obtain the full set of publisher assertions that is associated with an individual publisher account. This API call returns a publisherAssertions message that contains a publisherAssertion element for each publisher assertion registered by the publisher account associated with the authentication information. Only assertions made by the individual publisher are returned. Version 2.0 Syntax:
Arguments:authInfo: This required argument is an element that contains an authentication token. Authentication tokens are obtained using the get_authToken API call. Error Returned:If any error occurs in processing this API call, a dispositionReport element will be returned to the caller within a SOAP Fault. The following error number information will be relevant: E_authTokenExpired: signifies that the authentication token value passed in the authInfo argument is no longer valid because the token has expired. E_authTokenRequired: signifies that the authentication token value passed in the authInfo argument is either missing or is not valid. |
Copyright © tutorialspoint.com