Table of Contents

Enum "Graph OData Query Parameter"

ID 9352
Namespace: System.Integration.Graph

A Microsoft Graph API operation might support one or more of the following OData system query options. These query options are compatible with the OData V4 query language and are supported only in GET operations. See: hhttps://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#odata-system-query-options

Properties

Name Value
Access Public
Extensible False

Values

Name Description
count

Query Parameter '$count'. see: https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#count-parameter

expand

OData Query Parameter '$expand'. see: https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#expand-parameter

filter

OData Query Parameter '$filter'. see: https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#filter-parameter

format

OData Query Parameter '$format'. see: https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#format-parameter

orderby

OData Query Parameter '$orderBy'. see: https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#orderby-parameter

search

OData Query Parameter '$search'. see: https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#search-parameter

select

OData Query Parameter '$select'. see: https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#select-parameter

skip

OData Query Parameter '$skip'. see: https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#skip-parameter

skiptoken

OData Query Parameter '$skipToken'. see: https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#skiptoken-parameter

top

OData Query Parameter '$top'. see: https://learn.microsoft.com/en-us/graph/query-parameters?tabs=http#top-parameter

See also