Security
oauth2
Instance of GetTwinsRequest.
Represents a group of filter specifications. Contains a list of individual filter specifications.
Maximum number of twins to return per request. Minimum is 1 and Maximum is 1000.
POST
{ "modelFilter": { "modelIds": [ … ], "exactModelMatch": true }, "relationshipFilter": { "relationshipDirection": "Incoming", "relationshipNames": null, "relatedModelFilter": { … } }, "locationFilter": { "locationId": null }, "dateFilter": { "lastUpdatedAfter": null, "lastUpdatedBefore": null }, "propertyFilter": { "field": null, "operator": null, "value": null, "filterConditionOperator": "And", "filters": [ … ] }, "ModelFilter": { "ModelIds": [ … ], "ExactModelMatch": true }, "RelationshipFilter": { "RelationshipDirection": "Outgoing", "RelationshipNames": [ … ], "RelatedModelFilter": { … } }, "LocationFilter": { "LocationId": null }, "DateFilter": { "LastUpdatedAfter": "2024-09-23T15:16:03.405Z", "LastUpdatedBefore": "2024-09-23T15:16:03.405Z" }, "PropertyFilter": { "Filters": [ … ], "FilterConditionOperator": "and" }, "Include": { "OutgoingRelationships": true, "IncomingRelationships": true }, "PageSize": 101, "ContinuationToken": null }
Page`1.
Gets or sets the collection of items contained in the response.
Example:
[ { "id": "TW-DD-II-L01", "modelId": "dtmi:com:willowinc:Level;1", "lastUpdateTime": "2024-08-30T03:49:30.4062816+00:00", "contents": { … }, "incomingRelationships": [ … ], "outgoingRelationships": [ … ] } ]
Response
{ "content": [ { … } ], "continuationToken": null }