You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the GET /cve endpoint with the adp_short_name parameter, the response will show and empty result set but with a total count if no records have an ADP container created by the set adp_short_name. The same behavior happens if a record does have an ADP container by the selected user but not on the returned page of records.
Summary
When calling the GET
/cve
endpoint with theadp_short_name
parameter, the response will show and empty result set but with a total count if no records have an ADP container created by the setadp_short_name
. The same behavior happens if a record does have an ADP container by the selected user but not on the returned page of records.{ "cveRecords": [], "totalCount": 10421, "itemsPerPage": 500, "pageCount": 21, "currentPage": 1, "prevPage": null, "nextPage": 2 }
Definition of Done
/cve
should only return and empty array if no records contain an ADP container created byadp_short_name
/cve
should return all records with an ADP container created byadp_short_name
from every pageThe text was updated successfully, but these errors were encountered: