SMS_Collection
Represents a device or user collection in Configuration Manager used for targeting deployments and policies.
ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware Deployment
Properties
| Name | Type | Description |
|---|---|---|
| CollectionID | string | Unique collection identifier. |
| Name | string | Collection name. |
| Comment | string | Collection description/comment. |
| CollectionType | integer | Type of collection (1=User, 2=Device). |
| MemberCount | integer | Number of members in the collection. |
| LimitToCollectionID | string | The collection ID that limits membership. |
| LimitToCollectionName | string | Name of the limiting collection. |
| LastRefreshTime | string | Last time the collection membership was refreshed. |
| CurrentStatus | integer | Current evaluation status of the collection. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SMS_Collection",
"title": "SMS_Collection",
"type": "object",
"description": "Represents a device or user collection in Configuration Manager used for targeting deployments and policies.",
"properties": {
"CollectionID": {
"type": "string",
"description": "Unique collection identifier."
},
"Name": {
"type": "string",
"description": "Collection name."
},
"Comment": {
"type": "string",
"description": "Collection description/comment."
},
"CollectionType": {
"type": "integer",
"description": "Type of collection (1=User, 2=Device)."
},
"MemberCount": {
"type": "integer",
"description": "Number of members in the collection."
},
"LimitToCollectionID": {
"type": "string",
"description": "The collection ID that limits membership."
},
"LimitToCollectionName": {
"type": "string",
"description": "Name of the limiting collection."
},
"LastRefreshTime": {
"type": "string",
"format": "date-time",
"description": "Last time the collection membership was refreshed."
},
"CurrentStatus": {
"type": "integer",
"description": "Current evaluation status of the collection."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-endpoint-configuration-management-sms-collection"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.