KB Article #193520

Not all Partners listed in API V2 GET /communities/{identifier}

Problem

The default limit of 100 objects returned in the GET all responses is not applied when performing a request without setting a value to the limit query parameter.

When we try to export the community using the API V2, only 100 partners are displayed.

Resolution

Add below property under REST node section in jvmArguments.xml and restart B2Bi. It will dispaly entire list.

<Property key="rest.v2.property.pagination.default.limit">200</Property>