We are doing a GovCorpSearch in our application with a hardcoded list of supported AssetStatues that we received roughly a year ago. Now we get a 400 response with the message
{"error":{"message":"Validation Error:\r\n\r\nThe Status REF is not supported; supported values are: CLD, CAN, DFS, RDM, EXC, MAT, FNG, DEF, ISS, LIQ, NAC, PRE, PUT, RPN, RMK, RBM, FDD, REP, RES, TEN, TBC, TBE, TBI, TBP, TBR, TBB, WHN"}}.
Is there any way to request an up to date list of Asset Statuses for the GovCorpSearch through the API to prevent this in the future if changes are made to the supported Asset Statuses. Previously the code REF was accepted.