
Announcements
Hey all,
I am looking for an endpoint to receive the __metadata/type for a specific type of FieldTypeKind e.g
FieldTypeKind eq 10 = type eq SP.FieldCurrency.
SPFieldType enumeration (Microsoft.SharePoint) | Microsoft Learn
The attached endpoint is not satisfied my needs and I want to avoid to create a static array by my own...
My desired result should be /{:????????}/Fields?$select=__metadata,FieldTypeKind,Id in order to create new fields.
Who can share some thougths on this?