The requested link type ID.
The requested repository ID.
Optional
select?: null | string(optional) Limits the properties returned in the result.
Get link definition successfully.
Optional
count?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optional
orderby?: null | string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optional
prefer?: null | string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optional
select?: null | string(optional) Limits the properties returned in the result.
Optional
skip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optional
top?: number(optional) Limits the number of items returned from a collection.
Get link definitions successfully.
It will continue to make the same call to get a list of link 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.
Optional
count?: boolean(optional) Indicates whether the total count of items within a collection are returned in the result.
Optional
max(optional) the maximum page size or number of link definitions allowed per API response schema.
Optional
orderby?: string(optional) Specifies the order in which items are returned. The maximum number of expressions is 5.
Optional
prefer?: string(optional) An optional OData header. Can be used to set the maximum page size using odata.maxpagesize.
The requested repository ID.
Optional
select?: string(optional) Limits the properties returned in the result.
Optional
skip?: number(optional) Excludes the specified number of items of the queried collection from the result.
Optional
top?: number(optional) Limits the number of items returned from a collection.
Returns all link definitions in the repository using a next link
Optional
max(optional) the maximum page size or number of link definitions allowed per API response schema
a url that allows retrieving the next subset of the requested collection
Get link definitions with the next link successfully