ContentTemplatesListOptionalParams interface
Optional parameters.
- Extends
Properties
| count | Instructs the server to return only object count without actual body. Optional. |
| expand | Expands the object with optional fiends that are not included by default. Optional. |
| filter | Filters the results, based on a Boolean condition. Optional. |
| orderby | Sorts the results. Optional. |
| search | Searches for a substring in the response. Optional. |
| skip | Used to skip n elements in the OData query (offset). Returns a nextLink to the next page of results if there are any left. |
| skip |
Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional. |
| top | Returns only the first n results. Optional. |
Inherited Properties
| abort |
The signal which can be used to abort requests. |
| on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
| request |
Options used when creating and sending HTTP requests for this operation. |
| tracing |
Options used when tracing is enabled. |
Property Details
count
Instructs the server to return only object count without actual body. Optional.
count?: boolean
Property Value
boolean
expand
Expands the object with optional fiends that are not included by default. Optional.
expand?: string
Property Value
string
filter
Filters the results, based on a Boolean condition. Optional.
filter?: string
Property Value
string
orderby
Sorts the results. Optional.
orderby?: string
Property Value
string
search
Searches for a substring in the response. Optional.
search?: string
Property Value
string
skip
Used to skip n elements in the OData query (offset). Returns a nextLink to the next page of results if there are any left.
skip?: number
Property Value
number
skipToken
Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional.
skipToken?: string
Property Value
string
top
Returns only the first n results. Optional.
top?: number
Property Value
number
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From OperationOptions.abortSignal
onResponse
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.
onResponse?: RawResponseCallback
Property Value
Inherited From OperationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From OperationOptions.requestOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From OperationOptions.tracingOptions