I am using CSOM to retrieve items from the "Access Requests" list.
(https://sharepointSite.sharepoint.com/sites/siteName/Access%20Requests/pendingreq.aspx)
I am trying to figure out all the possible values of the "Status" field.
I have found the following values (just from looking at the access requests page and comparing to the data retrieved from my code)
- 0 = Pending
- 2 = Accepted
- 5 = Withdrawn
I have been unable to find any reference to these codes online. Can anyone point me to a reference for these values or let me know what you figured our on your own?