OptionalbaseUrl: stringOptionalhttp: { fetch(url: RequestInfo, init?: RequestInit): Promise<Response> }The requested repository ID.
The field to add. fieldName is required. Optional position (1-based) inserts at that position; omit to append. Optional per-template isRequired and localDescription apply only to this template.
The ID of the template.
Successfully added the field to the template.
The requested repository ID.
The template definition to create. Name is required.
Successfully created the template definition.
The requested repository ID.
The ID of the template to delete.
Successfully deleted the template definition.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
The ID of the template.
Successfully returned the assigned entry count for the template.
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 repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
The requested template definition ID.
Successfully found and returned specified template.
The requested repository ID.
Optionalselect?: null | string(optional) Limits the properties returned in the result.
The ID of the template.
Successfully returned the template extended-properties bag.
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.
OptionaltemplateName?: null | string(optional) An optional query parameter. Can be used to get a single template definition using the template name.
Optionaltop?: number(optional) Limits the number of items returned from a collection. The maximum value is 150.
Returned list of template definitions.
Given a maximum page size, it will continue to make the same call to get a list of template 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 template 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.
OptionaltemplateName?: string(optional) An optional query parameter. Can be used to get a single template definition using the template name.
Optionaltop?: number(optional) Limits the number of items returned from a collection.
Returns all template definitions (including field definitions) in the repository using a next link
OptionalmaxPageSize?: number(optional) the maximum page size or number of template definitions allowed per API response schema
a url that allows retrieving the next subset of the requested collection
A collection of template definitions.
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.
The requested template definition ID.
Optionaltop?: number(optional) Limits the number of items returned from a collection. The maximum value is 150.
Returned list of field definitions for specified template.
It will continue to make the same call to get a list of template 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 template 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 the field definitions assigned to a template definition using a next link
OptionalmaxPageSize?: number(optional) the maximum page size or number of template field definitions allowed per API response schema
a url that allows retrieving the next subset of the requested collection
A collection of template field definitions.
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.
A required query parameter for the requested template name.
Optionaltop?: number(optional) Limits the number of items returned from a collection. The maximum value is 150.
Returned list of field definitions for specified template.
It will continue to make the same call to get a list of template field definitions by template name 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 template field definitions by template name 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.
(optional) An optional query parameter. Can be used to get a single template definition using the template name.
Optionaltop?: number(optional) Limits the number of items returned from a collection.
Returns the field definitions assigned to a template definition by template name using a next link
OptionalmaxPageSize?: number(optional) the maximum page size or number of template field definitions by template name allowed per API response schema
a url that allows retrieving the next subset of the requested collection
A collection of template field definitions.
The requested repository ID.
The field to move and the new 1-based position.
The ID of the template.
Successfully moved the field to the new position in the template.
ProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessProtectedprocessThe name of the field to remove. URL-decoded server-side.
The requested repository ID.
The ID of the template.
Successfully removed the field from the template.
The requested repository ID.
The properties to change. Only non-null properties are applied; null leaves the property unchanged.
The ID of the template to update.
Successfully updated the template definition.
The name of the field whose per-template properties to update. URL-decoded server-side.
The requested repository ID.
The per-template properties to change. Null = leave unchanged; empty string clears localDescription.
The ID of the template.
Successfully updated the per-template properties for the field assignment.
The requested repository ID.
Set and/or remove entries on the property bag. Keys not mentioned are left unchanged.
The ID of the template.
Successfully updated the template extended-properties bag.