The ID of the field definition to convert.
The requested repository ID.
The target field type and the data-loss acknowledgement.
Successfully changed the field definition's type.
The requested repository ID.
The field definition to create. Name and FieldType are required.
Successfully created the field definition.
The ID of the field definition to delete.
The requested repository ID.
Successfully deleted the field definition.
The ID of the field definition.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Successfully returned the count of entries assigned to the field definition.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
The ID of the field definition.
Optionalorderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Successfully returned the templates that contain the field definition.
Optionalculture?: null | string(optional) An optional query parameter used to indicate the locale that should be used for formatting. The value should be a standard language tag.
The requested field definition ID.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Successfully returned requested field definition.
The ID of the field definition.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Successfully returned the list values for the field definition.
The ID of the field definition.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Successfully returned the extended properties for the field definition.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optionalculture?: null | string(optional) An optional query parameter used to indicate the locale that should be used for formatting. The value should be a standard language tag.
Optionalorderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: null | string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: number(optional) Limits the number of items returned from a collection. The maximum value is 150.
Successfully returned field definitions.
It will continue to make the same call to get a list of field definitions of a fixed size (i.e. maxpagesize) until it reaches the last page (i.e. when next link is null/undefined) or whenever the callback function returns false.
async callback function that will accept the current page results and return a boolean value to either continue or stop paging.
Optionalcount?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optionalculture?: string(optional) An optional query parameter used to indicate the locale that should be used for formatting. The value should be a standard language tag. The formatFieldValues query parameter must be set to true, otherwise culture will not be used for formatting.
OptionalmaxPageSize?: number(optional) the maximum page size or number of field definitions allowed per API response schema.
Optionalorderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optionalprefer?: string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optionalselect?: string(optional) Limits the properties returned in the result.
Optionalskip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optionaltop?: number(optional) Limits the number of items returned from a collection.
Returns a paged listing of field definitions available in the specified repository using a next link
OptionalmaxPageSize?: number(optional) the maximum page size or number of field definitions allowed per API response schema
a url that allows retrieving the next subset of the requested collection
A collection of field definitions.
The requested repository ID.
The source field IDs (two or more), the new field name, and merge options.
Successfully merged the source fields into the new field definition.
The ID of the field definition.
The requested repository ID.
The new list of values. Order is preserved. Empty array clears the list.
Successfully replaced the list values for the field definition.
The ID of the field definition to update.
The requested repository ID.
The properties to change. Only non-null properties are applied; null leaves the property unchanged. Empty string clears a string property.
Successfully updated the field definition.
The ID of the field definition.
The requested repository ID.
Set and/or remove entries on the property bag. Keys not mentioned are left unchanged.
Successfully updated the extended properties for the field definition.