{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin teams.teamworkTag API", "version": "1.0.0" }, "items": [ { "info": { "name": "teams.teamworkTag", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List members in a teamworkTag", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags/:teamworkTag-id/members", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the members of a standard tag in a team and their properties." }, { "info": { "name": "Microsoft Graph Create teamworkTagMember", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags/:teamworkTag-id/members", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new teamworkTagMember object in a team." }, { "info": { "name": "Microsoft Graph Get teamworkTagMember", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags/:teamworkTag-id/members/:teamworkTagMember-id", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "name": "teamworkTagMember-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTagMember" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the properties and relationships of a member of a standard tag in a team." }, { "info": { "name": "Microsoft Graph Update the navigation property members in teams", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags/:teamworkTag-id/members/:teamworkTagMember-id", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "name": "teamworkTagMember-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTagMember" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property members in teams" }, { "info": { "name": "Microsoft Graph Delete teamworkTagMember", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags/:teamworkTag-id/members/:teamworkTagMember-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "name": "teamworkTagMember-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTagMember" } ] }, "docs": "Delete a member from a standard tag in a team." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags/:teamworkTag-id/members/$count", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph List teamworkTags", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the tag objects and their properties." }, { "info": { "name": "Microsoft Graph Create teamworkTag", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a standard tag for members in a team." }, { "info": { "name": "Microsoft Graph Get teamworkTag", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags/:teamworkTag-id", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a tag object." }, { "info": { "name": "Microsoft Graph Update teamworkTag", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags/:teamworkTag-id", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a tag object." }, { "info": { "name": "Microsoft Graph Delete teamworkTag", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags/:teamworkTag-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "teamworkTag-id", "value": "", "type": "path", "description": "The unique identifier of teamworkTag" } ] }, "docs": "Delete a tag object permanently." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/tags/$count", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }