Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created April 24, 2024 08:52
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/034f24fc0763ba1b9048b84f72bd4ccb to your computer and use it in GitHub Desktop.
Save expiscornovus/034f24fc0763ba1b9048b84f72bd4ccb to your computer and use it in GitHub Desktop.
Response Create Hyperlink Field
{
"d": {
"__metadata": {
"id": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'3f7514ef-07d5-4953-841a-0fe2789ab47c')",
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'3f7514ef-07d5-4953-841a-0fe2789ab47c')",
"type": "SP.FieldUrl"
},
"DescriptionResource": {
"__deferred": {
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'3f7514ef-07d5-4953-841a-0fe2789ab47c')/DescriptionResource"
}
},
"TitleResource": {
"__deferred": {
"uri": "https://contoso.sharepoint.com/sites/PowerUsers/_api/Web/Lists(guid'9f7a4039-16f1-4aec-b912-957f2e6ecf8e')/Fields(guid'3f7514ef-07d5-4953-841a-0fe2789ab47c')/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": "ApplicationLink",
"Filterable": false,
"FromBaseType": false,
"Group": "Custom Columns",
"Hidden": false,
"Id": "3f7514ef-07d5-4953-841a-0fe2789ab47c",
"Indexed": false,
"IndexStatus": 0,
"InternalName": "ApplicationLink",
"IsModern": false,
"JSLink": "clienttemplates.js",
"PinnedToFiltersPane": false,
"ReadOnlyField": false,
"Required": false,
"SchemaXml": "<Field DisplayName=\"Application Link\" Format=\"Hyperlink\" IsModern=\"TRUE\" Name=\"ApplicationLink\" Title=\"Application Link\" Type=\"URL\" ID=\"{3f7514ef-07d5-4953-841a-0fe2789ab47c}\" SourceID=\"{9f7a4039-16f1-4aec-b912-957f2e6ecf8e}\" StaticName=\"ApplicationLink\" ColName=\"nvarchar24\" RowOrdinal=\"0\" ColName2=\"nvarchar25\" RowOrdinal2=\"0\" />",
"Scope": "/sites/PowerUsers/Lists/Custom Fields",
"Sealed": false,
"ShowInFiltersPane": 0,
"Sortable": true,
"StaticName": "ApplicationLink",
"Title": "Application Link",
"FieldTypeKind": 11,
"TypeAsString": "URL",
"TypeDisplayName": "Hyperlink or Picture",
"TypeShortDescription": "Hyperlink or Picture",
"ValidationFormula": null,
"ValidationMessage": null,
"DisplayFormat": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment