Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created April 16, 2024 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expiscornovus/93775ea458a4a8fc1195e0cd2f97d17c to your computer and use it in GitHub Desktop.
Save expiscornovus/93775ea458a4a8fc1195e0cd2f97d17c to your computer and use it in GitHub Desktop.
Response Create Date and time Field
{
"d": {
"__metadata": {
"id": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'ccb93ecf-1b99-4755-8b8c-8f4d43f3828d')",
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'ccb93ecf-1b99-4755-8b8c-8f4d43f3828d')",
"type": "SP.FieldDateTime"
},
"DescriptionResource": {
"__deferred": {
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'ccb93ecf-1b99-4755-8b8c-8f4d43f3828d')/DescriptionResource"
}
},
"TitleResource": {
"__deferred": {
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'ccb93ecf-1b99-4755-8b8c-8f4d43f3828d')/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": "EvaluationDate",
"Filterable": true,
"FromBaseType": false,
"Group": "Custom Columns",
"Hidden": false,
"Id": "ccb93ecf-1b99-4755-8b8c-8f4d43f3828d",
"Indexed": false,
"IndexStatus": 0,
"InternalName": "EvaluationDate",
"IsModern": false,
"JSLink": "clienttemplates.js",
"PinnedToFiltersPane": false,
"ReadOnlyField": false,
"Required": false,
"SchemaXml": "<Field DisplayName=\"Evaluation Date\" FriendlyDisplayFormat=\"Disabled\" Format=\"DateTime\" IsModern=\"TRUE\" Name=\"EvaluationDate\" Title=\"Evaluation Date\" Type=\"DateTime\" ID=\"{ccb93ecf-1b99-4755-8b8c-8f4d43f3828d}\" SourceID=\"{9f7a4039-16f1-4aec-b912-957f2e6ecf8e}\" StaticName=\"EvaluationDate\" ColName=\"datetime1\" RowOrdinal=\"0\" />",
"Scope": "/sites/PowerUsers/Lists/Custom Fields",
"Sealed": false,
"ShowInFiltersPane": 0,
"Sortable": true,
"StaticName": "EvaluationDate",
"Title": "Evaluation Date",
"FieldTypeKind": 4,
"TypeAsString": "DateTime",
"TypeDisplayName": "Date and Time",
"TypeShortDescription": "Date and Time",
"ValidationFormula": null,
"ValidationMessage": null,
"DateTimeCalendarType": 0,
"DateFormat": null,
"DisplayFormat": 1,
"FriendlyDisplayFormat": 1,
"TimeFormat": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment