Retrieves an IoT Data Registry entries

GET {{baseUrl}}/iotDataRegistries?filter=<string>&pageToken=<string>

Retrieves an IoT Data Registry with MindSphere AssetId and AspectName

Request Params

KeyDatatypeRequiredDescription
filterstringfilter
pageTokenstringSelects next page. Value must be taken rom response body property 'page.nextToken'. If omitted, first page is returned.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;iotDataRegistries&quot;:[{&quot;aspectName&quot;:&quot;&quot;,&quot;assetId&quot;:&quot;qui mollit ut&quot;,&quot;category&quot;:&quot;IOT&quot;,&quot;createdDate&quot;:&quot;pariatur et&quot;,&quot;dataTag&quot;:&quot;magna elit occaecat culpa&quot;,&quot;fileUploadStrategy&quot;:&quot;replace&quot;,&quot;updatedDate&quot;:&quot;ea enim&quot;,&quot;registryId&quot;:&quot;cillum incididunt&quot;,&quot;sourceName&quot;:&quot;esse incididunt&quot;},{&quot;aspectName&quot;:&quot;dolore dolor quis occaecat&quot;,&quot;assetId&quot;:&quot;eiusmod nostrud&quot;,&quot;category&quot;:&quot;IOT&quot;,&quot;createdDate&quot;:&quot;ipsum&quot;,&quot;dataTag&quot;:&quot;Duis in deserunt ullamco&quot;,&quot;fileUploadStrategy&quot;:&quot;append&quot;,&quot;updatedDate&quot;:&quot;est velit consectetur&quot;,&quot;registryId&quot;:&quot;officia ipsum&quot;,&quot;sourceName&quot;:&quot;reprehenderit Lorem elit Ut&quot;}],&quot;page&quot;:{&quot;nextToken&quot;:&quot;paria&quot;}}