Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created June 15, 2024 12:01
Show Gist options
  • Save expiscornovus/bd1c6e33c0a9edc730378348151639a8 to your computer and use it in GitHub Desktop.
Save expiscornovus/bd1c6e33c0a9edc730378348151639a8 to your computer and use it in GitHub Desktop.
Response Create Text Field
{
"d": {
"__metadata": {
"id": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'b4d21304-7a82-4c68-a70c-5dcaf2c7f541')",
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'b4d21304-7a82-4c68-a70c-5dcaf2c7f541')",
"type": "SP.FieldText"
},
"DescriptionResource": {
"__deferred": {
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'b4d21304-7a82-4c68-a70c-5dcaf2c7f541')/DescriptionResource"
}
},
"TitleResource": {
"__deferred": {
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'b4d21304-7a82-4c68-a70c-5dcaf2c7f541')/TitleResource"
}
},
"AutoIndexed": false,
"CanBeDeleted": true,
"ClientSideComponentId": "00000000-0000-0000-0000-000000000000",
"ClientSideComponentProperties": null,
"ClientValidationFormula": null,
"ClientValidationMessage": null,
"CustomFormatter": null,
"DefaultFormula": null,
"DefaultValue": null,
"Description": "",
"Direction": "none",
"EnforceUniqueValues": false,
"EntityPropertyName": "Floor",
"Filterable": true,
"FromBaseType": false,
"Group": "Custom Columns",
"Hidden": false,
"Id": "b4d21304-7a82-4c68-a70c-5dcaf2c7f541",
"Indexed": false,
"IndexStatus": 0,
"InternalName": "Floor",
"IsModern": false,
"JSLink": "clienttemplates.js",
"PinnedToFiltersPane": false,
"ReadOnlyField": false,
"Required": false,
"SchemaXml": "<Field DisplayName=\"Floor\" Type=\"Text\" Required=\"FALSE\" ID=\"{b4d21304-7a82-4c68-a70c-5dcaf2c7f541}\" SourceID=\"{9f7a4039-16f1-4aec-b912-957f2e6ecf8e}\" StaticName=\"Floor\" Name=\"Floor\" ColName=\"nvarchar26\" RowOrdinal=\"0\" Version=\"1\" />",
"Scope": "/sites/PowerUsers/Lists/Custom Fields",
"Sealed": false,
"ShowInFiltersPane": 0,
"Sortable": true,
"StaticName": "Floor",
"Title": "Floor",
"FieldTypeKind": 2,
"TypeAsString": "Text",
"TypeDisplayName": "Single line of text",
"TypeShortDescription": "Single line of text",
"ValidationFormula": null,
"ValidationMessage": null,
"MaxLength": 255
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment