Retrieve exceptions
Header Parameters
Authorization token
Query Parameters
Specifies the maximum number of records to return. Defaults to 1000, if not specified.
Used in conjunction with limit that specifies the starting point to retrieve the next batch of records. Defaults to 1, if not specified. For example, if your limit is 100 and you specify an offset of 100, the system returns records from 100 through 200.
Path Parameters
This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.
Access token returned from InitiateBulkImport call. A 401 is returned if this value is invalid.
Response
Response Attributes
Number of exception records returned based on the criteria provided in the request properties. Read-Only Field.
Based on the limit value specified, it informs the user if there are any additional exception records available for retrieval. Read-Only Field.
Specifies the maximum number of records to return. Defaults to 1000, if not specified.
Used in conjunction with limit that specifies the starting point to retrieve the next batch of records. Defaults to 1, if not specified. For example, if your limit is 100 and you specify an offset of 100, the system returns records from 100 through 200.
This is the Total number of exception records returned in the request. This number is limited to the maximum number defined in the limit and will not exceed that value. Read-Only Field.
Collection of BulkUserProfilePreferenceExceptions. This value is the list of records that encountered exceptions. Exceptions will be returned in the format of the BulkUserProfilePreferenceException collection and include the data that was received as well as the exceptions encountered using the ExceptionsDefinition collection.
Show child attributes
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found.
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.